LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically (in code) create a new user at Labview 2011

 Hello Everybody, here is my first question at the forum.

 

 We have a large LabVIEW project where a certain functionality is dependand on defined user

 rights, which are coming (imported) together with a list of all users with an xml-file from

 another program. It means that all user administration, like to create a new user with belonging

 rights and corresponding passwords, is done not in LabVIEW.

 

 Now we developed a need to use the LabVIEW user administration, possibly making use of

 the powerness of DSC functions. The question is, if it is possible to create dynamically all users

 in LabVIEW 2011, still importing them from xml-file (NOT through "Tools->Security->Domain Account Manager"

 editor) ?

 

 Thank you,

 Nikolai (aka Valenok).

0 Kudos
Message 1 of 2
(2,142 Views)

 

 

Hi

 

Since User Manager is an executable, you can use the System Exec.VI to do so.

For more information please go to :  How Can I Launch the User Manager Programmatically in LabVIEW DSC?

 

I hope this will help

Kind regards,

0 Kudos
Message 2 of 2
(2,023 Views)