diff options
| author | Dan McDonald <danmcd@joyent.com> | 2022-03-15 12:07:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-15 12:07:15 -0400 |
| commit | 83decd22b44019b0fe369224fb19e1ef21263ab6 (patch) | |
| tree | 0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/cmd/passwd/passwd.dfl | |
| parent | ad491f11d9af43fd3f0d6159c9e08112de475a54 (diff) | |
| download | illumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz | |
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com>
Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/cmd/passwd/passwd.dfl')
| -rw-r--r-- | usr/src/cmd/passwd/passwd.dfl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/cmd/passwd/passwd.dfl b/usr/src/cmd/passwd/passwd.dfl index baa3c705fe..a6fd54ea8d 100644 --- a/usr/src/cmd/passwd/passwd.dfl +++ b/usr/src/cmd/passwd/passwd.dfl @@ -1,4 +1,3 @@ -#ident "%Z%%M% %I% %E% SMI" # # Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. @@ -42,13 +41,13 @@ PASSLENGTH=6 # The maximum value of HISTORY is 26. # # This flag is only enforced for user accounts defined in the -# local passwd(4)/shadow(4) files. +# local passwd(5)/shadow(5) files. # #HISTORY=0 # # Password complexity tunables. The values listed are the defaults # which are compatible with previous releases of passwd. -# See passwd(1) and pam_authtok_check(5) for use warnings and +# See passwd(1) and pam_authtok_check(7) for use warnings and # discussion of the use of these options. # #MINDIFF=3 @@ -64,8 +63,8 @@ PASSLENGTH=6 # # passwd performs dictionary lookups if DICTIONLIST or DICTIONDBDIR # is defined. If the password database does not yet exist, it is -# created by passwd. See passwd(1), pam_authtok_check(5) and -# mkpwdict(1M) for more information. +# created by passwd. See passwd(1), pam_authtok_check(7) and +# mkpwdict(8) for more information. # #DICTIONLIST= #DICTIONDBDIR=/var/passwd |
