I would like to know if there's a nice way to see if the memberOf group overlay is enabled in an LDAP schema. If so, we will use the memberOf filter to look up group memberships, otherwise we want to try a different method (e.g., memberUids within each group). It seems that the basic search() function returns an empty list, not exception, if it does not find the DN.
The question is: how do you programmatically in find out whether the memberOf attribute is turned on? Is this possible?
