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#
237211ab44SMark J. Nelson# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24a9478106SYuri Pankov# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
25ead1f93eSLiane Praza#
26ead1f93eSLiane Praza
27ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/service/security/gss@$(PKGVERS)
2886d41711SAndy Fiddamanset name=pkg.summary value="GSSAPI CONFIG V2"
29ead1f93eSLiane Prazaset name=pkg.description \
30ead1f93eSLiane Praza    value="Generic Security Service Application Program Interface, Version 2 - config"
3186d41711SAndy Fiddamanset name=info.classification value=org.opensolaris.category.2008:System/Security
32ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
3386d41711SAndy Fiddamandir  path=etc group=sys
3486d41711SAndy Fiddamandir  path=etc/gss group=sys
35ead1f93eSLiane Prazafile path=etc/gss/gsscred.conf group=sys \
36ead1f93eSLiane Praza    original_name=SUNWgssc:etc/gss/gsscred.conf preserve=true
37ead1f93eSLiane Prazafile path=etc/gss/mech group=sys original_name=SUNWgssc:etc/gss/mech \
38ead1f93eSLiane Praza    preserve=true
3986d41711SAndy Fiddamanfile path=etc/gss/qop group=sys original_name=SUNWgssc:etc/gss/qop preserve=true
4086d41711SAndy Fiddamandir  path=lib
4186d41711SAndy Fiddamandir  path=lib/svc
4286d41711SAndy Fiddamandir  path=lib/svc/manifest group=sys
4386d41711SAndy Fiddamandir  path=lib/svc/manifest/network group=sys
4486d41711SAndy Fiddamandir  path=lib/svc/manifest/network/rpc group=sys
459444c26fSTom Whittenfile path=lib/svc/manifest/network/rpc/gss.xml group=sys mode=0444
4686d41711SAndy Fiddamandir  path=usr/share/man
4786d41711SAndy Fiddamandir  path=usr/share/man/man5
48*bbf21555SRichard Lowefile path=usr/share/man/man5/gsscred.conf.5
49*bbf21555SRichard Lowefile path=usr/share/man/man5/mech.5
50*bbf21555SRichard Lowelink path=usr/share/man/man5/qop.5 target=mech.5
51*bbf21555SRichard Lowedir  path=usr/share/man/man7
52*bbf21555SRichard Lowefile path=usr/share/man/man7/gss_auth_rules.7
5371e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWgssc \
54ead1f93eSLiane Praza    desc="Generic Security Service Application Program Interface, Version 2 - config" \
5571e464e5SPeter Dennis - Sustaining Engineer    name="GSSAPI CONFIG V2"
56ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
57ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
587211ab44SMark J. Nelson#
597211ab44SMark J. Nelson# These dependencies can be removed once there is a mechanism in place
60ebbab6bbSDan Price# to configure gss plugins, rather than delivering a fully populated
617211ab44SMark J. Nelson# etc/gss/mech file.
627211ab44SMark J. Nelson#
6386d41711SAndy Fiddamandepend type=require fmri=service/security/kerberos-5
6486d41711SAndy Fiddamandepend type=require fmri=system/library/security/gss/diffie-hellman
6586d41711SAndy Fiddamandepend type=require fmri=system/library/security/gss/spnego
66