Add Bash Accounts (Plus Shadow Password) 
by Michael Whittle <michaelw@icon.co.za>, Dec 1997.  

FEATURES:

1. All accounts will be created with shadowed passwords.

2. All users will have an up and running web page in the creation of 
   their account. A 'Web' direcory will be created in the users 
   home direcory. An index.html file will be automatically generated
   and put into that directory with all the permissions set. The address
   to the users home page will be:

   http://{domain}/{username}

   NB: This uses the apache web server which is the standard. If you
       are running an alternative web server you might run into some 
       trouble creating the directories.

3. On the creation of the users account a message will be automatically
   emailed to the user welcoming them to the system. This message can be
   configured by editing the 'addbash.new'. 

INSTALLATION:

1. Edit the addbash.new file to customize your welcoming message that will
   be emailed to all the new users to your system.

2. Copy the addbash and addbash.new file into your /usr/sbin directory so
   that you are able to create accounts from any given directory.
