mtndwell wroteI have been going rounds with the AD suff myself. I not only configured the DNN settings for active directory authentication, I also turned off the anonymous user access to the site and removed all but authenticated and required service users from the site folders. I found that ASP.NET takes the path of least permissions, so if the user can authenticate without AD it uses those credentials. As it requires the user credentials to get to the page, that is what ASP.NET uses. In mixed mode, the users get created and being that the site requires AD credentials to access site resources. You also want to be sure, if your site is being access via IP, the address is listed in your internal DNS server. Otherwise, your users will be required to log into the site (http://10.0.0.1 translates to http://myinternalsite).
I agree that the AD team should address the issue of new users not getting created when fully AD configured, however I had to find a work around in the mean time. I hope this helps.
Hi,
the anonymous user acces was already disabled. users enter and login to dnn well with mixed mode(forms/AD) and with AD. that mode is working, also is the AD only mode.
The problem is the creation of the users, they don't get created with AD mode only.
With the mixed mode (Forms & AD) the problem is that with the credentials the only thing done is the login. Then the user is NT Authority/system in Win 2000 server systems and ASPNET/System in XP systems. Then all the security implemented in webservices, reporting services, directory access... is thrown to the garbage...
We need a way for the user account to be created in AD mode (it shouldn't be complicated... I think..) if not, we can't integrate it with the domain security... a costly and improbable thing...
Any help or comment AD team?
Thanks,
Jose Luis