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:
shawn-higgins1
2019-07-24 13:40:09 -04:00
committed by Jesus Federico
parent 0934919e44
commit 79188a6cae
4 changed files with 9 additions and 7 deletions

View File

@ -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: