Re: Active Directory Membership Provider Change Password



Try doing the password change operation with a simple ADSI script that calls
ChangePassword. If that works but the provider doesn't, then there is some
kind of a problem in the provider. Otherwise, you really aren't following
the policy. Sometimes people miss some details on the password policy such
as password history requirements and minimum password age.

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
<itspiyush@xxxxxxxxx> wrote in message
news:1173848477.526772.112090@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
We are setting up Authentication and authorization of users in Active
Directory using ActiveDirectoryMembershipProvider in Asp.net 2.0.
Login and Creating users in the system is working fine.
But while changing password using Membership it is giving error as the
"New password does not comply with the policy of the Active Directory"
though I am entering the password which satisfies all the policies of
Active Directory.



.



Relevant Pages

  • Re: LDAP Authentication
    ... What matters is the backend LDAP store you are trying to use. ... The membership provider framework is extensible, so you could write your own LDAP auth membership provider that is coded to work with Sun One. ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: ADSI ans Visual Basic .NET 2005
    ... Joe Kaplan-MS MVP Directory Services Programming ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ... vbscript into visual basic .net 2005 with no luck whatsoever. ... The Active Directory object located at ...
    (microsoft.public.windows.server.active_directory)
  • Re: LDAP Authentication
    ... only for AD and ADAM. ... Are you asking how it is that the provider can tell your directory is not AD ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ... I am trying to authenticate user and password against Sun One LDAP. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: LDAP Authentication
    ... Are you asking how it is that the provider can tell your directory is not AD or ADAM? ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ... I am trying to authenticate user and password against Sun One LDAP. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: LDAP Authentication
    ... One of the things with the membership provider framework is that you don't actually have to implement every single interface member when building your provider. ... Most of the complexity stems from managing all that stuff and figuring out the LDAP details to make that work on your given directory platform. ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ...
    (microsoft.public.dotnet.framework.aspnet.security)