What is Active Directory and It's Providers?

In this article I will explain you about Active Directory and It's Providers.
  • 1805

Introduction
Active Directory is a database that keeps track of all the user accounts and passwords in your organization. It allows you to store your user accounts and passwords in one protected location, improving your organization's security.

Active Directory for OLE DB provider

Coding

Include "Provider=ADSDSOObject" in the connection string to use this provider.


Standard

Provider=ADSDSOObject;


Security

Provider=ADSDSOObject;User Id=myUsername;Password=myPassword;


You may also want to read these related articles :
here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answer here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.