From 56e6a78d607eb9620c2e751ef58127d296c6fc80 Mon Sep 17 00:00:00 2001 From: Julian Rother <julianr@fsmpi.rwth-aachen.de> Date: Tue, 20 Apr 2021 15:53:37 +0200 Subject: [PATCH] Testing if different default values for BIND_DN/BIND_PASSWORD fix the problem --- uffd/default_config.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uffd/default_config.cfg b/uffd/default_config.cfg index 3a48fc2a..bb5af09d 100644 --- a/uffd/default_config.cfg +++ b/uffd/default_config.cfg @@ -39,8 +39,8 @@ LDAP_MAIL_DESTINATIONS_ATTRIBUTE="maildrop" # If you do not set the service bind_dn, connections use the user credentials. # When using a user connection, some features are not available, since they require a service connection -LDAP_SERVICE_BIND_DN="" -LDAP_SERVICE_BIND_PASSWORD="" +LDAP_SERVICE_BIND_DN="uid=testadmin,ou=users,dc=example,dc=com" +LDAP_SERVICE_BIND_PASSWORD="adminpassword" LDAP_SERVICE_URL="ldapi:///" LDAP_SERVICE_USE_STARTTLS=True -- GitLab