[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
mysterious glue record with empty dn
- To: <openldap-technical@openldap.org>
- Subject: mysterious glue record with empty dn
- From: "Paul B. Henson" <henson@acm.org>
- Date: Fri, 11 Oct 2013 13:10:48 -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=lotChli78/Oi6JqqxL1IY0m6XOaUoCKZiM/Vsj7Z/UQ=; b=c6BYCnOjrFTbrJNh7gvhh991WizPFHsb4DPvhoeYudGWO3RGLjYaJPG1pgAe3anpGo HAd5hZCZ2Nir7T9dMbP6+u2e7ilYz4ogaGLMt6+AzUnY/bCpKG+dhFA1hnRcaBEYXREM uk0i5587FoKn29kgTGoScmXs5qzPO6lAMln9twq9Xpg1iqAEHlBk6PuT43QWYVDt9OGG Cg2NApZqargLRNlgWXaKQdX8BbwMpcQBZyj1OcfF9bpHmP98wcLFzsFqUTCfATUTXYHe /WdYGlXjn4FJSufk+nkXHXaQIAQcxuJQg+HwKVha5OQYW+IzlssDYC6d1v2wNd7q92wU b6Tw==
- Thread-index: Ac7GvYnuScB6ZLyURVm69Mo9UX2DtA==
While I was trying to recover my directory from an aborted attempt to
implement the memberof overlay, I ended up dumping the database with slapcat
and then reloading it with slapadd after removing the now invalid MEMBEROF
attributes that lingered after the overlay was disabled.
Strangely, on some of my servers, a glue object with an empty DN showed up
in the slapcat output:
dn:
objectClass: glue
structuralObjectClass: glue
entryUUID: 411f0301-e857-4228-a22d-c5d1451d4496
creatorsName: cn=ldaproot,dc=csupomona,dc=edu
createTimestamp: 20131007210011Z
entryCSN: 20131007210011.273579Z#000000#000#000000
modifyTimestamp: 20131007210011Z
modifiersName: cn=idmgmt,ou=user,ou=service,dc=csupomona,dc=edu
slapadd refused to load the input file with this record at the top, I ended
up deleting it and then it seemed to load fine. I'm not sure where this
record came from? From what I could research, it seems glue records are
created when you delete part of the hierarchy that is in between the top and
some lower record? I don't think I did that, plus I don't see why it would
have an empty DN? This must have something to do with my attempt to
implement the memberof overlay, as I have never seen it before.
Any thoughts?
Thanks.