Needing to do a mass import of over 400 users. Am trying to write a simple shell script that will run the command
omaddu -n "user name/mailnode,name/" -p scalix
when I place this command in the shell script named test.sh and execute I get the following response:
servername:~ # ./test.sh
Usage: omaddu [-extCQ] -n name/mailnode[/internet-address]
[-a alias[/internet-address]]...
[-p password] [-l language] [-u unix-login]
[-c capabiltity,...] [-M {+|-}vvaccess]
[-R filename] [authentication-id]
or: omaddu -bulk [-exmQ] [-noMsgStore] [-noPDL] [-nofreebusy] [-few]
[-p password] [-l language]
[-u 'authid username']... [-startUxId n] [-B n] [-procs n]
[-M {+|-}vvaccess] mailnode [filename]
Capabilities are admin, extauth and mboxadmin
servername:~ #
Can I import users using a script? Any help you can give me concerning the importing of 400+ users is greatly appreciated.
Thanks in advance for your help!!!