mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Remove option --ldap-bind-enable from auth-ldap. Unnecessary.
This commit is contained in:
parent
0e0783b649
commit
5c78002e64
1 changed files with 0 additions and 4 deletions
|
@ -199,10 +199,6 @@ program
|
||||||
, 'LDAP timeout (or $LDAP_TIMEOUT)'
|
, 'LDAP timeout (or $LDAP_TIMEOUT)'
|
||||||
, Number
|
, Number
|
||||||
, process.env.LDAP_TIMEOUT || 1000)
|
, process.env.LDAP_TIMEOUT || 1000)
|
||||||
.option('--ldap-bind-enable <dn>'
|
|
||||||
, 'LDAP bind DN (or $LDAP_BIND_DN)'
|
|
||||||
, String
|
|
||||||
, process.env.LDAP_BIND_DN)
|
|
||||||
.option('--ldap-bind-dn <dn>'
|
.option('--ldap-bind-dn <dn>'
|
||||||
, 'LDAP bind DN (or $LDAP_BIND_DN)'
|
, 'LDAP bind DN (or $LDAP_BIND_DN)'
|
||||||
, String
|
, String
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue