Skip to content

Create a zmp file from csv (Zimbra export) to bulk create users with random passwords with Zimbras zmprov tool

Notifications You must be signed in to change notification settings

rswrz/zimbra-csv-to-zmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Create a zmp file from csv (Zimbra export) to bulk create users with random passwords with Zimbras zmprov tool.

Create zmp

Native Python

python3 ./create_zmp.py > commands.zmp

Docker Container

docker run --rm -v $PWD:/app -w /app python:3 python create_zmp.py > commands.zmp

Run zmprov

zmprov -f commands.zmp

About

Create a zmp file from csv (Zimbra export) to bulk create users with random passwords with Zimbras zmprov tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages