Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Active directory and vb 6
Name: RON REESOR Date: July 16, 2003 at 06:12:15 Pacific OS: WINDOWS 2000 CPU/Ram: PENTIUM 253
Comment:
I AM WRITING AN APPLICATON THAT WILL ONLY RUN IF THE USER'S ACTIVIE DIRECTORY SETTINGS GIVE HIM PERMISSION TO ACCESS A SPECIFIC FILE DIRECTORY. In other words, a Joe Blow has permission to access directory abc on xyz server in domain rst, then the program will run. Otherwise, he will get a message telling him that he does not have permission to run this program.
Name: krijntje Date: July 18, 2003 at 17:31:02 Pacific
Reply:
The file-permissions aren't stored in the Active Directory but in the NTFS-file system!!! But if you'll access the Active Directory, You'll need ADSI! Active Directory Scripting Interface or somthing like that...
Summary: Hi, I am writing some programs in Visual Studio, and was wondering about 2 things. First, how do I get that select users dialog box that comes up when you click the Add button in the Security tab of a...
Summary: Hi, I was wondering how to access the Active Directory and LDAP in Visual Basic 6 and Visual Basic 2005. I want to design a program that can search and browse the active directory, and look up user, g...