[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#6002) slaptest dynlist conversion problem
Full_Name: Derek Yarnell
Version: 2.4.15
OS: Red Hat Enterprise Linux 5.3
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (128.8.120.187)
When I go to create a slapd.d cn=config directory with the following in my bdb
database using the dynlist overlay,
overlay dynlist
dynlist-attrset groupOfNames labeledURI member
I get the following portion of the cn=config directory structure,
# cat olcOverlay\=\{1\}dynlist.ldif
dn: olcOverlay={1}dynlist
objectClass: olcOverlayConfig
objectClass: olcDynamicList
olcOverlay: {1}dynlist
olcDlAttrSet: {0}groupOfNames groupOfNames member
structuralObjectClass: olcDynamicList
entryUUID: 6daa3d54-ec05-432a-bdf0-9d3ded5aed23
creatorsName: cn=config
createTimestamp: 20090305215204Z
entryCSN: 20090305215204.399170Z#000000#000#000000
modifiersName: cn=config
modifyTimestamp: 20090305215204Z
The problem is that olcDlAttrSet this is not right and the 2nd groupOfNames
should be labeledURI. This obviously causes slapd to not start correctly and I
have to hand correct.