mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
roundcube: use the ldap_simple password driver
This commit is contained in:
parent
276cecac32
commit
93f7a84f44
@ -235,7 +235,7 @@ cp ${RCM_PLUGIN_DIR}/password/config.inc.php.dist \
|
|||||||
${RCM_PLUGIN_DIR}/password/config.inc.php
|
${RCM_PLUGIN_DIR}/password/config.inc.php
|
||||||
|
|
||||||
tools/editconf.py ${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_host']='${LDAP_SERVER}';" \
|
||||||
"\$config['password_ldap_port']=${LDAP_SERVER_PORT};" \
|
"\$config['password_ldap_port']=${LDAP_SERVER_PORT};" \
|
||||||
"\$config['password_ldap_starttls']=$([ ${LDAP_SERVER_STARTTLS} == yes ] && echo true || echo false);" \
|
"\$config['password_ldap_starttls']=$([ ${LDAP_SERVER_STARTTLS} == yes ] && echo true || echo false);" \
|
||||||
|
Loading…
Reference in New Issue
Block a user