[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Replication Problem
Le Ven 26 octobre 2007 18:30, Quanah Gibson-Mount a écrit :
> --On Friday, October 26, 2007 10:32 AM +0200 Marcus Frischherz
> <marcus@casaberg.at> wrote:
>
>> This after I changed the slave to look like this:
>> updatedn="uid=rmanager,ou=intern,o=rori"
>> updateref rori_vpn:389
>
> I think the slapd.conf man page is quite clear about this:
>
> updateref <url>
>
> Your updateref is *not* in url form:
>
> updateref ldap://rori_vpn:389/
An other problem is that you must not put '=' sign between updatedn and
its value. Else slapd will take it as a single argument.
Regards,
Raphaël Ouazana.