cmd: remove locator
[unleashed.git] / usr / src / cmd / passwd / passwd.dfl
blob588299de7da9344fcc2b158add0f1f7b4668116f
1 #ident  "%Z%%M% %I%     %E% SMI"
3 # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
4 # Use is subject to license terms.
6 # CDDL HEADER START
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.
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.
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]
24 # CDDL HEADER END
26 MAXWEEKS=
27 MINWEEKS=
28 PASSLENGTH=6
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.
34 #NAMECHECK=NO
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.
44 # This flag is only enforced for user accounts defined in the
45 # local passwd(4)/shadow(4) files.
47 #HISTORY=0
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.
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
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(8) for more information.
70 #DICTIONLIST=
71 #DICTIONDBDIR=/var/passwd