Bug 198218: added usage for -g

git-svn-id: svn://10.0.0.236/trunk@140490 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
djani%netscape.com
2003-04-01 18:12:49 +00:00
parent 675516603d
commit c973b5abcd

View File

@@ -116,6 +116,7 @@ ldaptool_common_usage( int two_hosts )
fprintf( stderr, " -w - \tprompt for bind passwd (for simple authentication)\n" );
fprintf( stderr, " -j file\tread bind passwd from 'file' (for simple authentication)\n" );
fprintf( stderr, " -E\t\task server to expose (report) bind identity\n" );
fprintf( stderr, " -g\t\tdo not send a password policy request control\n" );
#ifdef LDAP_DEBUG
fprintf( stderr, " -d level\tset LDAP debugging level to `level'\n" );
#endif