Jump to content

GUI for Active Directory Password Change


Agent Orange
 Share

Recommended Posts

I'm looking to create a GUI interface that users who's PC in not a member of the AD domain can put in there AD username and old password and enter a new one. I've never coded for this kind of thing...by that I mean an Active Directory call(s). Can I get some direction on what the code might look like to do something like this?

Thanks

:)

Edited by Agent Orange
Link to comment
Share on other sites

mmmm

user cannot change his password until an administrator release him

BUT

with the object, you can make a script that access to the active directory using the credentials of the admin, of better, an specific user that can just reset password

mm i re-begin my work on monday

i would just suggest it's not a good way for a user to play with those types of infos, for security reasons

-- Arck System _ Soon -- Ideas make everything

"La critique est facile, l'art est difficile"

Projects :

[list] [*]Au3Service : Run your exe as service V3 / Updated 29/07/2013 Get it Here [/list]
Link to comment
Share on other sites

first thing :

look on the forum for my "another active directory tool"

secundo :

look in the code to understand how to play with the AD object

third :

create an account at the root of the domain, that ca JUST change password

and with this account passed into credentials (using .openDSObject(host,user,password)

but i don't understand why you want to do this

(i'm french, so it's clearly easy to pass trough well)

-- Arck System _ Soon -- Ideas make everything

"La critique est facile, l'art est difficile"

Projects :

[list] [*]Au3Service : Run your exe as service V3 / Updated 29/07/2013 Get it Here [/list]
Link to comment
Share on other sites

Link to comment
Share on other sites

arcker-

Currently our users do not login to our Active Directory and there are some political things going on at work that is slowing the process of syncronizing the password betweeen account is Novell NDS and accouts in AD.

I need to write a little utility that will allow the using to authenticate to their AD accounts and then change there passwords. Mainly this is so when there NDS password change on the Novell side I'll have a manual way the the users to keep there AD passwords set the same.

Does that make sense?

I had edited a response in this post as well as to my current situation...please see

http://www.autoitscript.com/forum/index.ph...c=33656&hl=

Edited by Agent Orange
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...