This repository was archived by the owner on Nov 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,22 @@ VERSIONS_API_URL | The versions API URL (default: "<https://versions-staging.de
123
123
DOCTOR_API_URL | The doctor API URL (default: "< https://doctor-staging.deis.com > ")
124
124
API_VERSION | The version number Workflow Manager sends to the versions API (default: "v2")
125
125
126
+ ### LDAP authentication settings
127
+
128
+ Configuration options for LDAP authentication are detailed [ here] ( https://pythonhosted.org/django-auth-ldap/reference.html ) .
129
+
130
+ The following environment variables are available for enabling LDAP
131
+ authentication of user accounts in the [ Controller] [ ] component:
132
+
133
+ Setting | Description
134
+ -------------------| ---------------------------------
135
+ LDAP_ENDPOINT | The URI of the LDAP server. If not specified, LDAP authentication is not enabled (default: "", example: ``` ldap://hostname ``` ).
136
+ LDAP_BIND_DN | The distinguished name to use when binding to the LDAP server (default: "")
137
+ LDAP_BIND_PASSWORD | The password to use with LDAP_BIND_DN (default: "")
138
+ LDAP_USER_BASEDN | The distinguished name of the search base for user names (default: "")
139
+ LDAP_USER_FILTER | The name of the login field in the users search base (default: "username")
140
+ LDAP_GROUP_BASEDN | The distinguished name of the search base for user's groups names (default: "")
141
+ LDAP_GROUP_FILTER | The filter for user's groups (default: "", example: ``` objectClass=person ``` )
126
142
127
143
[ Deploying Apps ] : ../applications/deploying-apps.md
128
144
[ builder ] : ../understanding-workflow/components.md#builder
You can’t perform that action at this time.
0 commit comments