LDAP auth: remove config option 'ldap_use_ssl'

Remove the config option 'ldap_use_ssl' from the code and documentation,
deprecating it for good.
This commit is contained in:
Peter Marschall
2025-09-29 20:54:21 +02:00
parent ce1e5c939a
commit 8c9df49caf
5 changed files with 1 additions and 24 deletions

3
config
View File

@@ -101,9 +101,6 @@
# Attribute holding the value to be used as username after authentication
#ldap_user_attribute = cn
# Use ssl on the LDAP connection (DEPRECATED - use 'ldap_security'!)
#ldap_use_ssl = False
# Encryption mode to be used. Default: none; one of: none, tls, starttls
#ldap_security = none