summaryrefslogtreecommitdiff
path: root/plugins/password/config.inc.php.dist
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-04-22 11:51:14 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-04-22 11:51:14 +0000
commit0a714b7843736ef465221868354a95eee5cb6e92 (patch)
tree1a2546ef7dd9f3263cba48aefde70516fa71d295 /plugins/password/config.inc.php.dist
parentd24b11b949f7cd6c78f71aee0c51ea76399bb397 (diff)
- Password: chpasswd driver (#1486647)
git-svn-id: https://svn.roundcube.net/trunk@3533 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/config.inc.php.dist')
-rw-r--r--plugins/password/config.inc.php.dist6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/password/config.inc.php.dist b/plugins/password/config.inc.php.dist
index 98cdc1d72..4030c008a 100644
--- a/plugins/password/config.inc.php.dist
+++ b/plugins/password/config.inc.php.dist
@@ -236,4 +236,10 @@ $rcmail_config['password_ximss_host'] = 'mail.example.com';
// XIMSS port on Communigate server
$rcmail_config['password_ximss_port'] = 11024;
+
+// chpasswd Driver options
+// ---------------------
+// Command to use
+$rcmail_config['password_chpasswd_cmd'] = 'sudo /usr/sbin/chpasswd 2> /dev/null';
+
?>