]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/pw/tests/pw-modified.conf
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.sbin / pw / tests / pw-modified.conf
1 #
2 # pw.conf - user/group configuration defaults
3 #
4
5 # Password for new users? no=nologin yes=loginid none=blank random=random
6 defaultpasswd = "no"
7
8 # Reuse gaps in uid sequence? (yes or no)
9 reuseuids = "no"
10
11 # Reuse gaps in gid sequence? (yes or no)
12 reusegids = "no"
13
14 # Path to the NIS passwd file (blank or 'no' for none)
15 nispasswd = 
16
17 # Obtain default dotfiles from this directory
18 skeleton = "/usr/share/skel"
19
20 # Mail this file to new user (/etc/newuser.msg or no)
21 newmail = "no"
22
23 # Log add/change/remove information in this file
24 logfile = "/var/log/userlog"
25
26 # Root directory in which $HOME directory is created
27 home = "/home"
28
29 # Mode for the new $HOME directory, will be modified by umask
30 homemode = 0777
31
32 # Colon separated list of directories containing valid shells
33 shellpath = "/bin"
34
35 # Comma separated list of available shells (without paths)
36 shells = "sh","csh","tcsh"
37
38 # Default shell (without path)
39 defaultshell = "sh"
40
41 # Default group (leave blank for new group per user)
42 defaultgroup = ""
43
44 # Extra groups for new users
45 extragroups = 
46
47 # Default login class for new users
48 defaultclass = ""
49
50 # Range of valid default user ids
51 minuid = 2000
52 maxuid = 5000
53
54 # Range of valid default group ids
55 mingid = 2100
56 maxgid = 6000
57
58 # Days after which account expires (0=disabled)
59 expire_days = 0
60
61 # Days after which password expires (0=disabled)
62 password_days = 0