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).