xref: /onnv-gate/usr/src/cmd/krb5/kadmin/kclient/pam_krb5_optional (revision 6656:229d08ee2c75)
1*6656Ssemery#
2*6656Ssemery# CDDL HEADER START
3*6656Ssemery#
4*6656Ssemery# The contents of this file are subject to the terms of the
5*6656Ssemery# Common Development and Distribution License (the "License").
6*6656Ssemery# You may not use this file except in compliance with the License.
7*6656Ssemery#
8*6656Ssemery# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*6656Ssemery# or http://www.opensolaris.org/os/licensing.
10*6656Ssemery# See the License for the specific language governing permissions
11*6656Ssemery# and limitations under the License.
12*6656Ssemery#
13*6656Ssemery# When distributing Covered Code, include this CDDL HEADER in each
14*6656Ssemery# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*6656Ssemery# If applicable, add the following below this CDDL HEADER, with the
16*6656Ssemery# fields enclosed by brackets "[]" replaced with your own identifying
17*6656Ssemery# information: Portions Copyright [yyyy] [name of copyright owner]
18*6656Ssemery#
19*6656Ssemery# CDDL HEADER END
20*6656Ssemery#
21*6656Ssemery# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
22*6656Ssemery# Use is subject to license terms.
23*6656Ssemery#
24*6656Ssemery# ident	"%Z%%M%	%I%	%E% SMI"
25*6656Ssemery#
26*6656Ssemery# PAM include module for Kerberos authentication foremost and then fall-back
27*6656Ssemery# to crypt authentication.
28*6656Ssemery#
29*6656SsemeryOTHER	auth requisite		pam_authtok_get.so.1
30*6656SsemeryOTHER	auth required		pam_dhkeys.so.1
31*6656SsemeryOTHER	auth required		pam_unix_cred.so.1
32*6656SsemeryOTHER	auth required		pam_unix_auth.so.1
33*6656SsemeryOTHER	auth optional		pam_krb5.so.1
34