Hi Mike! Thanks for the clarification. Atleast we know the core environment is good to go.
Now, our web.config has the following 2 sections:
I know you said that you write only the one, so does this mean the other one needs to be removed?
The one you said you write:
<httpModules>
<add name="Authentication" type="DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule, DotNetNuke.Authentication.ActiveDirectory" />
The other one that is in our web.config:
<authentication>
<providers>
<add name="ADSIAuthenticationProvider" type="DotNetNuke.Authentication.ActiveDirectory.ADSI.ADSIProvider, DotNetNuke.Authentication.ActiveDirectory" providerPath="~\Providers\AuthenticationProviders\ADSIProvider\" />
</providers>
</authentication>
I checked the PortalSettings table, first let me clarify that our site has 4 portals (0,3,5,6), and found the following:
Portal 3 has the following:
AD_AuthenticationType
AD_EmailDomain
AD_ProviderTypeName DotNetNuke.Security.Authentication.ADSIProvider, DotNetNuke.Authentication.ADSIProvider AD_RootDomain
AD_SynchronizePassword
AD_SynchronizeRole
AD_UserName
AD_WindowsAuthentication
Portals 5 and 6 have the following:
AuthenticationType
EmailDomain
ProviderTypeName DotNetNuke.Security.Authentication.ADSIProvider, DotNetNuke.Authentication.ADSIProvider AD_RootDomain
SynchronizePassword
SynchronizeRole
UserName
WindowsAuthentication
Which of these are correct? I think this is the root of our problem! I remember reading in one of your earlier posts (or may have been on a different thread) that the settings are prefixed with AD_
Is that still the case? If i want to manually remove everything and install again from scratch, do i need to get rid of all of these, the AD_ and the ones with out AD_? Also, do i need to get rid of both the web.config entries?
Thanks for all your help on this!
Brian