mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
Remove -C(hasing) option. Doesn't make sense for update operations
(at least not with a secure authentication framework).
This commit is contained in:
parent
516fd0ff50
commit
d5a1231a64
5 changed files with 5 additions and 5 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue