partimagedusers(5) - Linux man page

Name

partimagedusers - list of allowed users.

Description

The partimagedusers file lists all allowed users to connect 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 after them are ignored.

Put all allowed to connect partimaged 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>

Referenced By

partimaged-passwd(8)