From: Kurt Zeilenga Date: Thu, 18 Dec 2003 00:30:20 +0000 (+0000) Subject: Disable anonymous -C for LDAP update tools X-Git-Tag: OPENLDAP_REL_ENG_2_1_26~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5db95c85611c9bc48354bb9c5bc3cedc0c075a18;p=thirdparty%2Fopenldap.git Disable anonymous -C for LDAP update tools --- diff --git a/clients/tools/ldapdelete.c b/clients/tools/ldapdelete.c index d3638404a5..05eefb2f0d 100644 --- a/clients/tools/ldapdelete.c +++ b/clients/tools/ldapdelete.c @@ -50,7 +50,7 @@ usage( void ) const char options[] = "r" - "cCd:D:e:f:h:H:IkKMnO:p:P:QR:U:vVw:WxX:y:Y:Z"; + "cd:D:e:f:h:H:IkKMnO:p:P:QR:U:vVw:WxX:y:Y:Z"; int handle_private_option( int i ) diff --git a/clients/tools/ldapmodify.c b/clients/tools/ldapmodify.c index f2a799c4cb..a6644d1449 100644 --- a/clients/tools/ldapmodify.c +++ b/clients/tools/ldapmodify.c @@ -105,7 +105,7 @@ usage( void ) const char options[] = "aFrS:" - "cCd:D:e:f:h:H:IkKMnO:p:P:QR:U:vVw:WxX:y:Y:Z"; + "cd:D:e:f:h:H:IkKMnO:p:P:QR:U:vVw:WxX:y:Y:Z"; int handle_private_option( int i ) diff --git a/clients/tools/ldapmodrdn.c b/clients/tools/ldapmodrdn.c index 225e536657..9ca6f45b2d 100644 --- a/clients/tools/ldapmodrdn.c +++ b/clients/tools/ldapmodrdn.c @@ -65,7 +65,7 @@ usage( void ) const char options[] = "rs:" - "cCd:D:e:f:h:H:IkKMnO:p:P:QR:U:vVw:WxX:y:Y:Z"; + "cd:D:e:f:h:H:IkKMnO:p:P:QR:U:vVw:WxX:y:Y:Z"; int handle_private_option( int i ) diff --git a/clients/tools/ldappasswd.c b/clients/tools/ldappasswd.c index a84e467956..0cbf5bee3e 100644 --- a/clients/tools/ldappasswd.c +++ b/clients/tools/ldappasswd.c @@ -54,7 +54,7 @@ usage( void ) const char options[] = "a:As:St:T:" - "Cd:D:e:h:H:InO:p:QR:U:vVw:WxX:y:Y:Z"; + "d:D:e:h:H:InO:p:QR:U:vVw:WxX:y:Y:Z"; int handle_private_option( int i ) diff --git a/clients/tools/ldapwhoami.c b/clients/tools/ldapwhoami.c index 4ccb11aea2..7e6b58d09a 100644 --- a/clients/tools/ldapwhoami.c +++ b/clients/tools/ldapwhoami.c @@ -37,7 +37,7 @@ usage( void ) const char options[] = "" - "Cd:D:e:h:H:InO:p:QR:U:vVw:WxX:y:Y:Z"; + "d:D:e:h:H:InO:p:QR:U:vVw:WxX:y:Y:Z"; int handle_private_option( int i )