Skip to main content

Active Directory ADO.NET Connection Manager

This creates an ADO.NET connection manager that uses the .Net Providers for OleDb\OLE DB Provider for Microsoft Directory Services. The Data Source should point at your domain controller

To find a DC, from a command prompt, type

set | find /i "userdnsdomain"
<Biml xmlns="http://schemas.varigence.com/biml.xsd">
<Connections>
<!-- Change the Data Source to reflect your domain controller -->
<AdoNetConnection
Name="AD"
Provider="System.Data.OleDb.OleDbConnection, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
ConnectionString="Data Source=HOME.BILLFELLOWS.NET;Provider=ADsDSOObject;Integrated Security=SSPI;"
/>
</Connections>
</Biml>