<identity impersonate="true"/>
<authentication mode="Windows">
</authentication>
<anonymousIdentification enabled="true" cookieName=".ASPXANONYMOUS" cookieTimeout="100000" cookiePath="/" cookieRequireSSL="false" cookieSlidingExpiration="true" cookieProtection="None" domain="" />
<authentication defaultProvider="ADSIAuthenticationProvider">
<providers>
<clear />
<add name="ADSIAuthenticationProvider" type="DotNetNuke.Authentication.ActiveDirectory.ADSI.ADSIProvider, DotNetNuke.Authentication.ActiveDirectory" providerPath="~\Providers\AuthenticationProviders\ADSIProvider\" />
</providers>
</authentication>
Those are the sections in my web.config dealing with authentication. I did have have a problem originally with the auto-login but I disabled anonymous access on the virtual directory and everything started working.
If I switch to forms authentication, it allows unauthenticated DNN users (still authenticated via windows by virtual directory) to access the site.
I will switch to forms, delete a users ID and have them try to login through the login control to see if they are created. I'll report my findings
Thanks for the quick response.
Jeremy B.