[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: gssapi authentication
I figured it out. It should have been admin instead of admin@CAIT.ORG
thanks.
andy
On Sun, Dec 10, 2000 at 08:43:13PM -0600, Andrew Wettstein wrote:
> Hi
>
> I've gotten openldap compiled with sasl using gssapi. I can use
> gssapi auth for queries. But i can only add entries with basic
> auth. I specified a rootdn of admin@CAIT.ORG but if i try a ldapadd
> i get this:
>
> node0:/home/awettste/MigrationTools-27# ldapadd -h node0 -D 'uid=admin@CAIT.ORG' -f entry.ldif
> SASL/GSSAPI authentication started
> SASL SSF: 56
> SASL installing layers
> adding new entry "uid=awettstein,ou=People,dc=node0,dc=cait,dc=org"
> ldap_add: Insufficient access
> additional info: no write access to parent
>
> ldif_record() = 50
>
> so I'm wondering where i went wrong.
> thanks for your help
>
> andy