Paste at what root prompt? The method I'm finding in docs say to run /pathto/vcld -setup and then start typing numbers to get through the menu tree and enter information by hand. I'd much rather do something like
/pathto/vcld -setup < loaduser.csv Alternately, I can throw it into mysql (which I'm guessing is the root prompt of which you speak), but is the only place I have to do it in VCL.user? What are the required values? Is it just unityid, firstname, lastname, email, adminlevel, and lastupdate? Is there a place where this is documented that I'm just not finding? Thanks! jeff From: Larry Burton <[email protected]> To: [email protected], Date: 09/03/2013 11:15 AM Subject: Re: User administration Create a spreadsheet with columns for first name, last name, password. Use the substring functions to create a username. Finally, use the concatenate function to create the useradd command. Extend the first line down, add the rest of your users. Copy the useradd column into a text file, or just paste at a root prompt. If you already have a CSV file, you can just create the useradd column. Not a single click, but works well to add a lot of local users. Larry On 09/03/2013 10:54 AM, Jeffrey Kirby wrote: I'm feeling stupid. We have a v2.2 VCL running. I need to add a lot of users to it. We authenticate to Jasig CAS. Still, the procedure is to add local users. Is there any way to batch load users froma CSV or am I stuck adding one at a time through vcld -setup? I'm not seeing anything in any docs anywhere. Thanks jeff
