From 092d3d0f4dfbd722d4fba86ac4d92a8d56c478fb Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 7 Mar 2012 11:28:30 +0000 Subject: - Added Expect driver (#1488363) git-svn-id: https://svn.roundcube.net/trunk@5978 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/password/config.inc.php.dist | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'plugins/password/config.inc.php.dist') diff --git a/plugins/password/config.inc.php.dist b/plugins/password/config.inc.php.dist index 08a9f6061..d39610680 100644 --- a/plugins/password/config.inc.php.dist +++ b/plugins/password/config.inc.php.dist @@ -323,3 +323,17 @@ $rcmail_config['password_pw_usermod_cmd'] = 'sudo /usr/sbin/pw usermod -h 0 -n'; // ------------------- // Additional arguments for the dbmail-users call $rcmail_config['password_dbmail_args'] = '-p sha512'; + + +// Expect Driver options +// --------------------- +// Location of expect binary +$rcmail_config['password_expect_bin'] = '/usr/bin/expect'; + +// Location of expect script (see helpers/passwd-expect) +$rcmail_config['password_expect_script'] = ''; + +// Arguments for the expect script. See the helpers/passwd-expect file for details. +// This is probably a good starting default: +// -telent -host localhost -output /tmp/passwd.log -log /tmp/passwd.log +$rcmail_config['password_expect_params'] = ''; -- cgit v1.2.3