This adds a new configurable property to the LDAP object: LDAP.attributes
When set, it specifies a list of attributes to explicitly fetch from LDAP in the search-phase.
(I originally needed this to force fetching of operational attributes, but it might also be useful for trimming LDAP entries that have a gazillion attributes you don't care about)
This adds a new configurable property to the LDAP object:
LDAP.attributes
When set, it specifies a list of attributes to explicitly fetch from LDAP in the search-phase. (I originally needed this to force fetching of operational attributes, but it might also be useful for trimming LDAP entries that have a gazillion attributes you don't care about)