This commit is contained in:
Kwangyong Kim
2016-05-31 17:45:56 +09:00
parent 5618e68cb4
commit beb0f7282b

View File

@@ -360,7 +360,7 @@ program
, 'LDAP search field (or $LDAP_SEARCH_FIELD)'
, String
, process.env.LDAP_SEARCH_FIELD)
.option('--ldap-username-field <scope>'
.option('--ldap-username-field <username>'
, 'LDAP username field (or $LDAP_USERNAME_FIELD)'
, String
, process.env.LDAP_USERNAME_FIELD || 'cn')