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