17c478bd9Sstevel@tonic-gate<?xml version='1.0'?> 27c478bd9Sstevel@tonic-gate<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'> 37c478bd9Sstevel@tonic-gate<!-- 4*36e852a1SRaja Andra Copyright 2009 Sun Microsystems, Inc. All rights reserved. 57c478bd9Sstevel@tonic-gate Use is subject to license terms. 67c478bd9Sstevel@tonic-gate 77c478bd9Sstevel@tonic-gate CDDL HEADER START 87c478bd9Sstevel@tonic-gate 97c478bd9Sstevel@tonic-gate The contents of this file are subject to the terms of the 10*36e852a1SRaja Andra Common Development and Distribution License (the "License"). 11*36e852a1SRaja Andra You may not use this file except in compliance with the License. 127c478bd9Sstevel@tonic-gate 137c478bd9Sstevel@tonic-gate You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 147c478bd9Sstevel@tonic-gate or http://www.opensolaris.org/os/licensing. 157c478bd9Sstevel@tonic-gate See the License for the specific language governing permissions 167c478bd9Sstevel@tonic-gate and limitations under the License. 177c478bd9Sstevel@tonic-gate 187c478bd9Sstevel@tonic-gate When distributing Covered Code, include this CDDL HEADER in each 197c478bd9Sstevel@tonic-gate file and include the License file at usr/src/OPENSOLARIS.LICENSE. 207c478bd9Sstevel@tonic-gate If applicable, add the following below this CDDL HEADER, with the 217c478bd9Sstevel@tonic-gate fields enclosed by brackets "[]" replaced with your own identifying 227c478bd9Sstevel@tonic-gate information: Portions Copyright [yyyy] [name of copyright owner] 237c478bd9Sstevel@tonic-gate 247c478bd9Sstevel@tonic-gate CDDL HEADER END 257c478bd9Sstevel@tonic-gate 267c478bd9Sstevel@tonic-gate NOTE: This service profile is not editable; its contents will be 277c478bd9Sstevel@tonic-gate overwritten by package or patch operations, including operating 287c478bd9Sstevel@tonic-gate system upgrade. 297c478bd9Sstevel@tonic-gate 307c478bd9Sstevel@tonic-gate Service profile to deactivate all network-dependent name services. 317c478bd9Sstevel@tonic-gate--> 327c478bd9Sstevel@tonic-gate<service_bundle type='profile' name='default'> 337c478bd9Sstevel@tonic-gate <!-- DNS --> 347c478bd9Sstevel@tonic-gate <service name='network/dns/client' version='1' type='service'> 357c478bd9Sstevel@tonic-gate <instance name='default' enabled='false'/> 367c478bd9Sstevel@tonic-gate </service> 377c478bd9Sstevel@tonic-gate <!-- LDAP --> 387c478bd9Sstevel@tonic-gate <service name='network/ldap/client' version='1' type='service'> 397c478bd9Sstevel@tonic-gate <instance name='default' enabled='false'/> 407c478bd9Sstevel@tonic-gate </service> 417c478bd9Sstevel@tonic-gate <!-- NIS, client and server --> 427c478bd9Sstevel@tonic-gate <service name='network/nis/client' version='1' type='service'> 437c478bd9Sstevel@tonic-gate <instance name='default' enabled='false'/> 447c478bd9Sstevel@tonic-gate </service> 457c478bd9Sstevel@tonic-gate <service name='network/nis/server' version='1' type='service'> 467c478bd9Sstevel@tonic-gate <instance name='default' enabled='false'/> 477c478bd9Sstevel@tonic-gate </service> 487c478bd9Sstevel@tonic-gate <service name='network/nis/passwd' version='1' type='service'> 497c478bd9Sstevel@tonic-gate <instance name='default' enabled='false'/> 507c478bd9Sstevel@tonic-gate </service> 517c478bd9Sstevel@tonic-gate <service name='network/nis/update' version='1' type='service'> 527c478bd9Sstevel@tonic-gate <instance name='default' enabled='false'/> 537c478bd9Sstevel@tonic-gate </service> 547c478bd9Sstevel@tonic-gate <service name='network/nis/xfr' version='1' type='service'> 557c478bd9Sstevel@tonic-gate <instance name='default' enabled='false'/> 567c478bd9Sstevel@tonic-gate </service> 57*36e852a1SRaja Andra <!-- supporting services for NIS --> 587c478bd9Sstevel@tonic-gate <service name='network/rpc/keyserv' version='1' type='service'> 597c478bd9Sstevel@tonic-gate <instance name='default' enabled='false'/> 607c478bd9Sstevel@tonic-gate </service> 617c478bd9Sstevel@tonic-gate</service_bundle> 62