I have recently installed phpldapadmin on Ubuntu 12.04 LTS Srv.
In the the config.php
I've modified the following parameter in order to enable simple user login:
$servers->('login','bind_pass','secret');
and
$servers->('login','attr','uid');
By modifying those two parameters I'm able to login as "eric" / "password"
However, when I try to authenticate as
cn=admin,dc=ubuntu,dc=example,dc=com
with my rootPW it does not recognize me at all.
Is there another parameter the config.php
file that I would need to change in order to be able to use both DN and UID login types? My only way to administrate the test LDAP site right now is to switch back and forth my config.php
file, which is quite annoying.