Agent Orange Posted September 28, 2006 Posted September 28, 2006 (edited) 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 September 28, 2006 by Agent Orange
arcker Posted September 29, 2006 Posted September 29, 2006 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]
Agent Orange Posted September 30, 2006 Author Posted September 30, 2006 arcker- Thanks for the response... If the user provides their username and password shouldn't they be able to reset the password without needing an admin account to do it?
Helge Posted September 30, 2006 Posted September 30, 2006 I believe making four topics on the same subject within 24 hours is enough !!!http://www.autoitscript.com/forum/index.ph...c=33568&hl=http://www.autoitscript.com/forum/index.ph...c=33656&hl=http://www.autoitscript.com/forum/index.ph...c=33651&hl=http://www.autoitscript.com/forum/index.ph...c=33570&hl=
Agent Orange Posted September 30, 2006 Author Posted September 30, 2006 Just looking for a constructive response to my question Helge....do you have one?
arcker Posted September 30, 2006 Posted September 30, 2006 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]
Confuzzled Posted September 30, 2006 Posted September 30, 2006 I believe making four topics on the same subject within 24 hours is enough !!!http://www.autoitscript.com/forum/index.ph...c=33568&hl=http://www.autoitscript.com/forum/index.ph...c=33656&hl=http://www.autoitscript.com/forum/index.ph...c=33651&hl=http://www.autoitscript.com/forum/index.ph...c=33570&hl= Funny thing, not every post got a similar response!
Agent Orange Posted October 1, 2006 Author Posted October 1, 2006 (edited) 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 seehttp://www.autoitscript.com/forum/index.ph...c=33656&hl= Edited October 1, 2006 by Agent Orange
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now