LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LDAP Authentication

Solved!
Go to solution

I am working on LDAP...I don't have much about how to use LDAP in LabVIEW under System.DirectorysService.AccountManagement..

 

 

How to get user details, modify user details and delete user..

How to get group details, modify group details and delete group under LDAP connection..

 

 

0 Kudos
Message 1 of 5
(382 Views)
Solution
Accepted by topic author Tusharvp4

If it does not need to be true LabVIEW native, I recommend looking up existing solutions in .NET or Python and just calling them in LabVIEW.

 

Here is an example that uses .NET calls to interact with LDAP

https://forums.ni.com/t5/Example-Code/LDAP-User-Authorize-and-authenticate-users/ta-p/3679314

 

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
Message 2 of 5
(358 Views)

I have read few solutions from the internet of dotnet..But I am little unaware how to sequences execute them...it gives errors on execution.

0 Kudos
Message 3 of 5
(350 Views)

 

Here is codes of what I need..

Can you please help me out, how to write in LabVIEW..

0 Kudos
Message 4 of 5
(337 Views)

I am getting exception error on writing this for searching Users in workstation.

0 Kudos
Message 5 of 5
(282 Views)