service-security-kerberos-5.mf revision 11996:91b62f7b8186
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 2010 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26
27set name=pkg.fmri value=pkg:/service/security/kerberos-5@$(PKGVERS)
28set name=pkg.description value="Kerberos version 5 support"
29set name=pkg.summary value="Kerberos version 5 support"
30set name=info.classification value=org.opensolaris.category.2008:System/Security
31set name=variant.arch value=$(ARCH)
32set name=variant.opensolaris.zone value=global value=nonglobal
33dir path=etc group=sys
34dir path=etc/krb5 group=sys
35dir path=usr group=sys
36dir path=usr/bin
37dir path=usr/lib
38dir path=usr/lib/$(ARCH64)
39dir path=usr/lib/$(ARCH64)/gss
40dir path=usr/lib/gss
41dir path=usr/lib/krb5
42dir path=usr/lib/krb5/$(ARCH64)
43dir path=usr/lib/krb5/plugins
44dir path=usr/lib/krb5/plugins/preauth
45dir path=usr/lib/security
46dir path=usr/lib/security/$(ARCH64)
47dir path=var group=sys
48dir path=var/krb5 group=sys
49dir path=var/krb5/rcache group=sys mode=1777
50dir path=var/krb5/rcache/root group=sys mode=0700
51dir path=lib
52dir path=lib/svc
53dir path=lib/svc/manifest group=sys
54dir path=lib/svc/manifest/network group=sys
55dir path=lib/svc/manifest/network/security group=sys
56file path=etc/krb5/krb5.conf group=sys original_name=SUNWkrb:etc/krb5/krb5.conf \
57    preserve=true
58file path=etc/krb5/warn.conf group=sys original_name=SUNWkrb:etc/krb5/warn.conf \
59    preserve=true
60file path=usr/bin/kdestroy mode=0555
61file path=usr/bin/kinit mode=0555
62file path=usr/bin/klist mode=0555
63file path=usr/bin/kpasswd mode=0555
64file path=usr/bin/krb5-config mode=0555
65file path=usr/bin/ktutil mode=0555
66file path=usr/lib/$(ARCH64)/gss/mech_krb5.so.1
67file path=usr/lib/$(ARCH64)/libkrb5.so.1
68file path=usr/lib/gss/mech_krb5.so.1
69file path=usr/lib/krb5/$(ARCH64)/libkadm5clnt.so.1
70file path=usr/lib/krb5/ktkt_warnd mode=0555
71file path=usr/lib/krb5/libkadm5clnt.so.1
72file path=usr/lib/krb5/libss.so.1
73file path=usr/lib/krb5/plugins/preauth/pkinit.so.1
74file path=usr/lib/libkrb5.so.1
75file path=usr/lib/security/$(ARCH64)/pam_krb5.so.1
76file path=usr/lib/security/$(ARCH64)/pam_krb5_migrate.so.1
77file path=usr/lib/security/pam_krb5.so.1
78file path=usr/lib/security/pam_krb5_migrate.so.1
79file path=lib/svc/manifest/network/security/kadmin.xml group=sys mode=0444
80file path=lib/svc/manifest/network/security/krb5kdc.xml group=sys mode=0444
81file path=lib/svc/manifest/network/security/ktkt_warn.xml group=sys mode=0444
82legacy pkg=SUNWkrbr arch=$(ARCH) category=system \
83    desc="Kerberos version 5 support (Root)" \
84    hotline="Please contact your local service provider" \
85    name="Kerberos version 5 support (Root)" vendor="Sun Microsystems, Inc." \
86    version=11.11,REV=2009.11.11
87legacy pkg=SUNWkrbu arch=$(ARCH) category=system \
88    desc="Kerberos version 5 support (Usr)" \
89    hotline="Please contact your local service provider" \
90    name="Kerberos version 5 support (Usr)" vendor="Sun Microsystems, Inc." \
91    version=11.11,REV=2009.11.11
92license cr_Sun license=cr_Sun
93license lib/gss_mechs/mech_krb5/THIRDPARTYLICENSE \
94    license=lib/gss_mechs/mech_krb5/THIRDPARTYLICENSE
95license lic_CDDL license=lic_CDDL
96link path=usr/lib/$(ARCH64)/gss/mech_krb5.so target=./mech_krb5.so.1
97link path=usr/lib/$(ARCH64)/libkrb5.so target=./libkrb5.so.1
98link path=usr/lib/gss/mech_krb5.so target=./mech_krb5.so.1
99link path=usr/lib/krb5/$(ARCH64)/libkadm5clnt.so target=./libkadm5clnt.so.1
100link path=usr/lib/krb5/libkadm5clnt.so target=./libkadm5clnt.so.1
101link path=usr/lib/krb5/libss.so target=libss.so.1
102link path=usr/lib/krb5/plugins/preauth/pkinit.so target=pkinit.so.1
103link path=usr/lib/libkrb5.so target=./libkrb5.so.1
104link path=usr/lib/security/$(ARCH64)/pam_krb5.so target=./pam_krb5.so.1
105link path=usr/lib/security/$(ARCH64)/pam_krb5_migrate.so \
106    target=./pam_krb5_migrate.so.1
107link path=usr/lib/security/pam_krb5.so target=./pam_krb5.so.1
108link path=usr/lib/security/pam_krb5_migrate.so target=./pam_krb5_migrate.so.1
109depend fmri=service/security/gss type=require
110