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