LDAP query and SSIS
Before someone 'fires up', I mean LDAP - NOT active directory. I am trying to query Novell e-Directory (and, no, I cannot get permission to install the ODBC connector that Novell offers).
Anyone have a link to something that DOESN'T assume that LDAP and Active Directory are the same thing?
May 7th, 2012 7:21pm
Since you use LDAP to query AD most of the time you are looking for the same code.
Here;s a start, otehrwise just google c# query LDAP for as much sample code as you can stand. Then just use the code in a Script SOurce
http://dotbay.blogspot.com/2009/05/querying-ldap-from-c.htmlChuck
Free Windows Admin Tool Kit Click here and download it now
May 7th, 2012 9:38pm
Hi mmdmurphy,
There are 3 ways to retrieve data from Active Directory for processing in SSIS. These are by using Lightweight Directory Access Protocol (LDAP), by using Windows Management Instrumentation (WMI), and by querying the information from SQL, for details step by
step, please see:
Processing Active Directory Information in SSIS:
http://social.technet.microsoft.com/wiki/contents/articles/processing-active-directory-information-in-ssis.aspx
Thanks,
Eileen
May 14th, 2012 2:10am


