Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
Okay i figured someone here has already wrong a script to parse the /etc/passwd file and then feed it to zmprov with a default password set. Could someone provide this script? There is no reason to reinvent the wheel here
is there a reason why you include the homedir for the user with
`awk -F: '{print $6}' /etc/passwd`; ? For me i used print $1 to get just the name without the homedir