1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00
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')