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 krb5_prop service.
137c478bd9Sstevel@tonic-gate
147c478bd9Sstevel@tonic-gate	kpropd can run in two modes, incremental and nonincremental:
157c478bd9Sstevel@tonic-gate		the new mode of incremental propagation
167c478bd9Sstevel@tonic-gate			actively polls for updates from the master KDC
177c478bd9Sstevel@tonic-gate
187c478bd9Sstevel@tonic-gate		the old mode of nonincremental
197c478bd9Sstevel@tonic-gate			passively receives full propagations from the master KDC
207c478bd9Sstevel@tonic-gate
21*bbf21555SRichard Lowe	refer to kdc.conf(5) to configure incremental or nonincremental modes
227c478bd9Sstevel@tonic-gate-->
237c478bd9Sstevel@tonic-gate
247c478bd9Sstevel@tonic-gate<service_bundle type='manifest' name='SUNWkdcr:kpropd'>
257c478bd9Sstevel@tonic-gate
267c478bd9Sstevel@tonic-gate<service
277c478bd9Sstevel@tonic-gate	name='network/security/krb5_prop'
287c478bd9Sstevel@tonic-gate	type='service'
297c478bd9Sstevel@tonic-gate	version='1'>
307c478bd9Sstevel@tonic-gate
317c478bd9Sstevel@tonic-gate	<create_default_instance enabled='false' />
327c478bd9Sstevel@tonic-gate
337c478bd9Sstevel@tonic-gate	<dependency
347c478bd9Sstevel@tonic-gate		name='dns'
357c478bd9Sstevel@tonic-gate		grouping='require_all'
367c478bd9Sstevel@tonic-gate		restart_on='error'
377c478bd9Sstevel@tonic-gate		type='service'>
387c478bd9Sstevel@tonic-gate		<service_fmri value='svc:/network/dns/client' />
397c478bd9Sstevel@tonic-gate	</dependency>
407c478bd9Sstevel@tonic-gate
417c478bd9Sstevel@tonic-gate	<exec_method
427c478bd9Sstevel@tonic-gate		type='method'
437c478bd9Sstevel@tonic-gate		name='start'
447c64d375Smp		exec='/usr/lib/krb5/kpropd -S'
457c478bd9Sstevel@tonic-gate		timeout_seconds='60'>
467c478bd9Sstevel@tonic-gate		<method_context>
477c478bd9Sstevel@tonic-gate			<method_credential
487c478bd9Sstevel@tonic-gate				user='root'
497c478bd9Sstevel@tonic-gate				group='other'
507c478bd9Sstevel@tonic-gate				privileges='basic,!file_link_any,!proc_info,!proc_session,net_privaddr'
51*bbf21555SRichard Lowe			/>
527c478bd9Sstevel@tonic-gate		</method_context>
537c478bd9Sstevel@tonic-gate	</exec_method>
547c478bd9Sstevel@tonic-gate
557c478bd9Sstevel@tonic-gate	<exec_method
567c478bd9Sstevel@tonic-gate		type='method'
577c478bd9Sstevel@tonic-gate		name='stop'
587c478bd9Sstevel@tonic-gate		exec=':kill'
597c478bd9Sstevel@tonic-gate		timeout_seconds='60' />
607c478bd9Sstevel@tonic-gate
617c478bd9Sstevel@tonic-gate	<stability value='Unstable' />
627c478bd9Sstevel@tonic-gate
637c478bd9Sstevel@tonic-gate	<template>
647c478bd9Sstevel@tonic-gate		<common_name>
657c478bd9Sstevel@tonic-gate			<loctext xml:lang='C'>
667c478bd9Sstevel@tonic-gate			Kerberos propagation daemon for slave KDCs
677c478bd9Sstevel@tonic-gate			</loctext>
687c478bd9Sstevel@tonic-gate		</common_name>
697c478bd9Sstevel@tonic-gate		<documentation>
70*bbf21555SRichard Lowe			<manpage title='kpropd' section='8'
717c478bd9Sstevel@tonic-gate			    manpath='/usr/share/man' />
727c478bd9Sstevel@tonic-gate		</documentation>
737c478bd9Sstevel@tonic-gate	</template>
747c478bd9Sstevel@tonic-gate</service>
757c478bd9Sstevel@tonic-gate
767c478bd9Sstevel@tonic-gate</service_bundle>
77