Problem configuring ldapphpadmin & fedora directory server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux