xref: /onnv-gate/usr/src/cmd/svc/profile/ns_none.xml (revision 11262:b7ebfbf2359e)
10Sstevel@tonic-gate<?xml version='1.0'?>
20Sstevel@tonic-gate<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
30Sstevel@tonic-gate<!--
4*11262SRajagopal.Andra@Sun.COM Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
50Sstevel@tonic-gate Use is subject to license terms.
60Sstevel@tonic-gate
70Sstevel@tonic-gate CDDL HEADER START
80Sstevel@tonic-gate
90Sstevel@tonic-gate The contents of this file are subject to the terms of the
10*11262SRajagopal.Andra@Sun.COM Common Development and Distribution License (the "License").
11*11262SRajagopal.Andra@Sun.COM You may not use this file except in compliance with the License.
120Sstevel@tonic-gate
130Sstevel@tonic-gate You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
140Sstevel@tonic-gate or http://www.opensolaris.org/os/licensing.
150Sstevel@tonic-gate See the License for the specific language governing permissions
160Sstevel@tonic-gate and limitations under the License.
170Sstevel@tonic-gate
180Sstevel@tonic-gate When distributing Covered Code, include this CDDL HEADER in each
190Sstevel@tonic-gate file and include the License file at usr/src/OPENSOLARIS.LICENSE.
200Sstevel@tonic-gate If applicable, add the following below this CDDL HEADER, with the
210Sstevel@tonic-gate fields enclosed by brackets "[]" replaced with your own identifying
220Sstevel@tonic-gate information: Portions Copyright [yyyy] [name of copyright owner]
230Sstevel@tonic-gate
240Sstevel@tonic-gate CDDL HEADER END
250Sstevel@tonic-gate
260Sstevel@tonic-gate    NOTE:  This service profile is not editable; its contents will be
270Sstevel@tonic-gate    overwritten by package or patch operations, including operating
280Sstevel@tonic-gate    system upgrade.
290Sstevel@tonic-gate
300Sstevel@tonic-gate    Service profile to deactivate all network-dependent name services.
310Sstevel@tonic-gate-->
320Sstevel@tonic-gate<service_bundle type='profile' name='default'>
330Sstevel@tonic-gate	<!-- DNS -->
340Sstevel@tonic-gate	<service name='network/dns/client' version='1' type='service'>
350Sstevel@tonic-gate		<instance name='default' enabled='false'/>
360Sstevel@tonic-gate	</service>
370Sstevel@tonic-gate	<!-- LDAP -->
380Sstevel@tonic-gate	<service name='network/ldap/client' version='1' type='service'>
390Sstevel@tonic-gate		<instance name='default' enabled='false'/>
400Sstevel@tonic-gate	</service>
410Sstevel@tonic-gate	<!-- NIS, client and server -->
420Sstevel@tonic-gate	<service name='network/nis/client' version='1' type='service'>
430Sstevel@tonic-gate		<instance name='default' enabled='false'/>
440Sstevel@tonic-gate	</service>
450Sstevel@tonic-gate	<service name='network/nis/server' version='1' type='service'>
460Sstevel@tonic-gate		<instance name='default' enabled='false'/>
470Sstevel@tonic-gate	</service>
480Sstevel@tonic-gate	<service name='network/nis/passwd' version='1' type='service'>
490Sstevel@tonic-gate		<instance name='default' enabled='false'/>
500Sstevel@tonic-gate	</service>
510Sstevel@tonic-gate	<service name='network/nis/update' version='1' type='service'>
520Sstevel@tonic-gate		<instance name='default' enabled='false'/>
530Sstevel@tonic-gate	</service>
540Sstevel@tonic-gate	<service name='network/nis/xfr' version='1' type='service'>
550Sstevel@tonic-gate		<instance name='default' enabled='false'/>
560Sstevel@tonic-gate	</service>
57*11262SRajagopal.Andra@Sun.COM	<!-- supporting services for NIS -->
580Sstevel@tonic-gate	<service name='network/rpc/keyserv' version='1' type='service'>
590Sstevel@tonic-gate		<instance name='default' enabled='false'/>
600Sstevel@tonic-gate	</service>
610Sstevel@tonic-gate</service_bundle>
62