Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationAD sync problem with AD password not meeting DNN password policyAD sync problem with AD password not meeting DNN password policy
Previous
 
Next
New Post
5/8/2008 4:20 AM
 

Hello out there DNN-freaks!

Iam a newbie to DNN and I have been assigned a DNN-project at my new job. Now Iam trying to get DNN and AD syncing users/groups.

It now seems like DNN doesn´t sync users when their password in AD doesn´t meet DNNs password policy. DNN require 7 characters. When trying to login in DNN withe a AD-user with fewer characters in their password I fail. Changing their password to 7 characters in AD seems to solve the problem, and the user is added and in the correct group.

At first login (with a 7 char pw) i also get this error message:
"A critical error has occurred.
Unknown UserCreateStatus value encountered Parameter name: UserRegistrationStatus
"
I dosen´t get logged in this first time when the error is displayed. But when I try loggin once more I get logged in.

1. Can this be a correct observation?
2. How can I change DNN password policy to except fewer characters?
3. Any idea on the error message?

Thankful to any suggestions!
/Niclas

 
New Post
5/8/2008 7:21 AM
 

change the password minimum length requirement in web.config:

add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="SiteSqlServer" enablePasswordRetrieval="true" enablePasswordReset="true" requiresQuestionAndAnswer="false" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="0" requiresUniqueEmail="false" passwordFormat="Encrypted" applicationName="DotNetNuke" description="Stores and retrieves membership data from the local Microsoft SQL Server database" 
     

by default it is set to 7

as for the other error message, this could be due to some fields being populated in AD that get copied over, while others are missing in AD.  I have an error similar to this when users don't have the region information filled in on the AD account.

 
New Post
5/8/2008 9:30 AM
 

Thanx Tom for the answer on my first question! It solved that isue!

As for my other problem regarding the error message "A critical error has occurred.
Unknown UserCreateStatus value encountered Parameter name: UserRegistrationStatus
" I found out that this was a known bug. Mike has a BETA version of AD 1.00.04 that solved the problem. Found here: http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/89/threadid/218593/scope/posts/threadpage/1/Default.aspx

Thanx again!

 
New Post
5/8/2008 11:08 AM
 

The 01.00.04 beta fixes the "Unknown UserCreateStatus value encountered Parameter name: UserRegistrationStatus"  error though some users are having problems with synchronization working properly that I haven't figured out yet (nothing changed in the synchronization code between versions and I can't duplicate it on any of my production or test systems. With the error the user is created as it should be but the core was changed slightly and a check was removed from it so a the default message (above) is returned to the AD code instead of a success message.

 
New Post
5/8/2008 11:16 AM
 

Heh I replied before I saw your post in the moderation queue.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationAD sync problem with AD password not meeting DNN password policyAD sync problem with AD password not meeting DNN password policy


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out