]> git.sur5r.net Git - openldap/commitdiff
Disable anonymous -C for LDAP update tools
authorKurt Zeilenga <kurt@openldap.org>
Thu, 18 Dec 2003 00:30:20 +0000 (00:30 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 18 Dec 2003 00:30:20 +0000 (00:30 +0000)
clients/tools/ldapdelete.c
clients/tools/ldapmodify.c
clients/tools/ldapmodrdn.c
clients/tools/ldappasswd.c
clients/tools/ldapwhoami.c

index d3638404a58bacfb3552ee9f3ef538e9c1759000..05eefb2f0df87100f660948227f2b6d4539ecdfc 100644 (file)
@@ -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 )
index f2a799c4cb8be6751b3a854fb101bb4fac363426..a6644d144977ddf1eb141fdb6b2f9bdf623fd276 100644 (file)
@@ -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 )
index 225e536657547214e7e48d97090ce025c06e4f53..9ca6f45b2d927412c776c8abd00144e9843306ef 100644 (file)
@@ -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 )
index a84e46795666270264ff52daaa16ff2d7678499f..0cbf5bee3eeee9d06774762ee766951766bb02c9 100644 (file)
@@ -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 )
index 4ccb11aea27992cfcc230538ecd3970cb0968e99..7e6b58d09a8c58ebc69d4d2346382038d106146b 100644 (file)
@@ -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 )