mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-18 15:20:35 +08:00
Add more LDIF comments
This commit is contained in:
parent
86dbdc1ddb
commit
26e1043576
@ -1087,8 +1087,14 @@ main( int argc, char **argv )
|
||||
}
|
||||
|
||||
if (ldif < 2 ) {
|
||||
printf( "#\n# LDAPv%d\n# filter%s: %s\n# requesting: ",
|
||||
printf( "#\n"
|
||||
"# LDAPv%d\n"
|
||||
"# base <%s> with scope %s\n"
|
||||
"# filter%s: %s\n"
|
||||
"# requesting: ",
|
||||
version,
|
||||
base, (scope == LDAP_SCOPE_BASE) ? "base"
|
||||
: ((scope == LDAP_SCOPE_ONELEVEL) ? "one" : "sub"),
|
||||
infile != NULL ? " pattern" : "",
|
||||
filtpattern );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user