From: Adam H <[EMAIL PROTECTED]>
: Hi all:
: I have a question.
: Anyone have an idea how to automate the creation of virtual users thru a
: shell script.. So I can supply the password on the command line?
: like
: ./vadduser <account> <password>
: instead of it having to prompt me?
:
: Basiaclly I'm pulling userId's and cleartest Pw's out of an internal
: database and then submitting them to vadduser
Why don't you write your own vmkpasswd using perl's crypt() function?
: Thanks for any ideas/help.
: Adam
--Adam