xref: /onnv-gate/usr/src/cmd/idmap/idmapd/idmap.xml (revision 12508:edb7861a1533)
14520Snw141292<?xml version="1.0"?>
24520Snw141292<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
34520Snw141292<!--
4*12508Samw@Sun.COM Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
54520Snw141292
64520Snw141292 CDDL HEADER START
74520Snw141292
84520Snw141292 The contents of this file are subject to the terms of the
94520Snw141292 Common Development and Distribution License (the "License").
104520Snw141292 You may not use this file except in compliance with the License.
114520Snw141292
124520Snw141292 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
134520Snw141292 or http://www.opensolaris.org/os/licensing.
144520Snw141292 See the License for the specific language governing permissions
154520Snw141292 and limitations under the License.
164520Snw141292
174520Snw141292 When distributing Covered Code, include this CDDL HEADER in each
184520Snw141292 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
194520Snw141292 If applicable, add the following below this CDDL HEADER, with the
204520Snw141292 fields enclosed by brackets "[]" replaced with your own identifying
214520Snw141292 information: Portions Copyright [yyyy] [name of copyright owner]
224520Snw141292
234520Snw141292 CDDL HEADER END
244520Snw141292
254520Snw141292	NOTE:  This service manifest is not editable; its contents will
264520Snw141292	be overwritten by package or patch operations, including
274520Snw141292	operating system upgrade.  Make customizations in a different
284520Snw141292	file.
294520Snw141292-->
304520Snw141292
314520Snw141292<service_bundle type='manifest' name='SUNWcsr:idmap'>
324520Snw141292
334520Snw141292<service
344520Snw141292	name='system/idmap'
354520Snw141292	type='service'
364520Snw141292	version='1'>
374520Snw141292
384520Snw141292	<create_default_instance enabled='false' />
394520Snw141292
404520Snw141292	<single_instance />
414520Snw141292
424520Snw141292	<dependency
434520Snw141292		name='rpcbind'
444520Snw141292		grouping='require_all'
454520Snw141292		restart_on='restart'
464520Snw141292		type='service'>
474520Snw141292		<service_fmri value='svc:/network/rpc/bind' />
484520Snw141292	</dependency>
494520Snw141292
504520Snw141292	<dependency name='filesystem-minimal'
514520Snw141292		grouping='require_all'
524520Snw141292		restart_on='error'
534520Snw141292		type='service'>
544520Snw141292		<service_fmri value='svc:/system/filesystem/minimal' />
554520Snw141292	</dependency>
564520Snw141292
574520Snw141292	<exec_method
584520Snw141292		type='method'
594520Snw141292		name='start'
604520Snw141292		exec='/usr/lib/idmapd'
614520Snw141292		timeout_seconds='60' />
624520Snw141292
634520Snw141292	<exec_method
644520Snw141292		type='method'
654520Snw141292		name='stop'
664520Snw141292		exec=':kill'
674520Snw141292		timeout_seconds='60' />
684520Snw141292
694520Snw141292	<exec_method
704520Snw141292		type='method'
714520Snw141292		name='refresh'
724520Snw141292		exec=':kill -HUP'
734520Snw141292		timeout_seconds='60' />
744520Snw141292
754520Snw141292	<property_group name='general' type='framework'>
764520Snw141292		<propval
774520Snw141292			name='action_authorization'
784520Snw141292			type='astring'
794520Snw141292			value='solaris.smf.manage.idmap' />
805318Sbaban		<propval
815318Sbaban			name='value_authorization'
825318Sbaban			type='astring'
835318Sbaban			value='solaris.smf.manage.idmap' />
844520Snw141292	</property_group>
854520Snw141292
864520Snw141292<!--
874520Snw141292	Properties affecting the service
884520Snw141292-->
894520Snw141292	<property_group name='config' type='application' >
904520Snw141292		<stability value='Unstable' />
914520Snw141292		<propval
924520Snw141292			name='list_size_limit'
934520Snw141292			type='count'
944520Snw141292			value='0' />
954520Snw141292		<propval
964520Snw141292			name='value_authorization'
974520Snw141292			type='astring'
984520Snw141292			value='solaris.smf.value.idmap' />
994520Snw141292	</property_group>
1004520Snw141292
101*12508Samw@Sun.COM	<property_group name='debug' type='application' >
102*12508Samw@Sun.COM		<stability value='Unstable' />
103*12508Samw@Sun.COM		<propval name='all'       type='integer' value='0' />
104*12508Samw@Sun.COM		<propval name='config'    type='integer' value='0' />
105*12508Samw@Sun.COM		<propval name='mapping'   type='integer' value='0' />
106*12508Samw@Sun.COM		<propval name='discovery' type='integer' value='0' />
107*12508Samw@Sun.COM		<propval name='dns'       type='integer' value='0' />
108*12508Samw@Sun.COM		<propval name='ldap'      type='integer' value='0' />
109*12508Samw@Sun.COM		<propval
110*12508Samw@Sun.COM			name='value_authorization'
111*12508Samw@Sun.COM			type='astring'
112*12508Samw@Sun.COM			value='solaris.smf.value.idmap' />
113*12508Samw@Sun.COM	</property_group>
114*12508Samw@Sun.COM
1154520Snw141292	<stability value='Unstable' />
1164520Snw141292
1174520Snw141292	<template>
1184520Snw141292		<common_name>
1194520Snw141292			<loctext xml:lang='C'>
1204520Snw141292			Native Identity Mapping Service
1214520Snw141292			</loctext>
1224520Snw141292		</common_name>
1234520Snw141292		<documentation>
1244520Snw141292			<manpage title='idmapd' section='1M'
1254520Snw141292				manpath='/usr/share/man' />
1264520Snw141292			<manpage title='idmap' section='1M'
1274520Snw141292				manpath='/usr/share/man' />
1284520Snw141292		</documentation>
1294520Snw141292	</template>
1304520Snw141292
1314520Snw141292</service>
1324520Snw141292
1334520Snw141292</service_bundle>
134