LDAP is Lightweight Directory Access Protocol, which is the protocol used with Active Directory. Sort of like ODBC is an Open DataBase Connectivity Protocol. Only ODBC is a SQL, Structure Query Language protocol, and LDAP isn't.
Unfortunately, Access/JET does not have an LDAP plug-in, and MS does not have an ODBC LDAP driver. Both ODBC and DAO were depreciated by the time Microsoft got around to Active Directory.
You might be able to buy an ODBC LDAP driver from some third party. I am not aware of one. Another approach might be to link the OLEDB object as a linked server in SQL Server, but
Using Active Directory data without first understanding it is a little like using the registry without understanding it, only worse. Take a look at it with ADSIedit: it really is very hard to browse. Not that you would want to update it, or anything complex like that, but there is no published map.
(david)
"Tim Peterson" <TimPeterson[ at ]discussions.microsoft.com> wrote in message news:108F226F-170C-440E-B18B-B9BB98645042[ at ]microsoft.com...
[Quoted Text] > Thanks, Dale. Although I have a basic understanding of VBA, I was hoping > that I could link to AD and see a tabular interface in Access as with > ODBC. > It seems that there is no easy way to query AD without first > unsterstanding > the AD data structure, and having extensive knowlege in VBA. I'm not > familiar with the terms LDAP and ADO. Anyway, a seemingly simple idea is > proving to be quite difficult. I have a lot of learning to do before I > pursue this. > > Tim Peterson > > "Dale Fye" wrote: > >> Tim, >> >> Take a look at the following thread: >> >> LDAP Is it possible to read the Active Directory within an Access >> 10/17/2008 1:02 PM PST >> By: Crossh >> In: microsoft.public.access.modulesdaovba.ado >> >> >> -- >> HTH >> Dale >> >> Don''t forget to rate the post if it was helpful! >> >> email address is invalid >> Please reply to newsgroup only. >> >> >> >> "Tim Peterson" wrote: >> >> > I need to document permissions on my network and would like to link >> > Access to >> > Active Directory data so that I can build Access reports using Active >> > Directory data. Is there any simple way to do this?
|