How To Use ActiveDirectory
Dec 13, 2009
I have an active Directory (window) on the server ..and i want to connect it with my web pages..this is my vb code:
Imports System
Imports System.Collections.Generic
Imports System.Linq
Imports System.Data
[code]....
View 1 Replies
May 20, 2011
I have the following Code so the User can enter their domain before the program runs. The resulting textfile does not output the users..just the word Schema...
EDIT 1: Updated to include all code. I now can run it and it returns a text file that lists
OU=_USERS
OU=_GROUPS
OU=_ETC
ETC ETC
[Code].....
View 2 Replies
Feb 21, 2010
I'm creating a custom Role provider based on the ASP.NET Role provider. I have 3 tables. One for Users, one for Roles, one for UsersInRoles.The Users table has no password column because the users are authenticated with ActiveDirectory. That's my approach so far. I can't get the cusstom Role Provider to work, anyone has the same situation like me. How do you make a custom Role provider works with AD?
View 2 Replies
Jan 8, 2010
How to pull the listing of all the domain controllers from the LDAP server in VB.net 2008. The reason I want to do this is so that I can check each domain controller, one at a time, for the account lockout status of an ID. Right now I use a class with 1 function to pull all of the user properties I need. So far it's pulling from only 1 domain controller.[code]...
View 11 Replies
Jan 21, 2010
We are using Microsoft Authorization Manager (Start -> Run -> AzMan.msc). Anyways one of the store mechanism is to store things in an XML file. I need to write a utility which will analyze the file and show it's finding to the user.It stores many things among which one is the SID of a User/Group or any object from ActiveDirectory or LocalMachine. Now that I got the SID, how do I find what type of object is it and how do I find it's properties?
View 2 Replies
Apr 6, 2011
anyone have some quick code on how to do this?
wmi is not a option.
View 1 Replies