Added ability to map attributes for LDAP (#1779)

This commit is contained in:
Ahmad Farhat
2020-06-11 11:28:55 -04:00
committed by GitHub
parent 2c1a11e9a3
commit cf794db595
4 changed files with 6 additions and 4 deletions

View File

@ -73,6 +73,7 @@ OAUTH2_REDIRECT=
# LDAP_PASSWORD=password
# LDAP_ROLE_FIELD=ou
# LDAP_FILTER=(&(attr1=value1)(attr2=value2))
# LDAP_ATTRIBUTE_MAPPING=name=displayName;uid=uid; (See link above for more details)
LDAP_SERVER=
LDAP_PORT=
LDAP_METHOD=
@ -83,6 +84,7 @@ LDAP_AUTH=
LDAP_PASSWORD=
LDAP_ROLE_FIELD=
LDAP_FILTER=
LDAP_ATTRIBUTE_MAPPING=
# Set this to true if you want GreenLight to support user signup and login without
# Omniauth. For more information, see: