[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: default database?



At 04:48 PM 7/12/00 -0400, Patrick Timmons wrote:
>I use:
>
>suffix          "o=basedn"
>
>referral        ldap://my.ldap.server.name/o=basedn
>
>in my slapd.conf to help the clients "find" the basedn.

This is not a good idea...  In LDAPv2, clients should be configured
with the appropriate base DN (which may or may not be the suffix
of any database).  With clients shipped with OpenLDAP, you may
use ldap.conf(5).  Other clients *should* have other mechanisms.
If you find one that doesn't, complain to the supplier of that
client (after making sure you are running their latest version).

Kurt