[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: (ITS#3616) Syncrepl and rootless installations
If you take a slapcat, and note it contains the rootless node:
# head -n 10 slap_23.ldif
dn:
objectClass: locality
objectClass: syncProviderSubentry
structuralObjectClass: locality
contextCSN: 20050304111037Z#000293#00#000000
dn: o=foo
o: internet
objectClass: top
objectClass: organization
....
A subsequent slapadd -w -l into another server (such as a consumer) will
fail with the error 'unable to parse at line 11' (sic). The first dn
must be removed before slapadd will successfully import the LDIF.
I believe this to be a bug - possibly an oversight?
Cheers,
Rob