Skip to content
Snippets Groups Projects
Commit 26e10435 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add more LDIF comments

parent 86dbdc1d
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment