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