connector.user_groups(user_dn) returns a full list of group attributes.
Typically, this list of attributes includes group members -- a potentially substantial amount of data to retrieve and cache, and not typically useful when simply trying to retrieve a user's group membership information for authorization purposes (in which case it is typical that only dn, and possibly cn, may be needed).
connector.user_groups(user_dn)returns a full list of group attributes.Typically, this list of attributes includes group members -- a potentially substantial amount of data to retrieve and cache, and not typically useful when simply trying to retrieve a user's group membership information for authorization purposes (in which case it is typical that only
dn, and possiblycn, may be needed).