Skip to content
Snippets Groups Projects
Commit 9f94e731 authored by nimrod's avatar nimrod
Browse files

Matrix: LDAP search mode.

Maybe this will help with finding other users.
parent 5582c78b
No related branches found
No related tags found
No related merge requests found
Pipeline #3676 passed
......@@ -131,6 +131,7 @@ modules:
- module: "ldap_auth_provider.LdapAuthProviderModule"
config:
enabled: true
mode: search
uri: '{{ LDAP_URI or "ldapi:///run/slapd/ldapi" }}'
start_tls: {{ LDAP_TLS or False }}
base: '{{ LDAP_BASE_DN or "ou=People,dc=shore,dc=co,dc=il" }}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment