1996-12-10 23:59:04 +00:00
|
|
|
.\" Copyright (C) 1996
|
|
|
|
.\" David L. Nugent. All rights reserved.
|
2001-07-15 08:06:20 +00:00
|
|
|
.\"
|
1996-12-09 23:55:27 +00:00
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
2001-07-15 08:06:20 +00:00
|
|
|
.\"
|
1996-12-10 23:59:04 +00:00
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY DAVID L. NUGENT AND CONTRIBUTORS ``AS IS'' AND
|
1996-12-09 23:55:27 +00:00
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
1996-12-10 23:59:04 +00:00
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL DAVID L. NUGENT OR CONTRIBUTORS BE LIABLE
|
1996-12-09 23:55:27 +00:00
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
1999-08-28 01:35:59 +00:00
|
|
|
.\" $FreeBSD$
|
1996-12-09 23:55:27 +00:00
|
|
|
.\"
|
2007-03-30 11:23:10 +00:00
|
|
|
.Dd March 30, 2007
|
1996-12-09 14:05:35 +00:00
|
|
|
.Dt PW.CONF 5
|
2001-07-15 08:06:20 +00:00
|
|
|
.Os
|
1996-12-09 14:05:35 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm pw.conf
|
|
|
|
.Nd format of the pw.conf configuration file
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The file
|
2013-05-13 18:13:50 +00:00
|
|
|
.Pa /etc/pw.conf
|
1996-12-09 14:05:35 +00:00
|
|
|
contains configuration data for the
|
|
|
|
.Xr pw 8
|
2003-06-08 14:28:38 +00:00
|
|
|
utility.
|
1996-12-09 14:05:35 +00:00
|
|
|
The
|
|
|
|
.Xr pw 8
|
2003-06-08 14:28:38 +00:00
|
|
|
utility is used for maintenance of the system password and group
|
1996-12-09 14:05:35 +00:00
|
|
|
files, allowing users and groups to be added, deleted and changed.
|
|
|
|
This file may be modified via the
|
|
|
|
.Xr pw 8
|
|
|
|
command using the
|
1997-10-10 06:23:42 +00:00
|
|
|
.Ar useradd
|
1996-12-09 14:05:35 +00:00
|
|
|
command and the
|
1997-10-10 06:23:42 +00:00
|
|
|
.Fl D
|
1996-12-09 14:05:35 +00:00
|
|
|
option, or by editing it directly with a text editor.
|
|
|
|
.Pp
|
|
|
|
Each line in
|
2003-06-08 14:28:38 +00:00
|
|
|
.Pa /etc/pw.conf
|
1996-12-09 14:05:35 +00:00
|
|
|
is treated either a comment or as configuration data;
|
|
|
|
blank lines and lines commencing with a
|
|
|
|
.Ql \&#
|
|
|
|
character are considered comments, and any remaining lines are
|
|
|
|
examined for a leading keyword, followed by corresponding data.
|
|
|
|
.Pp
|
2001-07-15 08:06:20 +00:00
|
|
|
Keywords recognized by
|
1996-12-09 14:05:35 +00:00
|
|
|
.Xr pw 8
|
|
|
|
are:
|
|
|
|
.Bl -tag -width password_days -offset indent -compact
|
|
|
|
.It defaultpasswd
|
1997-10-10 06:23:42 +00:00
|
|
|
affect passwords generated for new users
|
1996-12-09 14:05:35 +00:00
|
|
|
.It reuseuids
|
|
|
|
reuse gaps in uid sequences
|
|
|
|
.It reusegids
|
|
|
|
reuse gaps in gid sequences
|
1997-01-05 07:15:37 +00:00
|
|
|
.It nispasswd
|
2003-06-08 14:28:38 +00:00
|
|
|
path to the
|
|
|
|
.Tn NIS
|
|
|
|
passwd database
|
1996-12-09 14:05:35 +00:00
|
|
|
.It skeleton
|
|
|
|
where to obtain default home contents
|
|
|
|
.It newmail
|
|
|
|
mail to send to new users
|
|
|
|
.It logfile
|
|
|
|
log user/group modifications to this file
|
|
|
|
.It home
|
|
|
|
root directory for home directories
|
2007-03-30 11:23:10 +00:00
|
|
|
.It homemode
|
|
|
|
permissions for home directory
|
1996-12-09 14:05:35 +00:00
|
|
|
.It shellpath
|
|
|
|
paths in which to locate shell programs
|
|
|
|
.It shells
|
|
|
|
list of valid shells (without path)
|
|
|
|
.It defaultshell
|
|
|
|
default shell (without path)
|
|
|
|
.It defaultgroup
|
|
|
|
default group
|
|
|
|
.It extragroups
|
|
|
|
add new users to this groups
|
1996-12-09 23:55:27 +00:00
|
|
|
.It defaultclass
|
1996-12-09 14:05:35 +00:00
|
|
|
place new users in this login class
|
|
|
|
.It minuid
|
|
|
|
.It maxuid
|
|
|
|
range of valid default user ids
|
|
|
|
.It mingid
|
|
|
|
.It maxgid
|
|
|
|
range of valid default group ids
|
|
|
|
.It expire_days
|
|
|
|
days after which account expires
|
|
|
|
.It password_days
|
|
|
|
days after which password expires
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
Valid values for
|
|
|
|
.Ar defaultpasswd
|
1997-10-10 06:23:42 +00:00
|
|
|
are:
|
1996-12-09 14:05:35 +00:00
|
|
|
.Bl -tag -width password_days -offset indent -compact
|
|
|
|
.It no
|
1997-10-10 06:23:42 +00:00
|
|
|
disable login on newly created accounts
|
1996-12-09 14:05:35 +00:00
|
|
|
.It yes
|
1997-10-10 06:23:42 +00:00
|
|
|
force the password to be the account name
|
1996-12-09 14:05:35 +00:00
|
|
|
.It none
|
1997-10-10 06:23:42 +00:00
|
|
|
force a blank password
|
1996-12-09 14:05:35 +00:00
|
|
|
.It random
|
1997-10-10 06:23:42 +00:00
|
|
|
generate a random password
|
1996-12-09 14:05:35 +00:00
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The second and third options are insecure and should be avoided if
|
|
|
|
possible on a publicly accessible system.
|
|
|
|
The first option requires that the superuser run
|
|
|
|
.Xr passwd 1
|
|
|
|
to set a password before the account may be used.
|
|
|
|
This may also be useful for creating administrative accounts.
|
|
|
|
The final option causes
|
|
|
|
.Xr pw 8
|
|
|
|
to respond by printing a randomly generated password on stdout.
|
|
|
|
This is the preferred and most secure option.
|
2003-06-08 14:28:38 +00:00
|
|
|
The
|
|
|
|
.Xr pw 8
|
|
|
|
utility also provides a method of setting a specific password for the new
|
1996-12-09 14:05:35 +00:00
|
|
|
user via a filehandle (command lines are not secure).
|
|
|
|
.Pp
|
|
|
|
Both
|
|
|
|
.Ar reuseuids
|
|
|
|
and
|
|
|
|
.Ar reusegids
|
|
|
|
determine the method by which new user and group id numbers are
|
|
|
|
generated.
|
|
|
|
A
|
|
|
|
.Ql \&yes
|
|
|
|
in this field will cause
|
|
|
|
.Xr pw 8
|
|
|
|
to search for the first unused user or group id within the allowed
|
|
|
|
range, whereas a
|
|
|
|
.Ql \&no
|
|
|
|
will ensure that no other existing user or group id within the range
|
|
|
|
is numerically lower than the new one generated, and therefore avoids
|
|
|
|
reusing gaps in the user or group id sequence that are caused by
|
|
|
|
previous user or group deletions.
|
|
|
|
Note that if the default group is not specified using the
|
|
|
|
.Ar defaultgroup
|
|
|
|
keyword,
|
1997-10-10 06:23:42 +00:00
|
|
|
.Xr pw 8
|
1996-12-09 14:05:35 +00:00
|
|
|
will create a new group for the user and attempt to keep the new
|
|
|
|
user's uid and gid the same.
|
|
|
|
If the new user's uid is currently in use as a group id, then the next
|
|
|
|
available group id is chosen instead.
|
|
|
|
.Pp
|
2003-06-08 14:28:38 +00:00
|
|
|
On
|
|
|
|
.Tn NIS
|
|
|
|
servers which maintain a separate passwd database to
|
1997-01-05 07:15:37 +00:00
|
|
|
.Pa /etc/master.passwd ,
|
|
|
|
this option allows the additional file to be concurrently updated
|
|
|
|
as user records are added, modified or removed.
|
|
|
|
If blank or set to 'no', no additional database is updated.
|
|
|
|
An absolute pathname must be used.
|
|
|
|
.Pp
|
1996-12-09 14:05:35 +00:00
|
|
|
The
|
|
|
|
.Ar skeleton
|
|
|
|
keyword nominates a directory from which the contents of a user's
|
|
|
|
new home directory is constructed.
|
|
|
|
This is
|
|
|
|
.Pa /usr/share/skel
|
|
|
|
by default.
|
2003-06-08 14:28:38 +00:00
|
|
|
The
|
|
|
|
.Xr pw 8 Ns 's
|
1997-10-10 06:23:42 +00:00
|
|
|
.Fl m
|
1996-12-09 14:05:35 +00:00
|
|
|
option causes the user's home directory to be created and populated
|
|
|
|
using the files contained in the
|
|
|
|
.Ar skeleton
|
|
|
|
directory.
|
|
|
|
.Pp
|
|
|
|
To send an initial email to new users, the
|
|
|
|
.Ar newmail
|
|
|
|
keyword may be used to specify a path name to a file containing
|
|
|
|
the message body of the message to be sent.
|
|
|
|
To avoid sending mail when accounts are created, leave this entry
|
|
|
|
blank or specify
|
|
|
|
.Ql \&no .
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Ar logfile
|
|
|
|
option allows logging of password file modifications into the
|
|
|
|
nominated log file.
|
|
|
|
To avoid creating or adding to such a logfile, then leave this
|
|
|
|
field blank or specify
|
|
|
|
.Ql \&no .
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Ar home
|
|
|
|
keyword is mandatory.
|
|
|
|
This specifies the location of the directory in which all new user
|
|
|
|
home directories are created.
|
|
|
|
.Pp
|
2003-06-08 14:28:38 +00:00
|
|
|
The
|
2007-03-30 11:23:10 +00:00
|
|
|
.Ar homemode
|
|
|
|
keyword is optional.
|
|
|
|
It specifies the creation mask of the user's home directory and is modified by
|
|
|
|
.Xr umask 2 .
|
|
|
|
.Pp
|
|
|
|
The
|
1996-12-09 14:05:35 +00:00
|
|
|
.Ar shellpath
|
2003-06-08 14:28:38 +00:00
|
|
|
keyword specifies a list of directories - separated by colons
|
1996-12-09 14:05:35 +00:00
|
|
|
.Ql \&:
|
|
|
|
- which contain the programs used by the login shells.
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Ar shells
|
|
|
|
keyword specifies a list of programs available for use as login
|
|
|
|
shells.
|
|
|
|
This list is a comma-separated list of shell names which should
|
|
|
|
not contain a path.
|
|
|
|
These shells must exist in one of the directories nominated by
|
|
|
|
.Ar shellpath .
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Ar defaultshell
|
|
|
|
keyword nominates which shell program to use for new users when
|
2001-07-15 08:06:20 +00:00
|
|
|
none is specified on the
|
1996-12-09 14:05:35 +00:00
|
|
|
.Xr pw 8
|
|
|
|
command line.
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Ar defaultgroup
|
|
|
|
keyword defines the primary group (the group id number in the
|
|
|
|
password file) used for new accounts.
|
|
|
|
If left blank, or the word
|
|
|
|
.Ql \&no
|
|
|
|
is used, then each new user will have a corresponding group of
|
|
|
|
their own created automatically.
|
|
|
|
This is the recommended procedure for new users as it best secures each
|
|
|
|
user's files against interference by other users of the system
|
2001-07-15 08:06:20 +00:00
|
|
|
irrespective of the
|
1996-12-09 23:55:27 +00:00
|
|
|
.Em umask
|
1996-12-09 14:05:35 +00:00
|
|
|
normally used by the user.
|
|
|
|
.Pp
|
2003-06-08 14:28:38 +00:00
|
|
|
The
|
1996-12-09 14:05:35 +00:00
|
|
|
.Ar extragroups
|
2003-06-08 14:28:38 +00:00
|
|
|
keyword provides an automatic means of placing new users into groups within
|
1996-12-09 14:05:35 +00:00
|
|
|
the
|
|
|
|
.Pa /etc/groups
|
|
|
|
file.
|
|
|
|
This is useful where all users share some resources, and is preferable
|
|
|
|
to placing users into the same primary group.
|
|
|
|
The effect of this keyword can be overridden using the
|
1997-10-10 06:23:42 +00:00
|
|
|
.Fl G
|
1996-12-09 23:55:27 +00:00
|
|
|
option on the
|
|
|
|
.Xr pw 8
|
1996-12-09 14:05:35 +00:00
|
|
|
command line.
|
|
|
|
.Pp
|
|
|
|
The
|
1996-12-09 23:55:27 +00:00
|
|
|
.Ar defaultclass
|
|
|
|
field determines the login class (See
|
|
|
|
.Xr login.conf 5 )
|
|
|
|
that new users will be allocated unless overwritten by
|
|
|
|
.Xr pw 8 .
|
|
|
|
.Pp
|
|
|
|
The
|
1996-12-09 14:05:35 +00:00
|
|
|
.Ar minuid ,
|
|
|
|
.Ar maxuid ,
|
|
|
|
.Ar mingid ,
|
|
|
|
.Ar maxgid
|
2003-06-08 14:28:38 +00:00
|
|
|
keywords determine the allowed ranges of automatically allocated user
|
1996-12-09 14:05:35 +00:00
|
|
|
and group id numbers.
|
|
|
|
The default values for both user and group ids are 1000 and 32000 as
|
|
|
|
minimum and maximum respectively.
|
|
|
|
The user and group id's actually used when creating an account with
|
|
|
|
.Xr pw 8
|
|
|
|
may be overridden using the
|
1997-10-10 06:23:42 +00:00
|
|
|
.Fl u
|
1996-12-09 14:05:35 +00:00
|
|
|
and
|
1997-10-10 06:23:42 +00:00
|
|
|
.Fl g
|
1996-12-09 14:05:35 +00:00
|
|
|
command line options.
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Ar expire_days
|
|
|
|
and
|
|
|
|
.Ar password_days
|
|
|
|
are used to automatically calculate the number of days from the date
|
|
|
|
on which an account is created when the account will expire or the
|
|
|
|
user will be forced to change the account's password.
|
|
|
|
A value of
|
|
|
|
.Ql \&0
|
|
|
|
in either field will disable the corresponding (account or password)
|
|
|
|
expiration date.
|
|
|
|
.Sh LIMITS
|
|
|
|
The maximum line length of
|
1997-01-05 04:05:22 +00:00
|
|
|
.Pa /etc/pw.conf
|
2000-03-01 14:09:25 +00:00
|
|
|
is 1024 characters.
|
|
|
|
Longer lines will be skipped and treated
|
1996-12-09 14:05:35 +00:00
|
|
|
as comments.
|
|
|
|
.Sh FILES
|
|
|
|
.Bl -tag -width /etc/master.passwd -compact
|
|
|
|
.It Pa /etc/pw.conf
|
|
|
|
.It Pa /etc/passwd
|
|
|
|
.It Pa /etc/master.passwd
|
|
|
|
.It Pa /etc/group
|
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr passwd 1 ,
|
2007-03-30 11:23:10 +00:00
|
|
|
.Xr umask 2 ,
|
1997-01-20 00:03:00 +00:00
|
|
|
.Xr group 5 ,
|
|
|
|
.Xr login.conf 5 ,
|
1996-12-09 14:05:35 +00:00
|
|
|
.Xr passwd 5 ,
|
1997-01-20 00:03:00 +00:00
|
|
|
.Xr pw 8
|