From 9da5eddead7b962453dcdc1265b5959e7bbbf649 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 01 Jul 2009 10:21:46 -0400 Subject: [PATCH] Allow to configure additional arguments for the saslpasswd2 call --- 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 8bce0cc..1b964e3 100644 --- a/plugins/password/config.inc.php +++ b/plugins/password/config.inc.php @@ -38,6 +38,12 @@ $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. -- Gitblit v1.9.1