Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Active Directory

Status
Not open for further replies.

vbc22

Technical User
Dec 4, 2004
70
CA
Hi,

I ran VBA code to access information from Active Directory; information like user names, groups which the user belongs to.

I was wondering, is there a security issue with this privledge of querying Active Directory?

I didn't find the syntax yet, but could I run code to query what a user's password is? I saw VBA code that can allow you to edit users (like add a new user) -- this prompted me to question if unauthorized code could tamper with Active Directory information?

If I posted in the wrong forum, I sincerely apologize. Your guidance on where to post next time, and any reference to the thread topic would be very much appreciated.

Regards.
 
vbc22,
Active Directory is a datbase with it's own security model so you will only be able to do what the admin's permit you to do.

As far as the password goes, I believe you can set it, you can compare against it, but you can't actually read the value.

Hope this helps,
CMP

[small]For the best results do what I'm thinking, not what I'm saying.[/small]
(GMT-07:00) Mountain Time (US & Canada)
 
hi CautionMP,

Thank you for that...I'm going to investigate a little bit more...I'm totally new to Active Directory.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top