[sork] Re: Re: Vpopmail+Mysql+Passwd

hardik hbpandya at gnvfc.net
Wed Aug 6 22:34:40 PDT 2003


Hi,

The error it shows in the system log file is:

[Thu Aug  7 10:52:58 2003] [error] PHP Fatal error:  Call to undefined
function:
  array_key_exists() in /var/www/horde/passwd/main.php on line 31
[Thu Aug  7 10:53:03 2003] [error] PHP Warning:  Undefined variable:
_SERVER in
 /var/www/horde/passwd/lib/Passwd.php on line 47
[Thu Aug  7 10:53:03 2003] [error] PHP Warning:  Undefined variable:
_SERVER in
 /var/www/horde/passwd/lib/Passwd.php on line 48
[Thu Aug  7 10:53:03 2003] [error] PHP Warning:  Undefined variable:
_SERVER in
 /var/www/horde/passwd/templates/menu/menu.inc on line 37

With whichever way i pass on the value for username, it generates the same
set of errors.

Present settings of my conf.php & backends.php r as below.
-------------------------------------------------------------
$conf['menu']['apps'] = array('imp');
$conf['backend']['backend_list'] = 'shown';
$conf['password']['strengthtests'] = true;
$conf['hooks']['username'] = false;
$conf['hooks']['default_username'] = false;
-------------------------------------------------------------
$backends['vpopmail'] = array (
    'name' => 'vpopmail Authentication',
    'preferred' => '',
    'password policy' => array(
        'minLength' => 3,
        'maxLength' => 8,
        'maxSpace' => 0,
        'minUpper' => 0,
        'minLower' => 0,
        'minNumeric' => 0
    ),
    'driver' => 'vpopmail',
    'params' => array(
        'phptype'    => 'mysql',
        'hostspec'   => 'localhost',
        'socket'     => '/tmp/mysql.sock',
        'username'   => 'hordenew',
        'password'   => 'hordenew',
        'encryption' => 'crypt',
        'database'   => 'hordenew',
        'table'      => 'vpopmail',
        'name'    => 'pw_name',
        'domain'  => 'pw_domain',
        'passwd' =>  'pw_passwd',
        'clear_passwd' => 'pw_clear_passwd',
        'use_clear_passwd' => true
    )
);
-------------------------------------------------------------
rgds,

Hardik

"Eric Rostetter" <eric.rostetter at physics.utexas.edu> wrote in message
news:1060186010.aee6f8ebfab94 at mail.ph.utexas.edu...
> Quoting hardik <hbpandya at gnvfc.net>:
>
> > http://mail.ourdomain.com/horde/passwd/main.php. Nothing is logged in
the
> > log file /tmp/horde.log.
>
> How about in your system log files?
>
> > Do i need to apply username as user at domain.com or only the name. In all
>
> That depends on your setup.  I don't use your setup, so I can't say.
>
> --
> Eric Rostetter
> The Department of Physics
> The University of Texas at Austin
>
> Why get even? Get odd!
> --
> Sork mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: sork-unsubscribe at lists.horde.org
>





More information about the sork mailing list