[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
memberOf overlay issues
- To: "openldap-technical@openldap.org" <openldap-technical@openldap.org>
- Subject: memberOf overlay issues
- From: Brendan Kearney <bpk678@gmail.com>
- Date: Mon, 05 May 2014 20:32:57 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:content-type:mime-version :content-transfer-encoding; bh=YyuCD+5HGoiCvwo8VYxDa0XdVo05pfYPqcH9svgakc4=; b=PyqJPiQCMxUB4bFfNiVWRYZZEJXPfMhTu9FtIdzQAl9cgbeWKlZlfNge6aUt3GVljg Y2MuurbI29J+UZRibqTY99P29/1lrVhbAi8YzIopynzSIEBZYjxz1rd687LCPVznmsts gbvwjJbnAQs+2mvZTv76Lk/7ETc3hEkDbFYWf2cvFOnE38AJ1oqiOjJlIJC+clmhlWG6 D6RtKe/UzqYCmCmdlJ4ux6QHey/e3pk/VtwFaPaPV10gnviypTiy8PrWbstg+KDCcweL qCeI9Fdn6LpXrqZ9+Td/1PDZlwgB8ZaERMYJBWPZvBSASsR6gU/LLzqQht0lYhZkSxMa b1/Q==
Fedora 20, slapd 2.4.39
i am trying to add the memberOf overlay onto a database. the module is
loading fine, but the instantiation of the overlay causes some errors.
it seems that an OID syntax is throwing things for a loop. below is the
output from "slaptest -d any". What could i be doing wrong?
53682a3b ldif_read_file: read entry file without checksum:
"/etc/openldap/slapd.d/cn=config/olcDatabase={2}mdb/olcOverlay={2}memberof.ldif"
53682a3b => str2entry: "dn: olcOverlay={2}memberof
objectClass: olcOverlayConfig
objectClass: olcMemberOfConfig
objectClass: top
olcOverlay: {2}memberof
structuralObjectClass: olcMemberOfConfig
entryUUID: 881fa376-67df-1033-8b16-e73c76eb0f15
creatorsName: cn=Manager,dc=my-domain,dc=com
createTimestamp: 20140504135544Z
entryCSN: 20140504135544.638618Z#000000#000#000000
modifiersName: cn=Manager,dc=my-domain,dc=com
modifyTimestamp: 20140504135544Z
"
53682a3b >>> dnPrettyNormal: <olcOverlay={2}memberof>
53682a3b <<< dnPrettyNormal: <olcOverlay={2}memberof>,
<olcOverlay={2}memberof>
53682a3b str2entry: invalid value for attributeType objectClass #1
(syntax 1.3.6.1.4.1.1466.115.121.1.38)
53682a3b send_ldap_result: conn=-1 op=0 p=0
53682a3b send_ldap_result: err=80 matched="" text="internal error
(cannot parse some entry file)"
slaptest: bad configuration file!