From c973b5abcd2c01bdb3e53cf923c5bc65e165e8d2 Mon Sep 17 00:00:00 2001 From: "djani%netscape.com" Date: Tue, 1 Apr 2003 18:12:49 +0000 Subject: [PATCH] Bug 198218: added usage for -g git-svn-id: svn://10.0.0.236/trunk@140490 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/directory/c-sdk/ldap/clients/tools/common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/directory/c-sdk/ldap/clients/tools/common.c b/mozilla/directory/c-sdk/ldap/clients/tools/common.c index 0c39c03e09f..66635c5b49e 100644 --- a/mozilla/directory/c-sdk/ldap/clients/tools/common.c +++ b/mozilla/directory/c-sdk/ldap/clients/tools/common.c @@ -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