Connection strings for Active Directory
Providers to use when connecting to Active Directory
Finding this site useful?
-Say "Thanks" to Mike Graff and the other contributing developers!
-Thank you! »
-Say "Thanks" to Mike Graff and the other contributing developers!
-Thank you! »
Active Directory OLE DB provider
Type: OLE DB Provider
Usage: Provider=ADSDSOObject
Usage: Provider=ADSDSOObject
Manufacturer: Microsoft
Standard
Provider=ADSDSOObject;
Specifying user name and password
Provider=ADSDSOObject;User Id=myUsername;Password=myPassword;
.NET Framework Data Provider for OLE DB
Type: .NET Framework Wrapper Class Library
Usage: System.Data.OleDb.OleDbConnection
Usage: System.Data.OleDb.OleDbConnection
Manufacturer: Microsoft
More info about this wrapper class library »
More info about this wrapper class library »
Bridging to Active Directory OLE DB provider
This is just one connection string sample for the wrapping OleDbConnection class that calls the underlying OLEDB provider. See respective OLE DB provider for more connection strings to use with this class.
Provider=ADSDSOObject;
