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