[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: mysterious glue record with empty dn
- To: "'Quanah Gibson-Mount'" <quanah@zimbra.com>, <openldap-technical@openldap.org>
- Subject: RE: mysterious glue record with empty dn
- From: "Paul B. Henson" <henson@acm.org>
- Date: Fri, 11 Oct 2013 17:57:47 -0700
- Content-language: en-us
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:references:in-reply-to:subject:date:message-id :mime-version:content-type:content-transfer-encoding:thread-index :content-language; bh=8c/+AsBI0YqO93buKlEmAhoU1YomDEEPxAgWeukgx+w=; b=cGRL3ppq32E1zXG45TiuZmydSzKxuE12xQBg6mrY3RqNqBml4MBf83L02Ijk9EzSeT f3DTsXsbADrGHi5ky/Xn/WRdeOhLWkTCqBPP4+Na8iaF+oo6gDG2M1TO3+upC+OALXK4 tOb51vLYGVNl7KJ05G+kf3ldbSIaZbL+AlrraHiJ8rNZzGF8Ylz5rgMvGZl84SQZeBLd olsTNjd0XMjqBk69rCVfsdBFrXjEiT46uI8BaKKquw4FG/xl0iyH3KGZllbYWi2zLFk1 L448Gog0N8NR/1G5f6XBVUWIrOHJX/dqWqza2S1/qpjyT5fDJmAcspAhqMmsXnpcSWlK I8qg==
- In-reply-to: <B615075DD4CF9545115E8962@[192.168.1.93]>
- References: <fede01cec6bd$fc066840$f41338c0$@acm.org> <B615075DD4CF9545115E8962@[192.168.1.93]>
- Thread-index: AQJPy468wqyYwFnqmYirEZ6NZ4r4ZQLOodb5mNe++kA=
> From: Quanah Gibson-Mount [mailto:quanah@zimbra.com]
> Sent: Friday, October 11, 2013 2:22 PM
>
> Did you correctly load the memberof overlay onto all servers?
Evidently not. While the overlay was eventually configured on all of the
servers, in order to avoid a service outage it was not done at exactly the
same time on all of them. In hindsight, with the knowledge that contrary to
the documentation the attribute was replicated, it would've been better to
update the configuration on the slaves first, then the active master,
whereas I updated configuration on a master first, resulting in an invalid
attribute being replicated to the slaves.
This caused the creation of the glue record? What was being glued together?
Or did the glue record serve some other purpose in this instance than the
one that I found documented?
Thanks.