AD/Win2003 Web Based password reset util?
Hi,
Anyone know of a web based password reset util for win2003/ad ?
Basically want to be able to select users or groups (tutors) who can log on and access this webpage.
They can then put in the required username (or search for a user), and can reset the password/unlock the account for the user (students).
Regards,
Christian
Anyone know of a web based password reset util for win2003/ad ?
Basically want to be able to select users or groups (tutors) who can log on and access this webpage.
They can then put in the required username (or search for a user), and can reset the password/unlock the account for the user (students).
Regards,
Christian
Scooby Regular
Joined: Nov 2001
Posts: 15,239
Likes: 1
From: Leeds - It was 562.4bhp@28psi on Optimax, How much closer to 600 with race fuel and a bigger turbo?
we used http://www.netiq.com/products/spa/default.asp
but you may need DRA too..
Does it need to be web based? Would delegation of control suffice?
but you may need DRA too..
Does it need to be web based? Would delegation of control suffice?
thanks dave - that product says "web-based interface to allow end users to manage their own Windows passwords. " Does it allow control for people to reset other passwords? i.e. staff resetting students etc?
no that is to hard to use apparantly, web only..
no that is to hard to use apparantly, web only..
Scooby Regular
Joined: Nov 2001
Posts: 15,239
Likes: 1
From: Leeds - It was 562.4bhp@28psi on Optimax, How much closer to 600 with race fuel and a bigger turbo?
fookin retards...
It should be easy enough to write something but it would be a big security risk IMHO..
There must be something about though.. do you not have a helpdesk - sorry service desk!!
David
It should be easy enough to write something but it would be a big security risk IMHO..
There must be something about though.. do you not have a helpdesk - sorry service desk!!

David
well i was hoping i can say use the delegate of permissions, so only accounts in an ou could be reset by the web interface etc...
plus the actually webpage would be resticted to certain users etc etc..
I would have thought, but my google seaches arent coming back with what I am after
plus the actually webpage would be resticted to certain users etc etc..
I would have thought, but my google seaches arent coming back with what I am after
We use a in-house written asp pages that can do that.. It is mostly used by the support teams to add users to groups for software distribution.
Unfortunately, the server that hosts the site is not under my control so I cannot see how they did it...
Did you not fancy writing some web pages to do that? There are various free ldap api's available...
A quick search brought this up. Didn't read it in much detail might point you in the right direction?
H
Unfortunately, the server that hosts the site is not under my control so I cannot see how they did it...
Did you not fancy writing some web pages to do that? There are various free ldap api's available...
A quick search brought this up. Didn't read it in much detail might point you in the right direction?
H
Trending Topics
Scooby Regular
Joined: Nov 2001
Posts: 15,239
Likes: 1
From: Leeds - It was 562.4bhp@28psi on Optimax, How much closer to 600 with race fuel and a bigger turbo?
I can write something to do it christian, just dont have too much time at the moment, however if you enable integrated authentication in IIS it should be too much of a problem, gimme a few days at work and Ill see what I can come up with.
David
David
As said, you can knock something up yourself very easily.
Query the AD, getting back a DirectoryEntry object, then invoke ChangePassword on it.
obj.Invoke("ChangePassword", new object [] {currentPassword, newPassword});
Query the AD, getting back a DirectoryEntry object, then invoke ChangePassword on it.
obj.Invoke("ChangePassword", new object [] {currentPassword, newPassword});
Thread
Thread Starter
Forum
Replies
Last Post
Mattybr5@MB Developments
Full Cars Breaking For Spares
28
Dec 28, 2015 11:07 PM
Mattybr5@MB Developments
Full Cars Breaking For Spares
12
Nov 18, 2015 07:03 AM
alcazar
Computer & Technology Related
2
Sep 29, 2015 07:18 PM



