mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Disable anonymous -C for LDAP update tools
This commit is contained in:
parent
d2facfe145
commit
5db95c8561
5 changed files with 5 additions and 5 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue