diff options
author | thomascube <thomas@roundcube.net> | 2009-07-01 14:21:46 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-07-01 14:21:46 +0000 |
commit | 9da5eddead7b962453dcdc1265b5959e7bbbf649 (patch) | |
tree | 6fc0a3ce97b0667f6f6c42e3ef77d37735cb95e8 /plugins/password/config.inc.php | |
parent | 645103db1133c1a2372f3b82797def5887a6dc0b (diff) |
Allow to configure additional arguments for the saslpasswd2 call
Diffstat (limited to 'plugins/password/config.inc.php')
-rw-r--r-- | plugins/password/config.inc.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/password/config.inc.php b/plugins/password/config.inc.php index 8bce0cc69..1b964e3fc 100644 --- a/plugins/password/config.inc.php +++ b/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. |