[horde] Expect and Password Horde 5
Robert Moldenhauer
robert at coe.neu.edu
Wed Mar 27 11:44:23 UTC 2013
Hi,
I've installed the password module from GIT and an trying to install expect. Is expect supported by Horde 5 Password?
?php
// NOTE: to set the ldap userdn, see horde/config/hooks.php
$backends['expect'] = array(
'disabled' => false,
'name' => 'COE unified password change'
'driver' => 'expect',
'policy' => array(
'minLength' => 7,
'minAlpha' => 1,
'minNumeric' => 1,
'minUpper' => 1,
'minLower' => 1
),
'params' => array(
'program' => '/usr/local/Free/bin/expect',
'script' => 'scripts/passwd_expect',
'params' => '-ssh -host localhost -output /var/log/passwd.log'
),
);
--
--
- -
*************************************
Robert Moldenhauer
Systems Coordinator
230 Snell Engineering Center
Northeastern University
360 Huntington Avenue
Boston, MA 02115-5000
Phone: (617) 373-4848
FAX: (617) 373-8504
email: robert at coe.neu.edu
--
Horde mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list