2N/A<?xml version="1.0"?>
2N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
2N/A<!--
2N/A CDDL HEADER START
2N/A
2N/A The contents of this file are subject to the terms of the
2N/A Common Development and Distribution License (the "License").
2N/A You may not use this file except in compliance with the License.
2N/A
2N/A You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2N/A or http://www.opensolaris.org/os/licensing.
2N/A See the License for the specific language governing permissions
2N/A and limitations under the License.
2N/A
2N/A When distributing Covered Code, include this CDDL HEADER in each
2N/A file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2N/A If applicable, add the following below this CDDL HEADER, with the
2N/A fields enclosed by brackets "[]" replaced with your own identifying
2N/A information: Portions Copyright [yyyy] [name of copyright owner]
2N/A
2N/A CDDL HEADER END
2N/A
2N/A Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
2N/A
2N/A NOTE: This service manifest is not editable; its contents will
2N/A be overwritten by package or patch operations, including
2N/A operating system upgrade. Make customizations in a different
2N/A file.
2N/A-->
2N/A
2N/A<service_bundle type='manifest' name='SUNWcsr:ns-switch'>
2N/A
2N/A<service
2N/A name='system/name-service/switch'
2N/A type='service'
2N/A version='1'>
2N/A
2N/A <create_default_instance enabled='true' />
2N/A
2N/A <single_instance />
2N/A
2N/A <dependency
2N/A name='filesystem'
2N/A grouping='require_all'
2N/A restart_on='none'
2N/A type='service'>
2N/A <service_fmri value='svc:/system/filesystem/root' />
2N/A <service_fmri value='svc:/system/filesystem/usr' />
2N/A <service_fmri value='svc:/system/filesystem/minimal' />
2N/A </dependency>
2N/A
2N/A <dependency
2N/A name='milestone'
2N/A grouping='require_all'
2N/A restart_on='none'
2N/A type='service'>
2N/A <service_fmri value='svc:/milestone/unconfig' />
2N/A </dependency>
2N/A
2N/A <!--
2N/A During system configuration, explicitly wait until manifest-import
2N/A is online and has imported the new profile explicitly.
2N/A -->
2N/A <dependency
2N/A name='manifest_import'
2N/A grouping='optional_all'
2N/A restart_on='none'
2N/A type='service'>
2N/A <service_fmri value='svc:/system/manifest-import' />
2N/A </dependency>
2N/A
2N/A <dependent
2N/A name='name-service-switch_self-assembly-complete'
2N/A grouping='optional_all'
2N/A restart_on='none'>
2N/A <service_fmri value='svc:/milestone/self-assembly-complete' />
2N/A </dependent>
2N/A
2N/A <exec_method
2N/A type='method'
2N/A name='start'
2N/A exec='/lib/svc/method/ns-switch %m'
2N/A timeout_seconds='180' />
2N/A
2N/A <exec_method
2N/A type='method'
2N/A name='refresh'
2N/A exec='/lib/svc/method/ns-switch %m'
2N/A timeout_seconds='180' />
2N/A
2N/A <exec_method
2N/A type='method'
2N/A name='stop'
2N/A exec=':true'
2N/A timeout_seconds='180' />
2N/A
2N/A <exec_method
2N/A type='method'
2N/A name='unconfigure'
2N/A exec='/lib/svc/method/ns-switch unconfigure'
2N/A timeout_seconds='180' >
2N/A </exec_method>
2N/A
2N/A <property_group name='general' type='framework'>
2N/A <!-- to start stop the service -->
2N/A <propval name='action_authorization' type='astring'
2N/A value='solaris.smf.manage.name-service.switch' />
2N/A <!-- to manage properties of the service -->
2N/A <propval name='value_authorization' type='astring'
2N/A value='solaris.smf.manage.name-service.switch' />
2N/A </property_group>
2N/A
2N/A <property_group name='startd' type='framework'>
2N/A <propval name='duration' type='astring' value='transient' />
2N/A </property_group>
2N/A
2N/A <property_group name='config' type='application'>
2N/A <!-- to manage properties of the service -->
2N/A <propval name='value_authorization' type='astring'
2N/A value='solaris.smf.value.name-service.switch' />
2N/A <propval name='default' type='astring' value='files'/>
2N/A <propval name='printer' type='astring' value='user files'/>
2N/A </property_group>
2N/A
2N/A <property_group name='sysconfig' type='sysconfig'>
2N/A <propval name='group' type='astring' value='naming_services' />
2N/A </property_group>
2N/A
2N/A <stability value='Unstable' />
2N/A
2N/A <template>
2N/A <common_name>
2N/A <loctext xml:lang='C'>
2N/A Local files based naming services
2N/A </loctext>
2N/A </common_name>
2N/A <documentation>
2N/A <manpage title='nsswitch.conf' section='4'
2N/A manpath='/usr/share/man' />
2N/A </documentation>
2N/A <pg_pattern name='config' type='application'
2N/A target='this' required='true'>
2N/A <description> <loctext xml:lang='C'>
2N/A Name service switch configuration data as described in nsswitch.conf(4).
2N/A </loctext> </description>
2N/A <prop_pattern name='default' type='astring'
2N/A required='true'>
2N/A <description> <loctext xml:lang='C'>
2N/A Default configuration database entry.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='host' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for host database lookups. (both IPv4 and IPv6 hosts)
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='password' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for passwd database lookups. Also used with the shadow and user_attr databases.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='group' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for group database lookups.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='network' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for network database lookups.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='protocol' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for protocol database lookups.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='rpc' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for rpc database lookups.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='ether' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for ether database lookups.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='netmask' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for netmask database lookups.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='bootparam' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for bootparam database lookups.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='publickey' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for publickey database lookups.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='netgroup' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for netgroup database lookups. Only used with network repositories.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='automount' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for automount database lookups.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='alias' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for alias database lookups. (sendmail)
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='service' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for service database lookups.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='printer' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for printer database lookups.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='project' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for project database lookups.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='auth_attr' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for auth_attr database lookups.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='prof_attr' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for prof_attr database lookups. Also used with the exec_attr database.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='tnrhtp' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for tnrhtp database lookups. Used with Trusted Extensions only.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='tnrhdb' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for tnrhdb database lookups. Used with Trusted Extensions only.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='sudoer' type='astring'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Override configuration for sudoer database lookups. Used with sudo only.
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='enable_passwd_compat' type='boolean'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Enable passwd compat (Obsolete: use pam_list(5) instead).
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A <prop_pattern name='enable_group_compat' type='boolean'
2N/A required='false'>
2N/A <description> <loctext xml:lang='C'>
2N/A Enable group compat (Obsolete: use pam_list(5) instead).
2N/A </loctext> </description>
2N/A <cardinality min='1' max='1'/>
2N/A </prop_pattern>
2N/A </pg_pattern>
2N/A </template>
2N/A
2N/A</service>
2N/A
2N/A</service_bundle>