From 93f7a84f44a46e4d5126b0f73b4b290d3a4a281a Mon Sep 17 00:00:00 2001 From: downtownallday Date: Sun, 6 Nov 2022 06:58:29 -0500 Subject: [PATCH] roundcube: use the ldap_simple password driver --- setup/webmail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index c56f4629..37951e9d 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -235,7 +235,7 @@ cp ${RCM_PLUGIN_DIR}/password/config.inc.php.dist \ ${RCM_PLUGIN_DIR}/password/config.inc.php tools/editconf.py ${RCM_PLUGIN_DIR}/password/config.inc.php \ - "\$config['password_driver']='ldap';" \ + "\$config['password_driver']='ldap_simple';" \ "\$config['password_ldap_host']='${LDAP_SERVER}';" \ "\$config['password_ldap_port']=${LDAP_SERVER_PORT};" \ "\$config['password_ldap_starttls']=$([ ${LDAP_SERVER_STARTTLS} == yes ] && echo true || echo false);" \