5488N/A<?xml version="1.0"?>
5488N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
5488N/A<!--
5488N/A CDDL HEADER START
5488N/A
5488N/A The contents of this file are subject to the terms of the
5488N/A Common Development and Distribution License (the "License").
5488N/A You may not use this file except in compliance with the License.
5488N/A
5488N/A You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5488N/A or http://www.opensolaris.org/os/licensing.
5488N/A See the License for the specific language governing permissions
5488N/A and limitations under the License.
5488N/A
5488N/A When distributing Covered Code, include this CDDL HEADER in each
5488N/A file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5488N/A If applicable, add the following below this CDDL HEADER, with the
5488N/A fields enclosed by brackets "[]" replaced with your own identifying
5488N/A information: Portions Copyright [yyyy] [name of copyright owner]
5488N/A
5488N/A CDDL HEADER END
5488N/A
5488N/A Copyright (c) 2004, 2015, Oracle and/or its affiliates. All rights reserved.
5488N/A
5488N/A NOTE: This service manifest is not editable; its contents will
5488N/A be overwritten by package or patch operations, including
5488N/A operating system upgrade. Make customizations in a different
5488N/A file.
5488N/A
5488N/A Service manifest for the Kerberos key distribution center
5488N/A-->
5488N/A
5488N/A<service_bundle type='manifest' name='SUNWkrbr:krb5kdc'>
5488N/A
5488N/A<service
5488N/A name='network/security/krb5kdc'
5488N/A type='service'
5488N/A version='1'>
5488N/A
5488N/A <create_default_instance enabled='false' />
5488N/A
5488N/A <single_instance/>
5488N/A
5488N/A <dependency
5488N/A name='dns'
5488N/A grouping='require_all'
5488N/A restart_on='error'
5488N/A type='service'>
5488N/A <service_fmri value='svc:/network/dns/client' />
5488N/A </dependency>
5488N/A
5488N/A <exec_method
5488N/A type='method'
5488N/A name='start'
5488N/A exec='/usr/lib/krb5/krb5kdc'
5488N/A timeout_seconds='60'>
5488N/A <method_context>
5488N/A <method_credential
5488N/A user='root'
5488N/A group='root'
5488N/A privileges='basic,!file_link_any,!proc_info,!proc_session,file_dac_search,net_privaddr,proc_audit'
5488N/A />
5488N/A </method_context>
5488N/A </exec_method>
5488N/A
5488N/A <exec_method
5488N/A type='method'
5488N/A name='stop'
5488N/A exec=':kill'
5488N/A timeout_seconds='60' />
5488N/A
5488N/A <stability value='Unstable' />
5488N/A
5488N/A <template>
5488N/A <common_name>
5488N/A <loctext xml:lang='C'>
5488N/A Kerberos key distribution center
5488N/A </loctext>
5488N/A </common_name>
5488N/A <documentation>
5488N/A <manpage title='krb5kdc' section='1M'
5488N/A manpath='/usr/share/man' />
5488N/A </documentation>
5488N/A </template>
5488N/A
5488N/A</service>
5488N/A
5488N/A</service_bundle>