17c478bd9Sstevel@tonic-gate<?xml version="1.0"?>
27c478bd9Sstevel@tonic-gate<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
37c478bd9Sstevel@tonic-gate<!--
47c64d375Smp	Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
57c478bd9Sstevel@tonic-gate	Use is subject to license terms.
67c478bd9Sstevel@tonic-gate
77c478bd9Sstevel@tonic-gate	NOTE:  This service manifest is not editable; its contents will
87c478bd9Sstevel@tonic-gate	be overwritten by package or patch operations, including
97c478bd9Sstevel@tonic-gate	operating system upgrade.  Make customizations in a different
107c478bd9Sstevel@tonic-gate	file.
117c478bd9Sstevel@tonic-gate
127c478bd9Sstevel@tonic-gate	Service manifest for the Kerberos key distribution center
137c478bd9Sstevel@tonic-gate-->
147c478bd9Sstevel@tonic-gate
157c478bd9Sstevel@tonic-gate<service_bundle type='manifest' name='SUNWkrbr:krb5kdc'>
167c478bd9Sstevel@tonic-gate
177c478bd9Sstevel@tonic-gate<service
187c478bd9Sstevel@tonic-gate	name='network/security/krb5kdc'
197c478bd9Sstevel@tonic-gate	type='service'
207c478bd9Sstevel@tonic-gate	version='1'>
217c478bd9Sstevel@tonic-gate
227c478bd9Sstevel@tonic-gate	<create_default_instance enabled='false' />
237c478bd9Sstevel@tonic-gate
247c478bd9Sstevel@tonic-gate	<single_instance/>
257c478bd9Sstevel@tonic-gate
267c478bd9Sstevel@tonic-gate	<dependency
277c478bd9Sstevel@tonic-gate		name='dns'
287c478bd9Sstevel@tonic-gate		grouping='require_all'
29*bbf21555SRichard Lowe		restart_on='error'
307c478bd9Sstevel@tonic-gate		type='service'>
317c478bd9Sstevel@tonic-gate		<service_fmri value='svc:/network/dns/client' />
327c478bd9Sstevel@tonic-gate	</dependency>
337c478bd9Sstevel@tonic-gate
347c478bd9Sstevel@tonic-gate	<exec_method
357c478bd9Sstevel@tonic-gate		type='method'
367c478bd9Sstevel@tonic-gate		name='start'
377c64d375Smp		exec='/usr/lib/krb5/krb5kdc'
387c478bd9Sstevel@tonic-gate		timeout_seconds='60'>
397c478bd9Sstevel@tonic-gate		<method_context>
407c478bd9Sstevel@tonic-gate			<method_credential
417c478bd9Sstevel@tonic-gate				user='root'
427c478bd9Sstevel@tonic-gate				group='root'
437c478bd9Sstevel@tonic-gate				privileges='basic,!file_link_any,!proc_info,!proc_session,net_privaddr,proc_audit'
447c478bd9Sstevel@tonic-gate			/>
457c478bd9Sstevel@tonic-gate		</method_context>
467c478bd9Sstevel@tonic-gate	</exec_method>
477c478bd9Sstevel@tonic-gate
487c478bd9Sstevel@tonic-gate	<exec_method
497c478bd9Sstevel@tonic-gate		type='method'
507c478bd9Sstevel@tonic-gate		name='stop'
517c478bd9Sstevel@tonic-gate		exec=':kill'
527c478bd9Sstevel@tonic-gate		timeout_seconds='60' />
537c478bd9Sstevel@tonic-gate
547c478bd9Sstevel@tonic-gate	<stability value='Unstable' />
557c478bd9Sstevel@tonic-gate
567c478bd9Sstevel@tonic-gate	<template>
577c478bd9Sstevel@tonic-gate		<common_name>
587c478bd9Sstevel@tonic-gate			<loctext xml:lang='C'>
597c478bd9Sstevel@tonic-gate			Kerberos key distribution center
607c478bd9Sstevel@tonic-gate			</loctext>
617c478bd9Sstevel@tonic-gate		</common_name>
627c478bd9Sstevel@tonic-gate		<documentation>
63*bbf21555SRichard Lowe			<manpage title='krb5kdc' section='8'
647c478bd9Sstevel@tonic-gate			    manpath='/usr/share/man' />
657c478bd9Sstevel@tonic-gate		</documentation>
667c478bd9Sstevel@tonic-gate	</template>
677c478bd9Sstevel@tonic-gate
687c478bd9Sstevel@tonic-gate</service>
697c478bd9Sstevel@tonic-gate
707c478bd9Sstevel@tonic-gate</service_bundle>
71