Commit 6b01fd20 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

password plugin should use sasl backend

parent cf95c1da
......@@ -7,6 +7,9 @@ all: httpd-conf
install -v -m755 -o apache -g apache -d /var/lib/roundcube
@echo "$$HTTPD_CONF" > /etc/httpd/conf/DirectoryIndex.conf
chown -v -R apache:apache /srv/www
cd /srv/www/plugins/password/helpers && gcc -o chgsaslpasswd chgsaslpasswd.c
chown cyrus.apache /srv/www/plugins/password/helpers/chgsaslpasswd
chmod 4550 /srv/www/plugins/password/helpers/chgsaslpasswd
httpd-conf:
define HTTPD_CONF
......
......@@ -57,3 +57,7 @@ $config['des_key'] = 'xgRgUvSsPv53aIXfs8WFaNdf';
// List of active plugins (in plugins/ directory)
$config['plugins'] = array('managesieve', 'markasjunk', 'newmail_notifier', 'password', 'subscriptions_option', 'vcard_attachments', 'zipdownload');
// Password Plugin options
// -----------------------
// A driver to use for password change.
$config['password_driver'] = 'sasl';
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment