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

John Schneider john.schneider at daumcommercial.com
Wed Oct 12 13:42:43 PDT 2005


Hi All! I have the following problem. Searched the list and tried some of
the older, but possibly relevant solutions to no avail. Please advise.
Thanks!

Error when trying to use the sql passwd driver using passwd (H3) 3.0 Final:

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

Warning: Cannot modify header information - headers already sent by (output 
started at 
/usr/home/daum/www/htdocs/work/horde/passwd/lib/Driver/sql.php:119) in 
/usr/home/daum/www/htdocs/work/horde/passwd/templates/common-header.inc on 
line 4

Warning: Cannot modify header information - headers already sent by (output 
started at 
/usr/home/daum/www/htdocs/work/horde/passwd/lib/Driver/sql.php:119) in 
/usr/home/daum/www/htdocs/work/horde/passwd/templates/common-header.inc on 
line 5

Here's my config:

$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',
               'show_encryption' => false
               // 'query_lookup' => '',
               // 'query_modify' => '',
           ),
       ),
       'poppassd' => array(
           'name' => 'INTRANET AND EMAIL SERVERS',
           'driver' => 'poppassd',
           'required' => true,
           'params' => array(
               'host' => 'localhost',
               'port' => 106,
           ),
       ),
   )),
);


Thanks! 




More information about the sork mailing list