From 091cd59d77065770a2323d29f218819083dc1af6 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Thu, 19 Nov 2009 23:33:57 +0000 Subject: [PATCH] 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 --- ADDITIONS/import_users_from_csv.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ADDITIONS/import_users_from_csv.py b/ADDITIONS/import_users_from_csv.py index a45efea2..e4f2ba19 100644 --- a/ADDITIONS/import_users_from_csv.py +++ b/ADDITIONS/import_users_from_csv.py @@ -56,6 +56,10 @@ def usage(): print " * name - full user name ('Name Surname')" print 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