I tried differnt combinations of commenting, uncommenting these sections in web.config
<authentication mode="forms">
<forms name=".DOTNETNUKE" protection="All" timeout="999" cookieless="UseCookies" />
</authentication>
<identity impersonate="true" userName="domain\username" password="password"/>
<!-- <authentication mode="Windows" ></authentication> -->
<add name="Authentication" type="DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule, DotNetNuke.Authentication.ActiveDirectory" />
and entered credentials in Windows Login. It is not recognizing it at all. It used to work fine at some point. Giving error "Login Failed, remember that Passwords are case sensitive". But when I am doing Update Setting in authentication in Admin menu its giving success msg:
- Then do UPDATE SETTING
You should get message on success:
o Accessing Global Catalog:
OK
Checking Root Domain:
OK
Accessing LDAP:
OK
Find all domains in network:
1 Domain(s):
Domain(Domain)
So, it is not working even from Windows login now.