flickerfly l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Funny_Figure/pilgrim.gif)
Joined: 08 Nov 2002 Posts: 677 Location: Lanham, MD
|
Posted: Thu Jul 29, 2004 9:13 pm Post subject: OpenLDAP Replication not quite working... |
|
|
I must be so close...
slurpd replication is not working, but when I issue the command:
ldapsearch -h 10.0.1.5 -W -D "uid=Replicator,ou=People,dc=cougarnet,dc=bible,dc=edu" uid=*
I am successfully shown uid records
On the master: /var/lib/openldap-data/slapd.replog & /var/lib/openldap-slurp/replica/slurpd.replog contain no data.
Master slapd.conf:
Code: | replica uri=ldap://10.0.1.5:389
binddn="uid=Replicator,ou=People,dc=cougarnet,dc=bible,dc=edu"
bindmethod=simple credentials=*****
replogfile /var/lib/openldap-data/slapd.replog |
Recipient slapd.conf:
Code: | updatedn "cn=Manager,dc=cougarnet,dc=bible,dc=edu"
bindmethod=simple credentials=*****
updateref uri=ldap://10.0.1.5:389 |
The master has slurpd and slapd running.
The recipient has slapd running.
Is there an obvious problem? I've checked the passwords to make sure they are right. I'm looking at the log on the recipient and can't find a cooresponding "MOD" entry in the logs.
Any idea why this isn't following through with what its being told to do? _________________ An Evil Genious' Guide to Sheeple and How To Avoid Becoming One | 0x4C9EF4A |
|