summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2005-11-09 01:53:27 +0000
committererdgeist <erdgeist@erdgeist.org>2005-11-09 01:53:27 +0000
commit6997bc938a6056f639811257e7a8aa308e0f1340 (patch)
tree1987c05c5730e6c662f2dbd955e63e54dea0f5c1
parent29bde9a8915fe432891aa4aa68b3e787c7dd4f05 (diff)
Corrected examples for user creation
-rw-r--r--ezjail.template9
1 files changed, 5 insertions, 4 deletions
diff --git a/ezjail.template b/ezjail.template
index 2157961..b57cf1d 100644
--- a/ezjail.template
+++ b/ezjail.template
@@ -4,13 +4,14 @@
4# ezjails jail init script tries to create the following users. Format is 4# ezjails jail init script tries to create the following users. Format is
5# as follows: 5# as follows:
6# 6#
7# username:uid:group[,group,..]:gid[,gid,..]:fullname:cryptpw:[-]homedir:shell 7# username:uid:group[,group,..]:gid[,gid,..]:comment:cryptpw:[-]homedir:shell
8# 8# underscores in comment will be converted to spaces
9#
9# Example: 10# Example:
10# 11#
11# ezjail_template_users='::heroes:1003:::: \ 12# ezjail_template_users='::heroes:1003:::: \
12# admin::wheel::"Admin User":$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \ 13# admin::wheel::Admin_User:$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \
13# pgsql:1002:pgsql:1002:"PostGres"::-/usr/local/psql:/bin/nologin' 14# pgsql:1002:pgsql:1002:Post_Gres::-/usr/local/psql:/bin/nologin'
14 15
15# ezjails init script tries to install all files listed here from the path 16# ezjails init script tries to install all files listed here from the path
16# specified in the ezjail_template_root variable root to the corresponding 17# specified in the ezjail_template_root variable root to the corresponding