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.description value="Kerberos version 5 support" 28set name=pkg.summary value="Kerberos version 5 support" 29set name=info.classification \ 30 value=org.opensolaris.category.2008:System/Security 31set name=variant.arch value=$(ARCH) 32dir path=etc group=sys 33dir path=etc/krb5 group=sys 34dir path=lib 35dir path=lib/svc 36dir path=lib/svc/manifest group=sys 37dir path=lib/svc/manifest/network group=sys 38dir path=lib/svc/manifest/network/security group=sys 39dir path=usr group=sys 40dir path=usr/bin 41dir path=usr/lib 42dir path=usr/lib/$(ARCH64) 43dir path=usr/lib/$(ARCH64)/gss 44dir path=usr/lib/gss 45dir path=usr/lib/krb5 46dir path=usr/lib/krb5/$(ARCH64) 47dir path=usr/lib/krb5/plugins 48dir path=usr/lib/krb5/plugins/preauth 49dir path=usr/lib/security 50dir path=usr/lib/security/$(ARCH64) 51dir path=var group=sys 52dir path=var/krb5 group=sys 53dir path=var/krb5/rcache group=sys mode=1777 54dir path=var/krb5/rcache/root group=sys mode=0700 55file path=etc/krb5/krb5.conf group=sys \ 56 original_name=SUNWkrb:etc/krb5/krb5.conf preserve=true 57file path=etc/krb5/warn.conf group=sys \ 58 original_name=SUNWkrb:etc/krb5/warn.conf preserve=true 59file path=lib/svc/manifest/network/security/kadmin.xml group=sys mode=0444 60file path=lib/svc/manifest/network/security/krb5kdc.xml group=sys mode=0444 61file path=lib/svc/manifest/network/security/ktkt_warn.xml group=sys mode=0444 62file path=usr/bin/kdestroy mode=0555 63file path=usr/bin/kinit mode=0555 64file path=usr/bin/klist mode=0555 65file path=usr/bin/kpasswd mode=0555 66file path=usr/bin/krb5-config mode=0555 67file path=usr/bin/ktutil mode=0555 68file path=usr/lib/$(ARCH64)/gss/mech_krb5.so.1 69file path=usr/lib/$(ARCH64)/libkrb5.so.1 70file path=usr/lib/gss/mech_krb5.so.1 71file path=usr/lib/krb5/$(ARCH64)/libkadm5clnt.so.1 72file path=usr/lib/krb5/ktkt_warnd mode=0555 73file path=usr/lib/krb5/libkadm5clnt.so.1 74file path=usr/lib/krb5/libss.so.1 75file path=usr/lib/krb5/plugins/preauth/pkinit.so.1 76file path=usr/lib/libkrb5.so.1 77file path=usr/lib/security/$(ARCH64)/pam_krb5.so.1 78file path=usr/lib/security/$(ARCH64)/pam_krb5_migrate.so.1 79file path=usr/lib/security/pam_krb5.so.1 80file path=usr/lib/security/pam_krb5_migrate.so.1 81legacy pkg=SUNWkrbr desc="Kerberos version 5 support (Root)" \ 82 name="Kerberos version 5 support (Root)" 83legacy pkg=SUNWkrbu desc="Kerberos version 5 support (Usr)" \ 84 name="Kerberos version 5 support (Usr)" 85license cr_Sun license=cr_Sun 86license lic_CDDL license=lic_CDDL 87license usr/src/lib/gss_mechs/mech_krb5/THIRDPARTYLICENSE \ 88 license=usr/src/lib/gss_mechs/mech_krb5/THIRDPARTYLICENSE 89link path=usr/lib/$(ARCH64)/gss/mech_krb5.so target=./mech_krb5.so.1 90link path=usr/lib/$(ARCH64)/libkrb5.so target=./libkrb5.so.1 91link path=usr/lib/gss/mech_krb5.so target=./mech_krb5.so.1 92link path=usr/lib/krb5/$(ARCH64)/libkadm5clnt.so target=./libkadm5clnt.so.1 93link path=usr/lib/krb5/libkadm5clnt.so target=./libkadm5clnt.so.1 94link path=usr/lib/krb5/libss.so target=libss.so.1 95link path=usr/lib/krb5/plugins/preauth/pkinit.so target=pkinit.so.1 96link path=usr/lib/libkrb5.so target=./libkrb5.so.1 97link path=usr/lib/security/$(ARCH64)/pam_krb5.so target=./pam_krb5.so.1 98link path=usr/lib/security/$(ARCH64)/pam_krb5_migrate.so \ 99 target=./pam_krb5_migrate.so.1 100link path=usr/lib/security/pam_krb5.so target=./pam_krb5.so.1 101link path=usr/lib/security/pam_krb5_migrate.so target=./pam_krb5_migrate.so.1 102depend fmri=service/security/gss type=require 103