File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
123123DOCTOR_API_URL | The doctor API URL (default: "< https://doctor-staging.deis.com > ")
124124API_VERSION | The version number Workflow Manager sends to the versions API (default: "v2")
125125
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 ``` )
126142
127143[ Deploying Apps ] : ../applications/deploying-apps.md
128144[ builder ] : ../understanding-workflow/components.md#builder
You can’t perform that action at this time.
0 commit comments