Hi
Please dont mind for posting the same problem again but I have some doubts in implementing Mixed mode authentivation for DotNetNuke 4.3.7
First of all these are the steps I took to implement the authentication
1. In Admin-Authentication gave the details as
a. Checked Windows Authentication
b. Checked Synchronize Role
c. Provider: ADSI Authentication Provider
d. Authentication Type: Delegation
e. Root Domain: dc=mydomainname,dc=com
f. User name: mydomainname\myname
g.password and confirm password as my windows password
h. Email domain: @localhost
and clicked update
it gave me every thing as OK without any errors
I removed Anonymous access for the DotNetnuke folder from IIS and added everyone in the security tab of Windossignin.aspx
When I run my URL http://mysystemname/DotNetNuke/admin/security/windowssignin.aspx
I get a popup for username and password
When i give my windows accoutn username and password It displays me the home page but I dont fine any display name
It is left null
And I also face another issue
When I click logout and again login with my windows credentials It gives me the password or username is invalid
I did not change anything in my web.config
it is Forms authentication
Identitiyimpersonate is commented
When I read in several forums it is said there should be a htt module for authentication
I dont have that in my web.config
Any one please suggest me the required changes
Swathi