There are three possibilities to execute userdefined scripts:

1. 	A createscript may be executed each time
 	after a new user has been created.

2.	A deletescript may be executed each time
	before a user will be removed.

3.	Within the listeditor a script may be executed
	for each marked user.


You may use the following parameters within your scripts :

	$1 = user
	$2 = group
	$3 = real name


I have added the example script nsconfig:

nsconfig configures a predefined Netscape-configuration 
with the correct pathnames and usernames. You have to configure
Netscape for the dummy-user 'hugo' with real name 'Hugo Meier'.
Add hugos ./netscape directory to /etc/skel, so each new user will
get the predefined configuration-files. nsconfig now replaces the 
dummies for each user, so you do'nt have to configure Netscape
for each new user.

A really useful feature on our schoolnetwork !!