Re: ActiveDirectoryMembershipProvider ( password expiration?)



This situation cannot be handled via LDAP in general, so I would not expect
the provider to be able to handle this (since it uses LDAP). You probably
can't code around this either though, as once the user's password has
expired, it has to be administratively reset. The only thing you could do
is use the password recovery features to do some sort of question/answer
pair thing. I believe the provider already supports this though.

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
--
"J" <J@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:7827D407-38AF-49FA-86B2-73295D60C9E4@xxxxxxxxxxxxxxxx
Hi,
I'm thinking about using the ActiveDirectoryMembershipProvider for the
login
control and I'm wondering if the provider can handle the situation where
the
user's password has expired (after 90 days for example) and they need to
change it. So far after reading documentation I haven't been able to find
an
answer to this question. If the provider does not support this, will I
need
to extend the provider or create a custom one.

Thanks,
J


.



Relevant Pages

  • Re: Need to read "Store password in reversible encryption for all users in the domain"
    ... I always avoid the LDAP provider like the plague. ... as well as servers in domains. ... You can use these filters in ADUC. ...
    (microsoft.public.windows.server.scripting)
  • Re: MOSS My Sites for non-AD users
    ... and I have tried LDAP and AD providers. ... LDAP provider. ... profiles imported with the AD import to accounts created with the ... I'm nearly entirely sure it won't work for forms authentication. ...
    (microsoft.public.sharepoint.portalserver)
  • 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: 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)
  • Re: LDAP Authentication
    ... Thanks Joe for your responses. ... 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)