07-17-2024 10:59 PM
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..
Solved! Go to Solution.
07-17-2024 11:58 PM
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
07-18-2024 12:13 AM
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.
07-18-2024 12:39 AM
Here is codes of what I need..
Can you please help me out, how to write in LabVIEW..
07-20-2024 06:43 AM
I am getting exception error on writing this for searching Users in workstation.