xref: /illumos-gate/usr/src/cmd/svc/profile/ns_none.xml (revision 56f33205c9ed776c3c909e07d52e94610a675740)
1<?xml version='1.0'?>
2<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
3<!--
4 Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
5 Use is subject to license terms.
6
7 CDDL HEADER START
8
9 The contents of this file are subject to the terms of the
10 Common Development and Distribution License (the "License").
11 You may not use this file except in compliance with the License.
12
13 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 or http://www.opensolaris.org/os/licensing.
15 See the License for the specific language governing permissions
16 and limitations under the License.
17
18 When distributing Covered Code, include this CDDL HEADER in each
19 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20 If applicable, add the following below this CDDL HEADER, with the
21 fields enclosed by brackets "[]" replaced with your own identifying
22 information: Portions Copyright [yyyy] [name of copyright owner]
23
24 CDDL HEADER END
25
26    NOTE:  This service profile is not editable; its contents will be
27    overwritten by package or patch operations, including operating
28    system upgrade.
29
30    Service profile to deactivate all network-dependent name services.
31-->
32<service_bundle type='profile' name='default'>
33	<!-- DNS -->
34	<service name='network/dns/client' version='1' type='service'>
35		<instance name='default' enabled='false'/>
36	</service>
37	<!-- LDAP -->
38	<service name='network/ldap/client' version='1' type='service'>
39		<instance name='default' enabled='false'/>
40	</service>
41	<!-- NIS, client and server -->
42	<service name='network/nis/client' version='1' type='service'>
43		<instance name='default' enabled='false'/>
44	</service>
45	<service name='network/nis/server' version='1' type='service'>
46		<instance name='default' enabled='false'/>
47	</service>
48	<service name='network/nis/passwd' version='1' type='service'>
49		<instance name='default' enabled='false'/>
50	</service>
51	<service name='network/nis/update' version='1' type='service'>
52		<instance name='default' enabled='false'/>
53	</service>
54	<service name='network/nis/xfr' version='1' type='service'>
55		<instance name='default' enabled='false'/>
56	</service>
57	<!-- supporting services for NIS -->
58	<service name='network/rpc/keyserv' version='1' type='service'>
59		<instance name='default' enabled='false'/>
60	</service>
61</service_bundle>
62