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

Re: Slave doen't update Master, Part II



Markus Grunwald wrote:
> 
> Thanks to some friendly list readers, I got my slave to hand modify 
> requests to the master ( yes, it DOES work, at least with
> openldap 2.0.7-6  !).
> 
> Well, next problem:  I get a "no write access on parent" error,
> [..]
> ldap_add: Insufficient access
>         additional info: no write access to parent
> [..]
> do_bind: version=3 dn="" method=128
> do_bind: v3 anonymous bind

This says it all:

man ldap_set_rebind_proc

In my client the referral is caught and the user is asked for a bind
DN.

Ciao, Michael.