xref: /onnv-gate/usr/src/cmd/krb5/kadmin/server/kadmin.xml (revision 6426:a88591926d3d)
10Sstevel@tonic-gate<?xml version="1.0"?>
20Sstevel@tonic-gate<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
30Sstevel@tonic-gate<!--
4*6426Smp153739	Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
50Sstevel@tonic-gate	Use is subject to license terms.
60Sstevel@tonic-gate
70Sstevel@tonic-gate	ident	"%Z%%M%	%I%	%E% SMI"
80Sstevel@tonic-gate
90Sstevel@tonic-gate	NOTE:  This service manifest is not editable; its contents will
100Sstevel@tonic-gate	be overwritten by package or patch operations, including
110Sstevel@tonic-gate	operating system upgrade.  Make customizations in a different
120Sstevel@tonic-gate	file.
130Sstevel@tonic-gate
140Sstevel@tonic-gate	Service manifest for the Kerberos administration daemon
150Sstevel@tonic-gate-->
160Sstevel@tonic-gate
170Sstevel@tonic-gate<service_bundle type='manifest' name='SUNWkrbr:kadmin'>
180Sstevel@tonic-gate
190Sstevel@tonic-gate<service
200Sstevel@tonic-gate	name='network/security/kadmin'
210Sstevel@tonic-gate	type='service'
220Sstevel@tonic-gate	version='1'>
230Sstevel@tonic-gate
240Sstevel@tonic-gate	<create_default_instance enabled='false' />
250Sstevel@tonic-gate
260Sstevel@tonic-gate	<single_instance/>
270Sstevel@tonic-gate
280Sstevel@tonic-gate	<dependency
290Sstevel@tonic-gate		name='dns'
300Sstevel@tonic-gate		grouping='require_all'
310Sstevel@tonic-gate		restart_on='error'
320Sstevel@tonic-gate		type='service'>
330Sstevel@tonic-gate		<service_fmri value='svc:/network/dns/client' />
340Sstevel@tonic-gate	</dependency>
350Sstevel@tonic-gate
360Sstevel@tonic-gate	<exec_method
370Sstevel@tonic-gate		type='method'
380Sstevel@tonic-gate		name='start'
39*6426Smp153739		exec='/usr/lib/krb5/kadmind'
400Sstevel@tonic-gate		timeout_seconds='60'>
410Sstevel@tonic-gate		<method_context>
420Sstevel@tonic-gate			<method_credential
430Sstevel@tonic-gate				user='root'
440Sstevel@tonic-gate				group='root'
450Sstevel@tonic-gate				privileges='basic,!file_link_any,!proc_info,!proc_session,net_privaddr,proc_audit,file_dac_write'
460Sstevel@tonic-gate			/>
470Sstevel@tonic-gate		</method_context>
480Sstevel@tonic-gate	</exec_method>
490Sstevel@tonic-gate
500Sstevel@tonic-gate	<exec_method
510Sstevel@tonic-gate		type='method'
520Sstevel@tonic-gate		name='stop'
530Sstevel@tonic-gate		exec=':kill'
540Sstevel@tonic-gate		timeout_seconds='60' />
550Sstevel@tonic-gate
560Sstevel@tonic-gate	<stability value='Unstable' />
570Sstevel@tonic-gate
580Sstevel@tonic-gate	<template>
590Sstevel@tonic-gate		<common_name>
600Sstevel@tonic-gate			<loctext xml:lang='C'>
610Sstevel@tonic-gate			Kerberos administration daemon </loctext>
620Sstevel@tonic-gate		</common_name>
630Sstevel@tonic-gate		<documentation>
640Sstevel@tonic-gate			<manpage title='kadmind' section='1M'
650Sstevel@tonic-gate			    manpath='/usr/share/man' />
660Sstevel@tonic-gate		</documentation>
670Sstevel@tonic-gate        </template>
680Sstevel@tonic-gate</service>
690Sstevel@tonic-gate
700Sstevel@tonic-gate</service_bundle>
71