ActiveDirectoryMembershipProvider Schema Mappings Not Found
- From: "jfkrueger" <jfkrueger@xxxxxxxxxxx>
- Date: 13 Apr 2006 20:24:22 -0700
I am trying to enable password retrieval using the AD Membership
Provider with Windows Server 2003 as my AD machine. I have followed
the examples out there and have been able to update the AD schema with
the 5 new attributes and add them to the User class. However, when
trying to run the website I get errors that the following three
attributes are not part of the user class, but they really are. I have
had this problem on 2 seperate machines. The strange thing is that it
does not give me the error on the other 2 attributes that I have added
(passwordQuestion and passwordAnswer).
attributeMapFailedPasswordAnswerCount="badPasswordCount"
attributeMapFailedPasswordAnswerTime="badPasswordTime"
attributeMapFailedPasswordAnswerLockoutTime="badPasswordLockout"
I read somewhere that the ActiveDirectoryMembershipProvider hard-codes
the schema, which would make it pretty much useless to anyone not using
the standard schema. I cannot believe this though because the example
from MSDN on configuring password retrieval instructs you to add
attributes and then reference them in the web.config file, so I don't
really buy this explanation of the problem.
Can anyone help me to shed some light on this issue, it is driving me
mad!
.
- Follow-Ups:
- Re: ActiveDirectoryMembershipProvider Schema Mappings Not Found
- From: jfkrueger
- Re: ActiveDirectoryMembershipProvider Schema Mappings Not Found
- Prev by Date: Re: .NET 2.0 security features
- Next by Date: Re: How do I insert another column while creating a New user using CreateUserWizard?
- Previous by thread: Re: .NET 2.0 security features
- Next by thread: Re: ActiveDirectoryMembershipProvider Schema Mappings Not Found
- Index(es):
Relevant Pages
|
|