aboutsummaryrefslogtreecommitdiff
path: root/system/partimage/man/partimaged-passwd.8
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-10-24 19:35:30 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-24 19:35:30 +0700
commitea2a3496ed40c78680f4a13dad282c6f32a4f102 (patch)
tree0c0ad03dbdabb7320f987a7f6bef1923061a2c8a /system/partimage/man/partimaged-passwd.8
parent8297f5ec589a4bcee2837854271a7fe627346647 (diff)
system/partimage: Added (backup system).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/partimage/man/partimaged-passwd.8')
-rw-r--r--system/partimage/man/partimaged-passwd.839
1 files changed, 39 insertions, 0 deletions
diff --git a/system/partimage/man/partimaged-passwd.8 b/system/partimage/man/partimaged-passwd.8
new file mode 100644
index 0000000000000..07facbee5367d
--- /dev/null
+++ b/system/partimage/man/partimaged-passwd.8
@@ -0,0 +1,39 @@
+.TH "partimaged-passwd" "8" "0.1" "Michael Biebl <biebl@teco.edu>" "Partition Image Server Configuration"
+.SH "NAME"
+.LP
+partimaged\-passwd \- Manage partimaged user accounts
+.SH "SYNTAX"
+.LP
+partimaged\-passwd [\-Dhl] \fIusername\fP \fIpassword\fR
+.br
+partimaged\-passwd [\-Dhl] \fIusername\fP
+.SH "DESCRIPTION"
+.LP
+partimaged can either authenticate against local user accounts (This needs
+access to /etc/shadow. As this is a potential security risk this method is
+not recommended) or its own password database in
+\fI/etc/partimaged/passwd.db\fR. To simplify the management of the partimaged
+user database this tool was written. It allows to easily add and remove users
+or list the users in the database. All users in this database are allowed to
+access the partimaged server.
+.SH "OPTIONS"
+.LP
+.TP
+\fB\-D\fR username
+Delete the specified user from the password file.
+.TP
+\fB\-l\fR
+List users in password file and exit.
+.TP
+\fB\-h\fR
+Output help information and exit.
+.SH "FILES"
+.LP
+\fI/etc/partimaged/passwd.db\fP
+
+.SH "AUTHORS"
+.LP
+Michael Biebl <biebl@debian.org>
+.SH "SEE ALSO"
+.LP
+partimaged(8), partimagedusers(5), partimage(1)