1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +02:00

Remove option --ldap-bind-enable from auth-ldap. Unnecessary.

This commit is contained in:
Simo Kinnunen 2014-02-06 13:08:35 +09:00
parent 0e0783b649
commit 5c78002e64

View file

@ -199,10 +199,6 @@ program
, 'LDAP timeout (or $LDAP_TIMEOUT)'
, Number
, 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>'
, 'LDAP bind DN (or $LDAP_BIND_DN)'
, String