adduser/deluser
~~~~~~~~~~~~~~~

Several people have asked me for my adduser-script which I used when I
still had dusk up on the net. Well, these times have passed, but
finally I got my hands on dusk again and here is my adduser- and my
deluser-script. 

Version 1.2 also works with perl5 and NetBSD 1.1. :-)


Things you might want to change:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

adduser:
	$DEFAULT_GROUP="guest";		# What group people should get in
	$MIN_UID=1000;			# Lowest possible uid
	$MAX_UID=9000;			# Highest UID, <32765
	$HOMEBASE="/home/dusk";		# Where people's homes are

deluser:
	$HOMEBASE="/home/dusk";		# Where people's homes are


There's also a usage-description at the head of each file, please
check this out. If you want to keep people's location in your
passwd-file rather than their email-address, just give it instead, as
this is just copied into the passwd's appropriate field. :)


Have fun!

	Hubert

P.S.: Almost forgot: if you want to provide your users with some
      startup-files (.cshrc, ...), copy them to /etc/skel.

=============== Hubert Feyrer ============================================
      Weekdays: Rennerstr. 19, D-93053 Regensburg, Tel. 0941/943-2905
      Weekends: Bachstr. 40,   D-84066 Mallersdorf, Tel. 08772/6084
      Internet: hubert.feyrer@rz.uni-regensburg.de, IRC: hubertf
==========================================================================
