diff options
Diffstat (limited to 'ezjail.template')
-rw-r--r-- | ezjail.template | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ezjail.template b/ezjail.template index 543b75e..2157961 100644 --- a/ezjail.template +++ b/ezjail.template | |||
@@ -4,13 +4,13 @@ | |||
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,...]>:cryptpw:[-]homedir:shell | 7 | # username:uid:group[,group,..]:gid[,gid,..]:fullname:cryptpw:[-]homedir:shell |
8 | # | 8 | # |
9 | # Example: | 9 | # Example: |
10 | # | 10 | # |
11 | # ezjail_template_users='::heroes:1003::: \ | 11 | # ezjail_template_users='::heroes:1003:::: \ |
12 | # admin::wheel::$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \ | 12 | # admin::wheel::"Admin User":$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \ |
13 | # pgsql:1002:pgsql:1002::-/usr/local/psql:/bin/nologin' | 13 | # pgsql:1002:pgsql:1002:"PostGres"::-/usr/local/psql:/bin/nologin' |
14 | 14 | ||
15 | # ezjails init script tries to install all files listed here from the path | 15 | # 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 | 16 | # specified in the ezjail_template_root variable root to the corresponding |