[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
memberof overlay replicating memberOf attribute?
- To: <openldap-technical@openldap.org>
- Subject: memberof overlay replicating memberOf attribute?
- From: "Paul B. Henson" <henson@acm.org>
- Date: Fri, 11 Oct 2013 13:07:16 -0700
- Content-language: en-us
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:thread-index:content-language; bh=kMxPY/oKzP9TyOs+N3ns06iTOgOfPtyGFUO1iXWM+wo=; b=mCrTxhuhKv9bIM82H55C86wY0dtCLmd5YeVQ2fWHeyBFZwhlNlH0GtZSc9ha8ZAgP3 ZahgX8bK7CBTktM5SOx/sQf1f6Fla75EGTYzwY17RlOjKchbh6597Zmpz7vyvCbj5VDr 9CjJZ6X+j3OQgo00eJqP1a9vmBeIofZJ6a+rZBlObm0bTD8/OVx5QXCrR8xKA8W17N8s YcR4QTiKk7fTYApUIDoOvbZwE1B6u155zsDjL1gOBVsm1p64ISjYoiyIuyAW2bymc12W 06+Br9NLoWSuCfc39LAnG28iGPZcBK7bN8qL45lWBzAxmzzPeanpERW7p8JdKSjvzxeu nYpA==
- Thread-index: Ac7GvRlgqPowULisSf2dAUk6RgAchg==
Based on the documentation, my understanding was that the memberof overlay
maintained the memberOf attribute locally, and this attribute was not
replicated? While I was recently working on implementing the memberof
overlay, I noticed that after I had enabled it on one server, before
enabling it on another, the memberOf attribute seemed to be replicated from
the server on which the overlay was enabled to the one on which it was not:
Oct 7 18:30:18 filmore slapd[28994]: UNKNOWN attributeDescription
"MEMBEROF" inserted.
Oct 7 18:30:18 fosse slapd[3047]: UNKNOWN attributeDescription "MEMBEROF"
inserted.
Oct 10 16:23:08 pip-dev slapd[7030]: slapd starting
Oct 10 16:23:08 pip-dev slapd[7030]: UNKNOWN attributeDescription "MEMBEROF"
inserted.
This seems contrary to the documentation and I found it confusing. Am I
missing something?
Thanks.