How To Create an User Account: Difference between revisions

No edit summary
No edit summary
Line 8: Line 8:


You can also add users from a [[Bulk Provisioning|csv-file]].
You can also add users from a [[Bulk Provisioning|csv-file]].
''(useradd adduser)''
 
''useradd'' or ''adduser''

Revision as of 09:36, 14 June 2006

This will create an normal user account with the password of 'test123':

 zmprov ca user1@domain.com test123  

To change the password run:

 zmprov sp user1@domain.com NEW_PASSWORD

You can also add users from a csv-file.

useradd or adduser

Jump to: navigation, search