PDA

View Full Version : LDAP Authentification


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]

vzeman
22nd October 2007, 02:03 PM
$config['passwordEncoding'] = 'plain';
$config['authMethods'] = array('LDAP', 'SupportCenter');
$config['ldapServer'] = ''; <------ here should be filled path to your LDAP server

please try it again, when we will release version 2.2.1 (there was fixed one small problem in LDAP authentication)