forked from External/greenlight
Add support for roles (#656)
* Add support for ldap roles * Remove debugger * Remove bundled with * Update omniauth-bn-launcher version
This commit is contained in:
committed by
Jesus Federico
parent
0934919e44
commit
79188a6cae
@ -59,6 +59,7 @@ OFFICE365_HD=
|
||||
# LDAP_BASE=dc=example,dc=com
|
||||
# LDAP_BIND_DN=cn=admin,dc=example,dc=com
|
||||
# LDAP_PASSWORD=password
|
||||
# LDAP_ROLE_FIELD=ou
|
||||
LDAP_SERVER=
|
||||
LDAP_PORT=
|
||||
LDAP_METHOD=
|
||||
@ -66,6 +67,7 @@ LDAP_UID=
|
||||
LDAP_BASE=
|
||||
LDAP_BIND_DN=
|
||||
LDAP_PASSWORD=
|
||||
LDAP_ROLE_FIELD=
|
||||
|
||||
# Set this to true if you want GreenLight to support user signup and login without
|
||||
# Omniauth. For more information, see:
|
||||
|
Reference in New Issue
Block a user