Problem configuring ldapphpadmin & fedora directory server

Guillaume CHARDIN guillaume.chardin at gmail.com
Sat Apr 4 12:57:49 UTC 2009


Hi,
I setup a new Fedora Directory Server (v1.1.3-6) on fedora 10. And then, I
install ldapphpadmin (v1.1.0.5-2) to create new entry/populate the database.
But here is the problem. Each time i try to connect to ldapphpadmin, I can't
! Because the username/password does not exist. Except if i bind
anonymously. And then I can see default entries, except the "cn=Directory
manager" user specified at the init of the directory srver.

I think this issue is related to the netscape root used by FDS (but im not
sure).
Maybe i have to change the base DN used by PLA to match it to the "core"
netscapeDN.
Below are the config files used on this installation. Maybe someonce have an
idea about this issue and my own config.

####/etc/phpldapadmin/config.php#####
$config->custom->session['blowfish'] = '8276d3d6bbb59656fc600b8d7f324788';
# Autogenerated for auth.local
$i=0;
$ldapservers = new LDAPServers;
$ldapservers->SetValue($i,'server','name','[auth.local]');
$ldapservers->SetValue($i,'server','host','127.0.0.1');
$ldapservers->SetValue($i,'server','port','389');
$ldapservers->SetValue($i,'server','base',array('dc=local'));
$ldapservers->SetValue($i,'server','auth_type','session');
$ldapservers->SetValue($i,'server','sasl_mech','CRAM-MD5');
$ldapservers->SetValue($i,'appearance','password_hash','md5');
$ldapservers->SetValue($i,'login','attr','uid');
#####
Thanks for your help.

-- 
Guillaume
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/users/attachments/20090404/7cceeb17/attachment-0001.html 


More information about the users mailing list