ADDUSER.CONF(5) | MidnightBSD File Formats Manual | ADDUSER.CONF(5) |
adduser.conf
—
adduser(8)
configuration file
The /etc/adduser.conf file is
automatically generated by the
adduser(8) utility when
invoked with the -C
command-line option. It is not
meant to be edited by hand.
The /etc/adduser.conf file is used to
pre-set certain configuration options for the
adduser(8) utility. When
adduser(8) is invoked,
it will check to see if this file exists, and if so, the configuration will
be used or offered as the default settings. The
adduser.conf
file offers three types of
configuration:
adduser.conf
, but overridden by passing a flag to
adduser(8).In the first case, these options can be set in
adduser.conf
but will still be offered when
adduser(8) is invoked.
In the second case,
adduser(8) will read the
configuration data unless a flag has been passed to override it. For
example, the defaultshell option. In the third case,
the configuration will be utilized, but the user will never be prompted to
modify the default setting by either a flag or an
adduser(8) prompt. For
example, the upwexpire setting.
The following configuration options can be set in
adduser.conf
:
no
, none
,
random
, or yes
, as
described in
adduser(8). As such,
the text is not duplicated here and may be read in
adduser(8).The following is an example adduser.conf
file created with the -C
adduser(8) flag and
modified.
# Configuration file for adduser(8). # NOTE: only *some* variables are saved. # Last Modified on Fri Mar 30 14:04:05 EST 2004. defaultLgroup= defaultclass= defaultgroups= passwdtype=yes homeprefix=/home defaultshell=/bin/csh udotdir=/usr/share/skel msgfile=/etc/adduser.msg disableflag= upwexpire=91d # Expire passwords 91 days after creation.
The adduser.conf
manual page first
appeared in FreeBSD 5.3.
This manual page was written by Tom Rhodes <trhodes@FreeBSD.org>.
The internal variables documented here may change without notice.
Do not rely on them. To modify this file invoke
adduser(8) with the
-C
option instead.
April 12, 2007 | midnightbsd-3.1 |