diff options
-rw-r--r-- | ezjail.template | 9 |
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 |