1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24# 25 26set name=pkg.fmri value=pkg:/service/security/kerberos-5@$(PKGVERS) 27set name=pkg.summary value="Kerberos version 5 support" 28set name=pkg.description value="Kerberos version 5 support" 29set name=info.classification value=org.opensolaris.category.2008:System/Security 30set name=variant.arch value=$(ARCH) 31dir path=etc group=sys 32dir path=etc/krb5 group=sys 33file path=etc/krb5/krb5.conf group=sys \ 34 original_name=SUNWkrb:etc/krb5/krb5.conf preserve=true 35file path=etc/krb5/warn.conf group=sys \ 36 original_name=SUNWkrb:etc/krb5/warn.conf preserve=true 37dir path=lib 38dir path=lib/svc 39dir path=lib/svc/manifest group=sys 40dir path=lib/svc/manifest/network group=sys 41dir path=lib/svc/manifest/network/security group=sys 42file path=lib/svc/manifest/network/security/kadmin.xml group=sys mode=0444 43file path=lib/svc/manifest/network/security/krb5kdc.xml group=sys mode=0444 44file path=lib/svc/manifest/network/security/ktkt_warn.xml group=sys mode=0444 45dir path=usr group=sys 46dir path=usr/bin 47file path=usr/bin/kdestroy mode=0555 48file path=usr/bin/kinit mode=0555 49file path=usr/bin/klist mode=0555 50file path=usr/bin/kpasswd mode=0555 51file path=usr/bin/krb5-config mode=0555 52file path=usr/bin/ktutil mode=0555 53dir path=usr/lib 54dir path=usr/lib/$(ARCH64) 55dir path=usr/lib/$(ARCH64)/gss 56link path=usr/lib/$(ARCH64)/gss/mech_krb5.so target=./mech_krb5.so.1 57file path=usr/lib/$(ARCH64)/gss/mech_krb5.so.1 58link path=usr/lib/$(ARCH64)/libkrb5.so target=./libkrb5.so.1 59file path=usr/lib/$(ARCH64)/libkrb5.so.1 60dir path=usr/lib/gss 61link path=usr/lib/gss/mech_krb5.so target=./mech_krb5.so.1 62file path=usr/lib/gss/mech_krb5.so.1 63dir path=usr/lib/krb5 64dir path=usr/lib/krb5/$(ARCH64) 65link path=usr/lib/krb5/$(ARCH64)/libkadm5clnt.so target=./libkadm5clnt.so.1 66file path=usr/lib/krb5/$(ARCH64)/libkadm5clnt.so.1 67file path=usr/lib/krb5/ktkt_warnd mode=0555 68link path=usr/lib/krb5/libkadm5clnt.so target=./libkadm5clnt.so.1 69file path=usr/lib/krb5/libkadm5clnt.so.1 70link path=usr/lib/krb5/libss.so target=libss.so.1 71file path=usr/lib/krb5/libss.so.1 72dir path=usr/lib/krb5/plugins 73dir path=usr/lib/krb5/plugins/preauth 74link path=usr/lib/krb5/plugins/preauth/pkinit.so target=pkinit.so.1 75file path=usr/lib/krb5/plugins/preauth/pkinit.so.1 76link path=usr/lib/libkrb5.so target=./libkrb5.so.1 77file path=usr/lib/libkrb5.so.1 78dir path=usr/lib/security 79dir path=usr/lib/security/$(ARCH64) 80link path=usr/lib/security/$(ARCH64)/pam_krb5.so target=./pam_krb5.so.1 81file path=usr/lib/security/$(ARCH64)/pam_krb5.so.1 82link path=usr/lib/security/$(ARCH64)/pam_krb5_migrate.so \ 83 target=./pam_krb5_migrate.so.1 84file path=usr/lib/security/$(ARCH64)/pam_krb5_migrate.so.1 85link path=usr/lib/security/pam_krb5.so target=./pam_krb5.so.1 86file path=usr/lib/security/pam_krb5.so.1 87link path=usr/lib/security/pam_krb5_migrate.so target=./pam_krb5_migrate.so.1 88file path=usr/lib/security/pam_krb5_migrate.so.1 89dir path=usr/share/man 90dir path=usr/share/man/man1 91file path=usr/share/man/man1/kdestroy.1 92file path=usr/share/man/man1/kinit.1 93file path=usr/share/man/man1/klist.1 94file path=usr/share/man/man1/kpasswd.1 95file path=usr/share/man/man1/krb5-config.1 96file path=usr/share/man/man1/ktutil.1 97dir path=usr/share/man/man3lib 98file path=usr/share/man/man3lib/libkrb5.3lib 99dir path=usr/share/man/man7 100file path=usr/share/man/man7/pam_krb5.7 101file path=usr/share/man/man7/pam_krb5_migrate.7 102dir path=usr/share/man/man8 103file path=usr/share/man/man8/ktkt_warnd.8 104dir path=var group=sys 105dir path=var/krb5 group=sys 106dir path=var/krb5/rcache group=sys mode=1777 107dir path=var/krb5/rcache/root group=sys mode=0700 108legacy pkg=SUNWkrbr desc="Kerberos version 5 support (Root)" \ 109 name="Kerberos version 5 support (Root)" 110legacy pkg=SUNWkrbu desc="Kerberos version 5 support (Usr)" \ 111 name="Kerberos version 5 support (Usr)" 112license cr_Sun license=cr_Sun 113license lic_CDDL license=lic_CDDL 114license usr/src/lib/gss_mechs/mech_krb5/THIRDPARTYLICENSE \ 115 license=usr/src/lib/gss_mechs/mech_krb5/THIRDPARTYLICENSE 116depend type=require fmri=service/security/gss 117