|
|
|
start date: Thu, 5 Jul 2007 08:12:02 -0700,
posted on: microsoft.public.dotnet.framework.aspnet.security
back
| Thread Index |
|
1
J
|
|
2
Joe Kaplan
|
ActiveDirectoryMembershipProvider ( password expiration?)
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
Date:Thu, 5 Jul 2007 08:12:02 -0700
Author:
|
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" wrote in message
news:7827D407-38AF-49FA-86B2-73295D60C9E4@microsoft.com...
> 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
Date:Thu, 5 Jul 2007 10:26:46 -0500
Author:
|
|
|