add ldap confi
This commit is contained in:
11
.env
11
.env
@@ -24,3 +24,14 @@ DB_PASSWORD=root
|
||||
|
||||
# DATABASE_URL=mysql+pymysql://root:root@localhost/comparisondb
|
||||
|
||||
|
||||
# -----------------------------
|
||||
# LDAP Configuration new
|
||||
# -----------------------------
|
||||
LDAP_SERVER=ldap://host.docker.internal
|
||||
LDAP_PORT=389
|
||||
LDAP_USE_SSL=False
|
||||
|
||||
LDAP_DOMAIN=lcepl.org
|
||||
LDAP_BASE_DN=DC=lcepl,DC=org
|
||||
LDAP_SEARCH_BASE=OU=Users,DC=lcepl,DC=org
|
||||
|
||||
Reference in New Issue
Block a user