Hello,<br>I write this mail  few days ago on the fedora users ML. But now i tought it's not the right place to post. So, i forward to this ML my message about some problem with phpldapadmin & FDS.<br>Maybe someone of you will be able to help me.<br>
<br><div class="gmail_quote">---------- Forwarded message ----------<br>Hi,<br>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.<br>

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

<br>####/etc/phpldapadmin/config.php#####<br>$config->custom->session['blowfish'] = '8276d3d6bbb59656fc600b8d7f324788';  # Autogenerated for auth.local<br>$i=0;<br>$ldapservers = new LDAPServers;<br>

$ldapservers->SetValue($i,'server','name','[auth.local]');<br>$ldapservers->SetValue($i,'server','host','127.0.0.1');<br>$ldapservers->SetValue($i,'server','port','389');<br>

$ldapservers->SetValue($i,'server','base',array('dc=local'));<br>$ldapservers->SetValue($i,'server','auth_type','session');<br>$ldapservers->SetValue($i,'server','sasl_mech','CRAM-MD5');<br>

$ldapservers->SetValue($i,'appearance','password_hash','md5');<br>$ldapservers->SetValue($i,'login','attr','uid');<br>#####<br>Thanks for your help.<br clear="all"></div>
<br><br clear="all"><br>-- <br>Guillaume<br>