thomascube
2009-07-02 be6c9752f9a32c789e85fea958fb1b5ef7bd22ca
Move config file to config.inc.php.dist to prevent further accidental commits

1 files modified
1 files renamed
7 ■■■■■ changed files
plugins/password/README 3 ●●●● patch | view | raw | blame | history
plugins/password/config.inc.php.dist 4 ●●●● patch | view | raw | blame | history
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
plugins/password/config.inc.php.dist
File was renamed from plugins/password/config.inc.php
@@ -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 @@
// SASL Driver options
// -------------------
// Additional arguments for the saslpasswd2 call
$rcmail_config['password_saslpasswd_args'] = '-u rolig';
$rcmail_config['password_saslpasswd_args'] = '';
// LDAP Driver options