[Date Prev][Date Next] [Chronological] [Thread] [Top]

Searching for entryUUIDs broken?



Hi,

I'm experiencing something weird.
I'm using slapd 2.3.32 on Ubuntu Dapper.

First I add a couple of objects. Then I look them up by entryUUID:

ldapsearch -h localhost -x -W -D 'cn=admin,dc=abook,dc=example,dc=com'
-b 'uid=user1,o=NA,dc=abook,dc=example,dc=com'
'entryuuid=ef881802-496c-102b-9655-97b172d5724c' entryUUID

The after a slapd restart I try the same, but now only some of the
entries will show up as a result.

That is, - when I first do:

ldapsearch -h localhost -x -W -D 'cn=admin,dc=abook,dc=example,dc=com'
-b 'uid=user1,o=NA,dc=abook,dc=example,dc=com' 'entryuuid=*' entryUUID

... then they all show up, but if I pick out one of the results and do
the above search for a single entryUUID, then some work and some doesn't.

(admin is the rootdn, so it shouldn't be a matter of ACLs)


Is there a bug, or am I doing something wrong?

regards,
Peter