diff --git a/lib/cli.js b/lib/cli.js index f510a4d2..63c89737 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -199,10 +199,6 @@ program , 'LDAP timeout (or $LDAP_TIMEOUT)' , Number , process.env.LDAP_TIMEOUT || 1000) - .option('--ldap-bind-enable ' - , 'LDAP bind DN (or $LDAP_BIND_DN)' - , String - , process.env.LDAP_BIND_DN) .option('--ldap-bind-dn ' , 'LDAP bind DN (or $LDAP_BIND_DN)' , String