by s\bsu\bud\bdo\bo are honored. Configuration options are listed below in upper
case but are parsed in a case-independent manner.
- Lines beginning with a pound sign (`#') are ignored. Long lines can be
- continued with a backslash (`\') as the last character on the line. Note
- that leading white space is removed from the beginning of lines even when
- the continuation character is used.
+ Lines beginning with a pound sign (`#') are ignored. Leading white space
+ is removed from the beginning of lines.
B\bBI\bIN\bND\bD_\b_T\bTI\bIM\bME\bEL\bLI\bIM\bMI\bIT\bT _\bs_\be_\bc_\bo_\bn_\bd_\bs
The B\bBI\bIN\bND\bD_\b_T\bTI\bIM\bME\bEL\bLI\bIM\bMI\bIT\bT parameter specifies the amount of time, in
Lines beginning with a pound sign
(\(oq#\(cq)
are ignored.
-Long lines can be continued with a backslash
-(\(oq\e\(cq)
-as the last character on the line.
-Note that leading white space is removed from the beginning of lines
-even when the continuation character is used.
+Leading white space is removed from the beginning of lines.
.TP 6n
\fBBIND_TIMELIMIT\fR \fIseconds\fR
The
Lines beginning with a pound sign
.Pq Ql #
are ignored.
-Long lines can be continued with a backslash
-.Pq Ql \e
-as the last character on the line.
-Note that leading white space is removed from the beginning of lines
-even when the continuation character is used.
+Leading white space is removed from the beginning of lines.
.Bl -tag -width 4n
.It Sy BIND_TIMELIMIT Ar seconds
The
if ((fp = fopen(path_ldap_conf, "r")) == NULL)
debug_return_bool(false);
- while (sudo_parseln(&line, &linesize, NULL, fp, PARSELN_COMM_BOL) != -1) {
+ while (sudo_parseln(&line, &linesize, NULL, fp, PARSELN_COMM_BOL|PARSELN_CONT_IGN) != -1) {
if (*line == '\0')
continue; /* skip empty line */