xref: /titanic_41/usr/src/cmd/krb5/kadmin/server/kadmin.xml (revision 7c64d3750da7fda7e450b8f9b0b963905ded6379)
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<!--
4*7c64d375Smp153739	Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
57c478bd9Sstevel@tonic-gate	Use is subject to license terms.
67c478bd9Sstevel@tonic-gate
77c478bd9Sstevel@tonic-gate	ident	"%Z%%M%	%I%	%E% SMI"
87c478bd9Sstevel@tonic-gate
97c478bd9Sstevel@tonic-gate	NOTE:  This service manifest is not editable; its contents will
107c478bd9Sstevel@tonic-gate	be overwritten by package or patch operations, including
117c478bd9Sstevel@tonic-gate	operating system upgrade.  Make customizations in a different
127c478bd9Sstevel@tonic-gate	file.
137c478bd9Sstevel@tonic-gate
147c478bd9Sstevel@tonic-gate	Service manifest for the Kerberos administration daemon
157c478bd9Sstevel@tonic-gate-->
167c478bd9Sstevel@tonic-gate
177c478bd9Sstevel@tonic-gate<service_bundle type='manifest' name='SUNWkrbr:kadmin'>
187c478bd9Sstevel@tonic-gate
197c478bd9Sstevel@tonic-gate<service
207c478bd9Sstevel@tonic-gate	name='network/security/kadmin'
217c478bd9Sstevel@tonic-gate	type='service'
227c478bd9Sstevel@tonic-gate	version='1'>
237c478bd9Sstevel@tonic-gate
247c478bd9Sstevel@tonic-gate	<create_default_instance enabled='false' />
257c478bd9Sstevel@tonic-gate
267c478bd9Sstevel@tonic-gate	<single_instance/>
277c478bd9Sstevel@tonic-gate
287c478bd9Sstevel@tonic-gate	<dependency
297c478bd9Sstevel@tonic-gate		name='dns'
307c478bd9Sstevel@tonic-gate		grouping='require_all'
317c478bd9Sstevel@tonic-gate		restart_on='error'
327c478bd9Sstevel@tonic-gate		type='service'>
337c478bd9Sstevel@tonic-gate		<service_fmri value='svc:/network/dns/client' />
347c478bd9Sstevel@tonic-gate	</dependency>
357c478bd9Sstevel@tonic-gate
367c478bd9Sstevel@tonic-gate	<exec_method
377c478bd9Sstevel@tonic-gate		type='method'
387c478bd9Sstevel@tonic-gate		name='start'
39*7c64d375Smp153739		exec='/usr/lib/krb5/kadmind'
407c478bd9Sstevel@tonic-gate		timeout_seconds='60'>
417c478bd9Sstevel@tonic-gate		<method_context>
427c478bd9Sstevel@tonic-gate			<method_credential
437c478bd9Sstevel@tonic-gate				user='root'
447c478bd9Sstevel@tonic-gate				group='root'
457c478bd9Sstevel@tonic-gate				privileges='basic,!file_link_any,!proc_info,!proc_session,net_privaddr,proc_audit,file_dac_write'
467c478bd9Sstevel@tonic-gate			/>
477c478bd9Sstevel@tonic-gate		</method_context>
487c478bd9Sstevel@tonic-gate	</exec_method>
497c478bd9Sstevel@tonic-gate
507c478bd9Sstevel@tonic-gate	<exec_method
517c478bd9Sstevel@tonic-gate		type='method'
527c478bd9Sstevel@tonic-gate		name='stop'
537c478bd9Sstevel@tonic-gate		exec=':kill'
547c478bd9Sstevel@tonic-gate		timeout_seconds='60' />
557c478bd9Sstevel@tonic-gate
567c478bd9Sstevel@tonic-gate	<stability value='Unstable' />
577c478bd9Sstevel@tonic-gate
587c478bd9Sstevel@tonic-gate	<template>
597c478bd9Sstevel@tonic-gate		<common_name>
607c478bd9Sstevel@tonic-gate			<loctext xml:lang='C'>
617c478bd9Sstevel@tonic-gate			Kerberos administration daemon </loctext>
627c478bd9Sstevel@tonic-gate		</common_name>
637c478bd9Sstevel@tonic-gate		<documentation>
647c478bd9Sstevel@tonic-gate			<manpage title='kadmind' section='1M'
657c478bd9Sstevel@tonic-gate			    manpath='/usr/share/man' />
667c478bd9Sstevel@tonic-gate		</documentation>
677c478bd9Sstevel@tonic-gate        </template>
687c478bd9Sstevel@tonic-gate</service>
697c478bd9Sstevel@tonic-gate
707c478bd9Sstevel@tonic-gate</service_bundle>
71