accept short option names for some options
Accept short name equivalents like in ldap... commands for 'server', 'basedn' and 'binddn'. FossilOrigin-Name: 2a477673e78e48e84945078f4885a5c705b7d194d982296587002229dcb7b83b
This commit is contained in:
parent
b712cd91db
commit
13a9729125
1 changed files with 3 additions and 3 deletions
6
shelldap
6
shelldap
|
|
@ -1693,9 +1693,9 @@ use vars '$conf';
|
|||
$conf = load_config() || {};
|
||||
Getopt::Long::GetOptions(
|
||||
$conf,
|
||||
'server=s',
|
||||
'binddn=s',
|
||||
'basedn=s',
|
||||
'server|H=s',
|
||||
'binddn|D=s',
|
||||
'basedn|b=s',
|
||||
'cacheage=i',
|
||||
'timeout=i',
|
||||
'tls_cacert=s',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue