If I use a ServerSideSort control, the entries are sorted nicely for me, but I can’t retrieve any operational attributes, even if I specifically request them, e.g. “entryUUID”, or “+”. If I remove the SSS control I get the operational attributes as I always did before. All I get are the ordinary attributes.
Is this a known feature of the SSS specification? or a known problem in OpenLDAP 2.4.30?
This condition, and those described in your comments, sounds like a server software defect. An LDAP compliant server should either:
false)unavailableCriticalExtensionand no entries (criticalitytrue)As for sorting on an operational attribute like
entryUUID, several servers I tested refused to sort, but did return results (with criticalityfalse).Perhaps you could export the data to an LDIF file and deal with your entries with single digit
entryUUID, and re-import the data.