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