ldap auth: allow connecting using StartTLS

This commit is contained in:
ssams
2023-04-25 21:30:47 +02:00
committed by GitHub
parent 382c08dc0c
commit d87f0f3c15
3 changed files with 3 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ AUTH_LDAP_USER_SEARCH_FILTER_STR=(uid=%(user)s)
AUTH_LDAP_USER_ATTR_MAP={'first_name': 'givenName', 'last_name': 'sn', 'email': 'mail'}
AUTH_LDAP_ALWAYS_UPDATE_USER=1
AUTH_LDAP_CACHE_TIMEOUT=3600
AUTH_LDAP_START_TLS=1
AUTH_LDAP_TLS_CACERTFILE=/etc/ssl/certs/own-ca.pem
```