comparison usr/src/man/man4/crypt.conf.4 @ 23918:f3c8f3a2a25c

13404 man page spelling errors Reviewed by: Ryan Zezeski <ryan@oxide.computer> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Richard Lowe <richlowe@richlowe.net>
author Peter Tribble <peter.tribble@gmail.com>
date Thu, 31 Dec 2020 10:47:42 +0000
parents 5b2854ecc12d
children
comparison
equal deleted inserted replaced
23917:265d423ec4f7 23918:f3c8f3a2a25c
1 '\" te 1 '\" te
2 .\" Copyright (c) 2001, Sun Microsystems, Inc. All Rights Reserved. 2 .\" Copyright (c) 2001, Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. 3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. 4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] 5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH CRYPT.CONF 4 "Jun 10, 2002" 6 .TH CRYPT.CONF 4 "December 28, 2020"
7 .SH NAME 7 .SH NAME
8 crypt.conf \- configuration file for pluggable crypt modules 8 crypt.conf \- configuration file for pluggable crypt modules
9 .SH SYNOPSIS 9 .SH SYNOPSIS
10 .LP
11 .nf 10 .nf
12 /etc/security/crypt.conf 11 /etc/security/crypt.conf
13 .fi 12 .fi
14 13
15 .SH DESCRIPTION 14 .SH DESCRIPTION
16 .sp
17 .LP
18 \fBcrypt.conf\fR is the configuration file for the pluggable crypt 15 \fBcrypt.conf\fR is the configuration file for the pluggable crypt
19 architecture. Each crypt module must provide a function to generate a password 16 architecture. Each crypt module must provide a function to generate a password
20 hash, \fBcrypt_genhash_impl\fR(3C), and a function to generate the salt, 17 hash, \fBcrypt_genhash_impl\fR(3C), and a function to generate the salt,
21 \fBcrypt_gensalt_impl\fR(3C). 18 \fBcrypt_gensalt_impl\fR(3C).
22 .sp 19 .sp
40 is the responsibility of the module to parse and interpret the options. The 37 is the responsibility of the module to parse and interpret the options. The
41 \fBparams\fR field can be used by the modules to turn on debugging or to pass 38 \fBparams\fR field can be used by the modules to turn on debugging or to pass
42 any module-specific parameters that control the output of the hashing 39 any module-specific parameters that control the output of the hashing
43 algorithm. 40 algorithm.
44 .SH EXAMPLES 41 .SH EXAMPLES
45 .LP
46 \fBExample 1 \fRProvide compatibility for md5crypt-generated passwords. 42 \fBExample 1 \fRProvide compatibility for md5crypt-generated passwords.
47 .sp 43 .sp
48 .LP 44 .LP
49 The default configuration preserves previous Solaris behavior while adding 45 The default configuration preserves previous Solaris behavior while adding
50 compatibility for md5crypt-generated passwords as provided on some BSD and 46 compatibility for md5crypt-generated passwords as provided on some BSD and
76 # crypt.conf 72 # crypt.conf
77 # 73 #
78 md5 /usr/lib/security/$ISA/crypt_md5.so 74 md5 /usr/lib/security/$ISA/crypt_md5.so
79 rot13 /usr/lib/security/$ISA/crypt_rot13.so 75 rot13 /usr/lib/security/$ISA/crypt_rot13.so
80 76
81 # For *BSD/Linux compatibilty 77 # For *BSD/Linux compatibility
82 # 1 is md5, 2 is Blowfish 78 # 1 is md5, 2 is Blowfish
83 1 /usr/lib/security/$ISA/crypt_bsdmd5.so 79 1 /usr/lib/security/$ISA/crypt_bsdmd5.so
84 2 /usr/lib/security/$ISA/crypt_bsdbf.so 80 2 /usr/lib/security/$ISA/crypt_bsdbf.so
85 .fi 81 .fi
86 .in -2 82 .in -2
87 83
88 .SH ATTRIBUTES 84 .SH ATTRIBUTES
89 .sp
90 .LP
91 See \fBattributes\fR(5) for descriptions of the following attributes: 85 See \fBattributes\fR(5) for descriptions of the following attributes:
92 .sp 86 .sp
93 87
94 .sp 88 .sp
95 .TS 89 .TS
100 _ 94 _
101 Interface Stability Evolving 95 Interface Stability Evolving
102 .TE 96 .TE
103 97
104 .SH SEE ALSO 98 .SH SEE ALSO
105 .sp
106 .LP
107 \fBpasswd\fR(1), \fBcrypt\fR(3C), \fBcrypt_genhash_impl\fR(3C), 99 \fBpasswd\fR(1), \fBcrypt\fR(3C), \fBcrypt_genhash_impl\fR(3C),
108 \fBcrypt_gensalt\fR(3C), \fBcrypt_gensalt_impl\fR(3C), \fBgetpassphrase\fR(3C), 100 \fBcrypt_gensalt\fR(3C), \fBcrypt_gensalt_impl\fR(3C), \fBgetpassphrase\fR(3C),
109 \fBpasswd\fR(4), \fBattributes\fR(5), \fBcrypt_unix\fR(5) 101 \fBpasswd\fR(4), \fBattributes\fR(5), \fBcrypt_unix\fR(5)