Thanks for the tips Deon...

Unfortunately that did not work.
I still see the bind_id in the login field and get the same error.

I did the following:

- downloaded and extracted a fresh copy of PLA v1.2.0.5  (latest)
- Cleared the php session directory
- restarted apache
- purged browser cache
- purged PLA cache
- changed the following directives in config.php:

     - $servers->setValue('server', 'host','ldap-server.example.com');
     - $servers->setValue('server','base',array('o=example'));
     - $servers->setValue('login', 'bind_id','cn=proxy,o=example.com');
     - $servers->setValue('login', 'bind_pass','secret');
     - $servers->setValue('server','tls',true);
     - $servers->setValue('login','attr','uid');
     - $servers->setValue('login','base',array('ou=users,o=example'));



Thanks again.
-Josh


----- Original Message -----
From: Deon George <[email protected]>
To: [email protected] 
<[email protected]>
Sent: Sun Feb 28 00:17:47 2010
Subject: Re: [phpldapadmin-users] Update on bug ID: 2826573 (Re-enable login 
string)

Josh,

The error "*Error: Invalid DN syntax (34) for ..." *would indicate that 
you have have not got a DN listed for the configuration parameter.

Your message doesnt make sense for a couple of reasons:
* If you cant login, the error should be "Invalid DN syntax (34) for 
login", (ie: not "user"),
* The value of bind_id should not be shown when login,attr is not null 
(it is null by default)

Its possible you have a corrupt session cache. If so, use purge cache 
and logout before testing a login. If that doesnt work, clear your PHP 
session cache. (The directory that PHP uses is listed in php.ini.)

...deon


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
phpldapadmin-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
phpldapadmin-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to