diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-01 14:21:46 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-01 14:21:46 +0000 |
| commit | 16df42b12395fca237e00a268c08ca5a0d1048cb (patch) | |
| tree | 48784eed778fbd755cc18479e3592c399ef086d4 /roundcubemail/plugins/password/config.inc.php | |
| parent | b9190e8f1e511c118c4abab414448176fa608e1f (diff) | |
Allow to configure additional arguments for the saslpasswd2 call
git-svn-id: https://svn.roundcube.net/trunk@2690 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/password/config.inc.php')
| -rw-r--r-- | roundcubemail/plugins/password/config.inc.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roundcubemail/plugins/password/config.inc.php b/roundcubemail/plugins/password/config.inc.php index 8bce0cc69..1b964e3fc 100644 --- a/roundcubemail/plugins/password/config.inc.php +++ b/roundcubemail/plugins/password/config.inc.php @@ -38,6 +38,12 @@ $rcmail_config['password_pop_host'] = 'localhost'; $rcmail_config['password_pop_port'] = 106; +// SASL Driver options +// ------------------- +// Additional arguments for the saslpasswd2 call +$rcmail_config['password_saslpasswd_args'] = ''; + + // LDAP Driver options // ------------------- // LDAP server name to connect to. |
