RE: The way to create local user quickly

2011-01-21 Thread Waldron, Michael H
Xianqing, I created a simple shell script to do this. It prompts for userid, first name, last name, and email address. Then it inserts the entry into the USER table and the LOCALAUTH table. The value for 'salt' is just a random 8-char string. The value for 'passhash' is derived from combining

Re: The way to create local user quickly

2011-01-21 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Xianqing, 2.2 introduced a way to add local accounts using vcld -setup. After running that, select 1. VCL Base Module, then select 1. Add Local VCL User Account and follow the prompts. Josh On Friday January 21, 2011, Waldron, Michael H wrote: