Re: Notice: Undefined index: Password in horde/passwd/lib/Driver/sql.php on line 119

Jan Schneider <[email protected]>
Newsgroups gmane.comp.horde.sork
Message-ID <[email protected]>
Zitat von John Schneider <[email protected]>:

> Notice: Undefined index: Password in
> /usr/home/daum/www/htdocs/work/horde/passwd/lib/Driver/sql.php on line 119

> $backends['composite'] = array(
>   'name' => 'INTRANET AND EMAIL SERVERS AND DATABASE',
>   'preferred' => '',
>   'password policy' => array(
>                'minLength' => 3,
>                'maxLength' => 35,
>                'maxSpace' => 0,
>                'minClasses' => 2,
>        ),
>   'driver' => 'composite',
>   'params' => array('drivers' => array(
>       'sql' => array(
>           'name' => 'Corporate Database',
>           'driver' => 'sql',
>           'required' => true,
>           'params' => array(
>               'phptype'    => 'mysql',
>               'hostspec'   => 'localhost',
>               'username'   => 'myname',
>               'password'   => 'mypassword',
>               'encryption' => 'plain',
>               'database'   => 'mydatabase',
>               'table'      => 'email',
>               'user_col'   => 'Account',
>               'pass_col'   => 'Password',

                                 ^^^^^^^^
This column doesn't exist in your password table.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

-- 
Sork mailing list - Join the hunt: http://horde.org/bounties/#sork
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.