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

rootdn



Hi,

  This is not a bug report, I just want to confirm if this
is what is intended. I am using the latest openldap from
the repository, sun solaris 5.7, SASL+GSSAPI for authentication.
In the config file, I have specified the rootdn to my dbm backend
as

rootdn  "uid=/C=US/O=Globus/O=University of Southern California/
OU=ISI/CN=mei"

and that did not work ( in servers/slapd/backend.c's be_isroot())
but with this

rootdn  "uid=/C=US/O=Globus/O=University of Southern California/
OU=ISI/CN=mei,cn=GSSAPI,cn=auth"

it worked.

thanks

mei