Remote password change/account unlock
From: Ivan Karpov (nbdnwhr@mail.no.spam.ru)
Date: 03/31/03
- Next message: Klubie: "Finding the Owner/User of an Account"
- Previous message: Sergio Dutra [MS]: "Re: CryptoAPI, public/private keys - where is the public one?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Ivan Karpov" <nbdnwhr@mail.no.spam.ru> Date: Mon, 31 Mar 2003 11:07:52 -0500
I need to design a system that would allow users to change/reset their
passwords in NT domain and unlock the accounts if they're locked as a result
of failed login attempts. Here's what I want to do:
User -> ASP and COM component -> DC with NT Service running
COM component here would simply make DCOM call to NT service running on DC
which will run under Administrator's account so it can make calls like:
Set objUser = GetObject("WinNT://MYDC/jsmith,user")
objUser.SetPassword "foo"
What are security implications of this solution? Is there a better way?
IVAN KARPOV
- Next message: Klubie: "Finding the Owner/User of an Account"
- Previous message: Sergio Dutra [MS]: "Re: CryptoAPI, public/private keys - where is the public one?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|