diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-02 08:40:56 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-02 08:40:56 +0000 |
| commit | b787e54d6be1302a94aa776615f2ea5340cb15b4 (patch) | |
| tree | 831df74075c729134d365c11bd2e0f12986ecea1 /roundcubemail/plugins/password | |
| parent | b76aa4407a758d9f82ebb91c72e93819f8acba3c (diff) | |
Plugin to copy user prefs from a Qquirrelmail installation (when a new user is registered)
git-svn-id: https://svn.roundcube.net/trunk@2699 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/password')
| -rw-r--r-- | roundcubemail/plugins/password/config.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/plugins/password/config.inc.php b/roundcubemail/plugins/password/config.inc.php index 1b964e3fc..3945ea098 100644 --- a/roundcubemail/plugins/password/config.inc.php +++ b/roundcubemail/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'] = 'poppassd'; +$rcmail_config['password_driver'] = 'sasl'; // 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'] = ''; +$rcmail_config['password_saslpasswd_args'] = '-u rolig'; // LDAP Driver options |
