Provided by:
partimage-server_0.6.4-14_i386 
NAME
partimagedusers - list of allowed users.
DESCRIPTION
The partimagedusers file lists all users that are allowed to connect to
partimaged. This file must belong to user "partimag" and must have
permissions -rw------- or -r-------.
The configuration file consists of a set of lines. All empty lines
will be ignored. Comments begin with a #, and everything on the line
afterwards is ignored.
Put all allowed users on the remaining lines, one login per line.
EXAMPLE
#
# Sample users list for partimaged
# We only allow user2 and user6 to connect partimaged
# from partimage
user2
user6
# end of list
SEE ALSO
partimage(1), partimaged(8)
AUTHOR
Franck Ladurelle <ladurelf@partimage.org>