diff --git a/uffd/default_config.cfg b/uffd/default_config.cfg
index 3a48fc2ae4bd867c2038995abcc95e04ed9d084f..bb5af09da0b1832a169340a5df48c58f155333d8 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