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

Finding out if server supports ACI's



How is this done nowadays (OpenLDAP 2.2.14)?

Previously (not that long ago - I've tried 2.1 not long ago)
it worked by looking in "-b '' -s base" for the subschemaSubentry
attribute, following that to get the attributeTypes attribute
and OpenLDAPaci was there.

Now it's not! Looking through the code, it seems it's hidden
(marked with SLAP_AT_HIDE). How can I go around this?

And I can't find it in the monitorContext either...