Lamune wrote
Mike, I've been thinking about this to make sure I understand how this works. This disables the AD the control on just the standard Login page? Links directly to the WindowsLogin.aspx page would still be fine? (I'd imagine this is the case, otherwise I wouldn't see the point of it.) If that's correct, this shouldn't be a problem. All I'd need to do is set up a staff link, and make sure IIS is configured properly, and call it a sucessful fix.
Let me see if I can explain this a little clearer for you.
There are three setting you have to look at in the Admin-Authentication menu:
DotNetNuke Authentication Settings
--------------------------------------------------------------------------------
Enabled? <-- This enables/disables the "DNN" login, if you disable it you cannot log into an account that is not AD-integrated.
Active Directory Settings
--------------------------------------------------------------------------------
Enabled? <-- This enables/disables the "AD" login, if you disable this you cannot log into an account that is AD-integrated.
Hide Login Controls? <-- This shows/hides the button above the login prompt to all you to switch to the AD login.
If you are using "only" DNN-based accounts use these settings:
Enabled? Yes
Enabled? No
Hide Login Controls? N/A
If you are using "only" AD-based accounts use these settings:
Enabled? No
Enabled? Yes
Hide Login Controls? Yes
If you want "both" AD and DNN logins, use these settings:
Enabled? Yes
Enabled? Yes
Hide Login Controls? No
Note:
- Enabling each provider adds another button above the login prompt (unless the hide login controls is enabled).
- At least one of the providers HAS to be enabled.
Hope this helps...