1284135Sbapt#
2284135Sbapt# pw.conf - user/group configuration defaults
3284135Sbapt#
4284135Sbapt
5284135Sbapt# Password for new users? no=nologin yes=loginid none=blank random=random
6284135Sbaptdefaultpasswd = "no"
7284135Sbapt
8284135Sbapt# Reuse gaps in uid sequence? (yes or no)
9284135Sbaptreuseuids = "no"
10284135Sbapt
11284135Sbapt# Reuse gaps in gid sequence? (yes or no)
12284135Sbaptreusegids = "no"
13284135Sbapt
14284135Sbapt# Path to the NIS passwd file (blank or 'no' for none)
15284135Sbaptnispasswd = 
16284135Sbapt
17284135Sbapt# Obtain default dotfiles from this directory
18284135Sbaptskeleton = "/usr/share/skel"
19284135Sbapt
20284135Sbapt# Mail this file to new user (/etc/newuser.msg or no)
21284135Sbaptnewmail = "no"
22284135Sbapt
23284135Sbapt# Log add/change/remove information in this file
24284135Sbaptlogfile = "/var/log/userlog"
25284135Sbapt
26284135Sbapt# Root directory in which $HOME directory is created
27284135Sbapthome = "/home"
28284135Sbapt
29284135Sbapt# Mode for the new $HOME directory, will be modified by umask
30284135Sbapthomemode = 0777
31284135Sbapt
32284135Sbapt# Colon separated list of directories containing valid shells
33284135Sbaptshellpath = "/bin"
34284135Sbapt
35284135Sbapt# Comma separated list of available shells (without paths)
36284135Sbaptshells = "sh","csh","tcsh"
37284135Sbapt
38284135Sbapt# Default shell (without path)
39284135Sbaptdefaultshell = "sh"
40284135Sbapt
41284135Sbapt# Default group (leave blank for new group per user)
42284135Sbaptdefaultgroup = ""
43284135Sbapt
44284135Sbapt# Extra groups for new users
45284135Sbaptextragroups = 
46284135Sbapt
47284135Sbapt# Default login class for new users
48284135Sbaptdefaultclass = ""
49284135Sbapt
50284135Sbapt# Range of valid default user ids
51284135Sbaptminuid = 1000
52284135Sbaptmaxuid = 32000
53284135Sbapt
54284135Sbapt# Range of valid default group ids
55284135Sbaptmingid = 1000
56284135Sbaptmaxgid = 32000
57284135Sbapt
58284135Sbapt# Days after which account expires (0=disabled)
59284135Sbaptexpire_days = 0
60284135Sbapt
61284135Sbapt# Days after which password expires (0=disabled)
62284135Sbaptpassword_days = 0
63