Hi
Is there a way to programatically add new users? I want to build an application where someone logged in on a high level is able to add new users to the system. I haven't found a function for this.
My idea to get around the problem is to let the system take care of user names, and map these names to predefined user names in the DSC. This willl however put limits to the number of users of different levels, as well as it would mean having a number of not used user names in the DSC madule. Which I would like to avoid.