]> git.sur5r.net Git - openldap/commitdiff
Remove -C(hasing) option. Doesn't make sense for update operations
authorKurt Zeilenga <kurt@openldap.org>
Wed, 17 Dec 2003 00:34:37 +0000 (00:34 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 17 Dec 2003 00:34:37 +0000 (00:34 +0000)
(at least not with a secure authentication framework).

clients/tools/ldapdelete.c
clients/tools/ldapmodify.c
clients/tools/ldapmodrdn.c
clients/tools/ldappasswd.c
clients/tools/ldapwhoami.c

index b0f13eac8487e3f56cde414b566996cd31be63e5..3225f361960a293c966900e71c7e00ba5e4e6ba2 100644 (file)
@@ -74,7 +74,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 c2c52aeb880c4819da31502badcc35b0f811debb..e6792fe485e943a3229d57eb49c065e6dba78639 100644 (file)
@@ -134,7 +134,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 8bf23c420577eb8688f21f2f1d207d6d592d6fb9..4bb2b80f8667cb1423a0835899af767ccff1b014 100644 (file)
@@ -89,7 +89,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 5151d6994d3fc87710b2008289b872d841bf7135..0cc34d7c167f88cde9dc903caec0b79adc3f8f49 100644 (file)
@@ -81,7 +81,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 c4e613b4c25b52f0112310c3ddca86b41fb36b55..abbf45b923774a71a6887abd0908760c7eba7d68 100644 (file)
@@ -62,7 +62,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 )