Open
Description
Describe the bug
In internal class Microsoft.AspNetCore.Authentication.Negotiate.LdapAdapter
, SearchRequest
s are constructed using attributeList: null
, which means query for all available attributes.
LdapAdapter
should query only for attributes it requires (memberOf
and, possibly, distinguishedName
).