LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing LDAP server from LAbVIEW code

How do I access the LDAP server from my LABVIEW code to authenticate the users.

Any help is appreciated.
0 Kudos
Message 1 of 2
(4,809 Views)
I am not familiar with LDAP but what I could find quickly on the web is that it is a way to control who has access to what directories.

My guess is that there are LDAP dlls that LabVIEW can call with the call library node. There might even an activeX server LabVIEW can call. I recommend contacting the source for your LDAP and seeing how other compilers use LDAP and recreate the commands in LabVIEW. If you need to learn more about calling exteral code in LabVIEW look for the aptly named "Using External Code In LabVIEW" manual. You can find it by opening LabVIEW >> help >> serach the LabVIEW bookshelf.
0 Kudos
Message 2 of 2
(4,809 Views)