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