[horde] Expect and Password Horde 4

Robert Moldenhauer robert at coe.neu.edu
Mon Mar 25 16:55:01 UTC 2013


Hi,

I've installed the password module from GIT and an trying to install expect.  Is expect supported by Horde 4 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



More information about the horde mailing list