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);" \