On Thursday 25 January 2007 20:28, Heath Henderson wrote: > I am new to LDAP and more specifically FDS. I had an OpenLDAP server setup > a year or so ago which I used an older version of phpldapadmin with. It > seemed to work without too much trouble, but I can't seem to get either FDS > or OpenLDAP working with phpldapamdin. > > I found some information in the list archives as well as other places, but > my problem seems to be still existing. > > The error I get from phpLDAPadmin > > Could not determine the root of your LDAP tree. > It appears that the LDAP server has been configured to not reveal its root. > Please specify it in config.php In PLA you have config.php, you can define your base as follows: $ldapservers->SetValue($i,'server','base',array('dc=your,dc=base')); Best Regards Kimmo Koivisto