So my network people are still recording anonymous LDAP queries every time one of my DNN users logs in to the site. They are moving along with the initiative to disable anonymous access to LDAP which will cause all of these queries to fail.
Has anyone ever been able to figure out why anonymous LDAP queries are being made instead of binding using the ASP.NET process account credentials (which I have configured as a network service account)? I have Windows authentication enabled in web.config, removed all anonymous access to the entire site (and enabled Windows authentication), and commented out the <identity/> element in web.config (since I don't want it to impersonate the user, I want everything to be run under the ASP.NET service account).
I currently have "Sealing" selected as the Authentication Type in the ADSI provider config.
Thanks for any help.