[sork] Re: Re: expect and passwd

Jeroen Huinink j.huinink at wanadoo.nl
Fri Feb 21 11:54:33 PST 2003


<lody at great2cu.net> wrote:
> Forgot to mention that for debugging purposes I had to change the option
in
> passwd_expect to read from the command line

Did you set the program parameter in the backend configuration?

$backends['expect'] = array(
/* Stuff deleted */
    'driver' => 'expect',
    'params' => array(
        'program' => '/usr/bin/expect',
        'script' => 'scripts/passwd_expect',
        'params' => '-telnet -host localhost -output /tmp/passwd.log'
    )
);

Regards,
Jeroen





More information about the sork mailing list