components/krb5/Solaris/krb5kdc.xml
changeset 5490 9bf0bc57423a
equal deleted inserted replaced
5489:a5031bb8b66d 5490:9bf0bc57423a
       
     1 <?xml version="1.0"?>
       
     2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
       
     3 <!--
       
     4  CDDL HEADER START
       
     5 
       
     6  The contents of this file are subject to the terms of the
       
     7  Common Development and Distribution License (the "License").
       
     8  You may not use this file except in compliance with the License.
       
     9 
       
    10  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
    11  or http://www.opensolaris.org/os/licensing.
       
    12  See the License for the specific language governing permissions
       
    13  and limitations under the License.
       
    14 
       
    15  When distributing Covered Code, include this CDDL HEADER in each
       
    16  file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    17  If applicable, add the following below this CDDL HEADER, with the
       
    18  fields enclosed by brackets "[]" replaced with your own identifying
       
    19  information: Portions Copyright [yyyy] [name of copyright owner]
       
    20 
       
    21  CDDL HEADER END
       
    22 
       
    23  Copyright (c) 2004, 2015, Oracle and/or its affiliates. All rights reserved.
       
    24 
       
    25 	NOTE:  This service manifest is not editable; its contents will
       
    26 	be overwritten by package or patch operations, including
       
    27 	operating system upgrade.  Make customizations in a different
       
    28 	file.
       
    29 
       
    30 	Service manifest for the Kerberos key distribution center
       
    31 -->
       
    32 
       
    33 <service_bundle type='manifest' name='SUNWkrbr:krb5kdc'>
       
    34 
       
    35 <service
       
    36 	name='network/security/krb5kdc'
       
    37 	type='service'
       
    38 	version='1'>
       
    39 
       
    40 	<create_default_instance enabled='false' />
       
    41 
       
    42 	<single_instance/>
       
    43 
       
    44 	<dependency
       
    45 		name='dns'
       
    46 		grouping='require_all'
       
    47 		restart_on='error' 
       
    48 		type='service'>
       
    49 		<service_fmri value='svc:/network/dns/client' />
       
    50 	</dependency>
       
    51 
       
    52 	<exec_method
       
    53 		type='method'
       
    54 		name='start'
       
    55 		exec='/usr/lib/krb5/krb5kdc'
       
    56 		timeout_seconds='60'>
       
    57 		<method_context>
       
    58 			<method_credential
       
    59 				user='root'
       
    60 				group='root'
       
    61 				privileges='basic,!file_link_any,!proc_info,!proc_session,file_dac_search,net_privaddr,proc_audit'
       
    62 			/>
       
    63 		</method_context>
       
    64 	</exec_method>
       
    65 
       
    66 	<exec_method
       
    67 		type='method'
       
    68 		name='stop'
       
    69 		exec=':kill'
       
    70 		timeout_seconds='60' />
       
    71 
       
    72 	<stability value='Unstable' />
       
    73 
       
    74 	<template>
       
    75 		<common_name>
       
    76 			<loctext xml:lang='C'>
       
    77 			Kerberos key distribution center
       
    78 			</loctext>
       
    79 		</common_name>
       
    80 		<documentation>
       
    81 			<manpage title='krb5kdc' section='1M'
       
    82 			    manpath='/usr/share/man' />
       
    83 		</documentation>
       
    84 	</template>
       
    85 
       
    86 </service>
       
    87 
       
    88 </service_bundle>