xref: /illumos-gate/usr/src/cmd/passwd/passwd.dfl (revision 581cede61ac9c14d8d4ea452562a567189eead78)
1#ident	"%Z%%M%	%I%	%E% SMI"
2#
3# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
4# Use is subject to license terms.
5#
6# CDDL HEADER START
7#
8# The contents of this file are subject to the terms of the
9# Common Development and Distribution License, Version 1.0 only
10# (the "License").  You may not use this file except in compliance
11# with the License.
12#
13# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14# or http://www.opensolaris.org/os/licensing.
15# See the License for the specific language governing permissions
16# and limitations under the License.
17#
18# When distributing Covered Code, include this CDDL HEADER in each
19# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20# If applicable, add the following below this CDDL HEADER, with the
21# fields enclosed by brackets "[]" replaced with your own identifying
22# information: Portions Copyright [yyyy] [name of copyright owner]
23#
24# CDDL HEADER END
25#
26MAXWEEKS=
27MINWEEKS=
28PASSLENGTH=6
29
30# NAMECHECK enables/disables login name checking.
31# The default is to do login name checking.
32# Specifying a value of "NO" will disable login name checking.
33#
34#NAMECHECK=NO
35
36# HISTORY sets the number of prior password changes to keep and
37# check for a user when changing passwords.  Setting the HISTORY
38# value to zero (0), or removing/commenting out the flag will
39# cause all users' prior password history to be discarded at the
40# next password change by any user.  No password history will
41# be checked if the flag is not present or has zero value.
42# The maximum value of HISTORY is 26.
43#
44# This flag is only enforced for user accounts defined in the
45# local passwd(4)/shadow(4) files.
46#
47#HISTORY=0
48#
49# Password complexity tunables.  The values listed are the defaults
50# which are compatible with previous releases of passwd.
51# See passwd(1) and pam_authtok_check(5) for use warnings and
52# discussion of the use of these options.
53#
54#MINDIFF=3
55#MINALPHA=2
56#MINNONALPHA=1
57#MINUPPER=0
58#MINLOWER=0
59#MAXREPEATS=0
60#MINSPECIAL=0
61#MINDIGIT=0
62#WHITESPACE=YES
63#
64#
65# passwd performs dictionary lookups if DICTIONLIST or DICTIONDBDIR
66# is defined. If the password database does not yet exist, it is
67# created by passwd. See passwd(1), pam_authtok_check(5) and
68# mkpwdict(1M) for more information.
69#
70#DICTIONLIST=
71#DICTIONDBDIR=/var/passwd
72