import_users_from_csv.py

- add known restrictions (MySQL only, hardcoded "domain/username/") to usage()


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@774 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 15 years ago
parent f456d8f9c3
commit 091cd59d77

@ -56,6 +56,10 @@ def usage():
print " * name - full user name ('Name Surname')" print " * name - full user name ('Name Surname')"
print print
print "the 'name' column is optional, other columns will be ignored" print "the 'name' column is optional, other columns will be ignored"
print
print "Known restrictions:"
print "* this script only works with MySQL"
print "* mailbox paths are hardcoded to domain/username/"
# option parsing # option parsing

Loading…
Cancel
Save