coluege managed to get OpenLDAP working on a linux server but as LDAPD is now
available for OBSD I am keen to switch to ldap servers before we start to
populate our directory. I've managed to get the ldap web gui phpldapadmin to
talk to LDAPD but after logging in we get the following.
Have you defined a 'dn' attribute in the schema? Otherwise this is a weird
DN.
Although ldapd might not currently check for valid attribute types allowed in
a RDN, you should stick to defined attributes with an EQUALITY matching rule.
javascript link that doesn't do anything!
I don't know about phpldapadmin, but ldapd won't let you create base DNs over
LDAP. You create base DNs in the ldapd.conf file, where they're called
namespaces.
been able to get it to work.
http://phpldapadmin.sourceforge.net/wiki/index.php/FAQ#How_does_PLA_work_out_
the_BASE_DN.3F
avoid ssl, sasl issues.
putting some entried into the ldapd.conf file but no joy. Running ldapsearch I
can see that the DN and Base appear to be empty, My guess is that this is
where the issue is.
Unless you've defined deny rules, the root DSE is readable by anyone.
Here you have a base DN of "dc=nhsscotland,dc=com".
If you want to search the root DSE, you must use a base scope (-s base).
-martin
Previous message: [thread] [date] [author] Next message: [thread] [date] [author]