Re: PasswordFilter and ASP.NET
From: Hal Berenson (hberenson_at_scalabilityexperts.com)
Date: 06/24/05
- Previous message: kdc: "C++ RADIUS client"
- In reply to: Joe Kaplan \(MVP - ADSI\): "Re: PasswordFilter and ASP.NET"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: PasswordFilter and ASP.NET"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: PasswordFilter and ASP.NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 24 Jun 2005 10:44:04 -0700
Yes, we are simply trying to prevalidate. Good point about ASP.NET and the
DC not being on the same machine, but the problem remains. We need to
prevalidate against the default policy, including that the new password
isn't on the list of previously used passwords. So unless there is
something I can call to say "Is this acceptable as a new password" I'm going
to end up having to a) re-implement the code for validating the password and
b) creating my own password store to track the old passwords. Both are bad,
and b is insane. So there must be a better solution.
-- Hal Berenson, President PredictableIT, LLC "Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com> wrote in message news:uSDeAFAeFHA.2880@TK2MSFTNGP10.phx.gbl... > Can you explain what you mean when you say you need to call this from > ASP.NET? The password filter dll is installed on the domain controller > (which hopefully is never running ASP.NET), so this doesn't make much > sense to me as stated. > > Are you simply trying to prevalidate a password before trying to set it as > part of a web application to prevent errrors from the DC when you actually > try the write operation? > > If that is the case, I think this would be hard to do with arbitrary > password filters. If they are using the default password policy, you can > actually read the password policy from the domain in question and "know" > how to validate passwords against that. > > Joe K. > > "Hal Berenson" <hberenson@scalabilityexperts.com> wrote in message > news:OkShw59dFHA.3932@TK2MSFTNGP12.phx.gbl... >> We have an automated management tool that needs to validate passwords >> against the default password filter before creating or updating user >> accounts. I see that the PasswordFilter API in the platform SDK does >> this, but we need to call this API from ASP.NET. Is there a sample >> somewhere that shows how to do this? >> >> Thanks! >> >> -- >> Hal Berenson, President >> PredictableIT, LLC >> > >
- Previous message: kdc: "C++ RADIUS client"
- In reply to: Joe Kaplan \(MVP - ADSI\): "Re: PasswordFilter and ASP.NET"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: PasswordFilter and ASP.NET"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: PasswordFilter and ASP.NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]