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# 23ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24ead1f93eSLiane Praza# 25ead1f93eSLiane Praza 26*4056db58SMarcel Telkaset name=pkg.fmri value=pkg:/service/security/kerberos-5@$(PKGVERS).16 27ead1f93eSLiane Prazaset name=pkg.description value="Kerberos version 5 support" 28ead1f93eSLiane Prazaset name=pkg.summary value="Kerberos version 5 support" 29ebbab6bbSDan Priceset name=info.classification \ 30ebbab6bbSDan 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 34ebbab6bbSDan Pricedir path=lib 35ebbab6bbSDan Pricedir path=lib/svc 36ebbab6bbSDan Pricedir path=lib/svc/manifest group=sys 37ebbab6bbSDan Pricedir path=lib/svc/manifest/network group=sys 38ebbab6bbSDan 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) 51c10c16deSRichard Lowedir path=usr/share/man 52c10c16deSRichard Lowedir path=usr/share/man/man1 53c10c16deSRichard Lowedir path=usr/share/man/man1m 54c10c16deSRichard Lowedir path=usr/share/man/man3lib 55c10c16deSRichard Lowedir path=usr/share/man/man5 56ead1f93eSLiane Prazadir path=var group=sys 57ead1f93eSLiane Prazadir path=var/krb5 group=sys 58ead1f93eSLiane Prazadir path=var/krb5/rcache group=sys mode=1777 59ead1f93eSLiane Prazadir path=var/krb5/rcache/root group=sys mode=0700 60ebbab6bbSDan Pricefile path=etc/krb5/krb5.conf group=sys \ 61ebbab6bbSDan Price original_name=SUNWkrb:etc/krb5/krb5.conf preserve=true 62ebbab6bbSDan Pricefile path=etc/krb5/warn.conf group=sys \ 63ebbab6bbSDan Price original_name=SUNWkrb:etc/krb5/warn.conf preserve=true 64ebbab6bbSDan Pricefile path=lib/svc/manifest/network/security/kadmin.xml group=sys mode=0444 65ebbab6bbSDan Pricefile path=lib/svc/manifest/network/security/krb5kdc.xml group=sys mode=0444 66ebbab6bbSDan Pricefile path=lib/svc/manifest/network/security/ktkt_warn.xml group=sys mode=0444 67ead1f93eSLiane Prazafile path=usr/bin/kdestroy mode=0555 68ead1f93eSLiane Prazafile path=usr/bin/kinit mode=0555 69ead1f93eSLiane Prazafile path=usr/bin/klist mode=0555 70ead1f93eSLiane Prazafile path=usr/bin/kpasswd mode=0555 71ead1f93eSLiane Prazafile path=usr/bin/krb5-config mode=0555 72ead1f93eSLiane Prazafile path=usr/bin/ktutil mode=0555 73ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/gss/mech_krb5.so.1 74ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libkrb5.so.1 75ead1f93eSLiane Prazafile path=usr/lib/gss/mech_krb5.so.1 76ead1f93eSLiane Prazafile path=usr/lib/krb5/$(ARCH64)/libkadm5clnt.so.1 77ead1f93eSLiane Prazafile path=usr/lib/krb5/ktkt_warnd mode=0555 78ead1f93eSLiane Prazafile path=usr/lib/krb5/libkadm5clnt.so.1 79ead1f93eSLiane Prazafile path=usr/lib/krb5/libss.so.1 80ead1f93eSLiane Prazafile path=usr/lib/krb5/plugins/preauth/pkinit.so.1 81ead1f93eSLiane Prazafile path=usr/lib/libkrb5.so.1 82ead1f93eSLiane Prazafile path=usr/lib/security/$(ARCH64)/pam_krb5.so.1 83ead1f93eSLiane Prazafile path=usr/lib/security/$(ARCH64)/pam_krb5_migrate.so.1 84ead1f93eSLiane Prazafile path=usr/lib/security/pam_krb5.so.1 85ead1f93eSLiane Prazafile path=usr/lib/security/pam_krb5_migrate.so.1 86c10c16deSRichard Lowefile path=usr/share/man/man1/kdestroy.1 87c10c16deSRichard Lowefile path=usr/share/man/man1/kinit.1 88c10c16deSRichard Lowefile path=usr/share/man/man1/klist.1 89c10c16deSRichard Lowefile path=usr/share/man/man1/kpasswd.1 90c10c16deSRichard Lowefile path=usr/share/man/man1/krb5-config.1 91c10c16deSRichard Lowefile path=usr/share/man/man1/ktutil.1 92c10c16deSRichard Lowefile path=usr/share/man/man1m/ktkt_warnd.1m 93c10c16deSRichard Lowefile path=usr/share/man/man3lib/libkrb5.3lib 94c10c16deSRichard Lowefile path=usr/share/man/man5/pam_krb5.5 95c10c16deSRichard Lowefile path=usr/share/man/man5/pam_krb5_migrate.5 9671e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWkrbr desc="Kerberos version 5 support (Root)" \ 9771e464e5SPeter Dennis - Sustaining Engineer name="Kerberos version 5 support (Root)" 9871e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWkrbu desc="Kerberos version 5 support (Usr)" \ 9971e464e5SPeter Dennis - Sustaining Engineer name="Kerberos version 5 support (Usr)" 100ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun 101ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL 1025084e753SMark J. Nelsonlicense usr/src/lib/gss_mechs/mech_krb5/THIRDPARTYLICENSE \ 1035084e753SMark J. Nelson license=usr/src/lib/gss_mechs/mech_krb5/THIRDPARTYLICENSE 104ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/gss/mech_krb5.so target=./mech_krb5.so.1 105ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/libkrb5.so target=./libkrb5.so.1 106ead1f93eSLiane Prazalink path=usr/lib/gss/mech_krb5.so target=./mech_krb5.so.1 107ead1f93eSLiane Prazalink path=usr/lib/krb5/$(ARCH64)/libkadm5clnt.so target=./libkadm5clnt.so.1 108ead1f93eSLiane Prazalink path=usr/lib/krb5/libkadm5clnt.so target=./libkadm5clnt.so.1 109ead1f93eSLiane Prazalink path=usr/lib/krb5/libss.so target=libss.so.1 110ead1f93eSLiane Prazalink path=usr/lib/krb5/plugins/preauth/pkinit.so target=pkinit.so.1 111ead1f93eSLiane Prazalink path=usr/lib/libkrb5.so target=./libkrb5.so.1 112ead1f93eSLiane Prazalink path=usr/lib/security/$(ARCH64)/pam_krb5.so target=./pam_krb5.so.1 113ead1f93eSLiane Prazalink path=usr/lib/security/$(ARCH64)/pam_krb5_migrate.so \ 114ead1f93eSLiane Praza target=./pam_krb5_migrate.so.1 115ead1f93eSLiane Prazalink path=usr/lib/security/pam_krb5.so target=./pam_krb5.so.1 116ead1f93eSLiane Prazalink path=usr/lib/security/pam_krb5_migrate.so target=./pam_krb5_migrate.so.1 117ead1f93eSLiane Prazadepend fmri=service/security/gss type=require 118