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

Re: rootdn



Yes, that's as intended.  I note that HEAD supports mapping
of the generated DN to whatever you desire (via sasl-regex).

Kurt

At 04:26 PM 2/9/01 -0800, Mei-Hui Su wrote:
>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