[horde] Expect and Password Horde 5

Jan Schneider jan at horde.org
Wed Mar 27 12:20:37 UTC 2013


Zitat von Robert Moldenhauer <robert at coe.neu.edu>:

> Hi,
>
> I've installed the password module from GIT and an trying to install  
> expect.  Is expect supported by Horde 5 Password?

Theoretically yes.

> ?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


-- 
Jan Schneider
The Horde Project
http://www.horde.org/



More information about the horde mailing list