[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ldapadd and referrals
Hi all
I have an LDAP directory (Samba backend and mail aliases) with a master
and a slave using syncrepl. I have added an updateref line in the slave
slapd.conf
updateref ldap://192.168.0.2:389
The master is at 192.168.0.2
When I run ldapadd against the slave server I get the message
ldap_add: Referral (10)
referrals:
ldap://192.168.0.2/ou=test2,o=organization,dc=co,dc=uk
and the master is not updated.
Can ldapadd follow referrals? I already have
the directive "REFERRALS on" in ldap.conf
Is there a better way of running duplicate servers that allows updates
on both servers?
thanks
David Williams