summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-07-02 08:45:12 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-07-02 08:45:12 +0000
commit278813519df3fd05e9a0ca5b0264364e8a703ec9 (patch)
tree1c1c77493aac0d4ca65b0d9f8fabeb6b9087b857
parentb787e54d6be1302a94aa776615f2ea5340cb15b4 (diff)
Move config file to config.inc.php.dist to prevent further accidental commits
git-svn-id: https://svn.roundcube.net/trunk@2700 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/plugins/password/README3
-rw-r--r--roundcubemail/plugins/password/config.inc.php.dist (renamed from roundcubemail/plugins/password/config.inc.php)4
2 files changed, 4 insertions, 3 deletions
diff --git a/roundcubemail/plugins/password/README b/roundcubemail/plugins/password/README
index a7e386e50..80532be66 100644
--- a/roundcubemail/plugins/password/README
+++ b/roundcubemail/plugins/password/README
@@ -36,7 +36,8 @@
1. Configuration
----------------
- * See config.inc.php file.
+ Copy config.inc.php.dist to config.inc.php and set the options as described
+ within the file.
2. Drivers
diff --git a/roundcubemail/plugins/password/config.inc.php b/roundcubemail/plugins/password/config.inc.php.dist
index 3945ea098..7bcd31be2 100644
--- a/roundcubemail/plugins/password/config.inc.php
+++ b/roundcubemail/plugins/password/config.inc.php.dist
@@ -3,7 +3,7 @@
// Password Plugin options
// -----------------------
// A driver to use for password change. Default: "sql".
-$rcmail_config['password_driver'] = 'sasl';
+$rcmail_config['password_driver'] = 'sql';
// Determine whether current password is required to change password.
// Default: false.
@@ -41,7 +41,7 @@ $rcmail_config['password_pop_port'] = 106;
// SASL Driver options
// -------------------
// Additional arguments for the saslpasswd2 call
-$rcmail_config['password_saslpasswd_args'] = '-u rolig';
+$rcmail_config['password_saslpasswd_args'] = '';
// LDAP Driver options