wssmith
17th October 2007, 05:14 PM
Im running Version 2.2.0 of Support Center.
I would like to get this running using LDAP, however this has been unsuccessful and now I cant log on at all. message as follows.
Unable to login administrator
Please see my current config.
<?php
//Database settings
$config['db']['Host'] = 'localhost';
$config['db']['User'] = 'administrator';
$config['db']['Password'] = 'k1pper';
$config['db']['Driver'] = 'MySql';
$config['db']['Database'] = 'supportstaff';
$config['passwordEncoding'] = 'md5'; //possible values: md5, plain
$config['authMethods'] = array('SupportCenter'); //array of authentification methods, which should be used during authentification request
$config['ldapServer'] = '';
?>
and nothing changed elsewhere.[/code]
I would like to get this running using LDAP, however this has been unsuccessful and now I cant log on at all. message as follows.
Unable to login administrator
Please see my current config.
<?php
//Database settings
$config['db']['Host'] = 'localhost';
$config['db']['User'] = 'administrator';
$config['db']['Password'] = 'k1pper';
$config['db']['Driver'] = 'MySql';
$config['db']['Database'] = 'supportstaff';
$config['passwordEncoding'] = 'md5'; //possible values: md5, plain
$config['authMethods'] = array('SupportCenter'); //array of authentification methods, which should be used during authentification request
$config['ldapServer'] = '';
?>
and nothing changed elsewhere.[/code]