Mike,
First, I would like to thank you for all of your (donated) work on the Active Directory project. I think that it is a very important feature for DNN, one that will draw much more interest to DNN for the use of intranets and especially extranets. I wanted to let you know about some issues I've been experiencing with v1.0.3.
I've set up the provider with the following settings:
DNN auth is enabled
AD auth is enabled
Hide Login Controls is enabled
Synchronize Roles is enabled
Provider: ADSI...
Auth Type: delegation
Root domain: blank OR dc=mydomain,dc=com
user domain: mydomainsNTname\user
auto login: 192.;127.
I've also set up impersonation, the intranet zone is populated, and anonymous access to windowssignin.aspx has been turned off.
when I "update settings" I get OK on everything, with 1 domain found (correct).
Issues:
1) impersonation only works if I use an user with admin priveledges on the domain. If not I get errors about the "CountryListBox", even if the user has full NTFcontrol of the DNN install folder
2) Auto-login only works occaissonally. It does work if the user first browses to the WindowsSignin.aspx. The next time they will be auto-logged in, but I wonder if that is just due to cookie or something that was cached.
3) Users have trouble logging in on the login screen with the AD credentials (DOMAIN\user). This only works if Hide Login Controls gets turned of, then they login on the Windows Login screen. After that they can use their domain login on the DNN login screen, but not before.
4) On some PCs (like the web server itself) I still see the Windows Login Control popup when the user goes to WindowsSignin.aspx.
Thanks in advance for any light you might be able to shed on this.