Quanah,
Thanks for your quick reply. I've made the change. I thought I had taken it from the openldap documents but clearly did not after reviewing them, I must have gotten mixed up with all the tabs I had open. Looks like its best to stick to the official documents (and this mailing list) rather than the how-tos out there
- Justin Lintz
On Tue, Dec 9, 2008 at 9:21 PM, Quanah Gibson-Mount quanah@zimbra.com wrote:
--On Tuesday, December 09, 2008 6:05 PM -0800 Quanah Gibson-Mount quanah@zimbra.com wrote:
--On Tuesday, December 09, 2008 4:45 PM -0500 Justin Lintz jlintz@gmail.com wrote:
Hi,
I am currently working on trying to configure replication between 2 ldap servers. Here is my current setup....
slapd.conf on ldap02 is":
directory /var/lib/ldap2.4 checkpoint 256 5 index objectClass eq index cn,mail,surname,givenname eq,subinitial index uidNumber,gidNumber,memberuid,member,uniqueMember eq index uid eq,subinitial index sambaSID,sambaDomainName,displayName eq referral ldaps://ldap01/ syncrepl rid=123 provider=ldaps://ldap01/ type=refreshAndPersist searchbase="dc=example,dc=net" scope=sub schemachecking=off bindmethod=simple binddn="cn=manager,dc=example,dc=net" attrs="*" credentials=
You should specify an attrs= line unless you know what you're doing. You
s/should/should NOT/
:)
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc
Zimbra :: the leader in open source messaging and collaboration
Quanah,
I'm still seeing the issue after making the change. I am able to however add entries to ldap02 and have them appear on ldap01, but not have them appear on ldap02. And adding anything to ldap01 does not get replicated to ldap02. Any other suggestions? - Justin Lintz
On Wed, Dec 10, 2008 at 9:51 AM, Justin Lintz jlintz@gmail.com wrote:
Quanah,
Thanks for your quick reply. I've made the change. I thought I had taken it from the openldap documents but clearly did not after reviewing them, I must have gotten mixed up with all the tabs I had open. Looks like its best to stick to the official documents (and this mailing list) rather than the how-tos out there
- Justin Lintz
On Tue, Dec 9, 2008 at 9:21 PM, Quanah Gibson-Mount quanah@zimbra.com wrote:
--On Tuesday, December 09, 2008 6:05 PM -0800 Quanah Gibson-Mount quanah@zimbra.com wrote:
--On Tuesday, December 09, 2008 4:45 PM -0500 Justin Lintz jlintz@gmail.com wrote:
Hi,
I am currently working on trying to configure replication between 2 ldap servers. Here is my current setup....
slapd.conf on ldap02 is":
directory /var/lib/ldap2.4 checkpoint 256 5 index objectClass eq index cn,mail,surname,givenname eq,subinitial index uidNumber,gidNumber,memberuid,member,uniqueMember eq index uid eq,subinitial index sambaSID,sambaDomainName,displayName eq referral ldaps://ldap01/ syncrepl rid=123 provider=ldaps://ldap01/ type=refreshAndPersist searchbase="dc=example,dc=net" scope=sub schemachecking=off bindmethod=simple binddn="cn=manager,dc=example,dc=net" attrs="*" credentials=
You should specify an attrs= line unless you know what you're doing. You
s/should/should NOT/
:)
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc
Zimbra :: the leader in open source messaging and collaboration
--On Thursday, December 11, 2008 4:30 PM -0500 Justin Lintz jlintz@gmail.com wrote:
Quanah,
I'm still seeing the issue after making the change. I am able to however add entries to ldap02 and have them appear on ldap01, but not have them appear on ldap02. And adding anything to ldap01 does not get replicated to ldap02. Any other suggestions?
- Justin Lintz
Your email confuses me. I thought you were doing simple single master/replica replication, but if you can modify on ldap02, then that means it is not a replica. Or, it means you're writing to it via slapadd? That's not legal. If you have a single master, writes must only occur to that server. Otherwise, you need to set up MMR. The configs you sent before certainly didn't indicate you were trying to do MMR.
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
openldap-technical@openldap.org