bind.xml (45916cd2fec6e79bca5dee0421bd39e3c2910d1e) | bind.xml (0ea5e3a571e3da934507bdd32924d11659c70704) |
---|---|
1<?xml version='1.0'?> 2<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'> 3 4<!-- | 1<?xml version='1.0'?> 2<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'> 3 4<!-- |
5 Copyright 2006 Sun Microsystems, Inc. All rights reserved. 6 Use is subject to license terms. | 5 CDDL HEADER START 6 7 The contents of this file are subject to the terms of the 8 Common Development and Distribution License (the "License"). 9 You may not use this file except in compliance with the License. 10 11 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 12 or http://www.opensolaris.org/os/licensing. 13 See the License for the specific language governing permissions 14 and limitations under the License. 15 16 When distributing Covered Code, include this CDDL HEADER in each 17 file and include the License file at usr/src/OPENSOLARIS.LICENSE. 18 If applicable, add the following below this CDDL HEADER, with the 19 fields enclosed by brackets "[]" replaced with your own identifying 20 information: Portions Copyright [yyyy] [name of copyright owner] 21 22 CDDL HEADER END 23 24 Copyright 2006 Sun Microsystems, Inc. All rights reserved. 25 Use is subject to license terms. |
7 | 26 |
27 ident "%Z%%M% %I% %E% SMI" |
|
8 | 28 |
9 CDDL HEADER START | 29 Service manifest for rpcbind |
10 | 30 |
11 The contents of this file are subject to the terms of the 12 Common Development and Distribution License (the "License"). 13 You may not use this file except in compliance with the License. 14 15 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 16 or http://www.opensolaris.org/os/licensing. 17 See the License for the specific language governing permissions 18 and limitations under the License. 19 20 When distributing Covered Code, include this CDDL HEADER in each 21 file and include the License file at usr/src/OPENSOLARIS.LICENSE. 22 If applicable, add the following below this CDDL HEADER, with the 23 fields enclosed by brackets "[]" replaced with your own identifying 24 information: Portions Copyright [yyyy] [name of copyright owner] 25 26 CDDL HEADER END 27 28 29 ident "%Z%%M% %I% %E% SMI" 30 31 NOTE: This service manifest is not editable; its contents will 32 be overwritten by package or patch operations, including 33 operating system upgrade. Make customizations in a different 34 file. 35 36 Service manifest for rpcbind | 31 NOTE: This service manifest is not editable; its contents will 32 be overwritten by package or patch operations, including 33 operating system upgrade. Make customizations in a different 34 file. |
37--> 38 39<service_bundle type='manifest' name='SUNWcsr:rpcbind'> 40 41<service 42 name='network/rpc/bind' 43 type='service' 44 version='1'> --- 102 unchanged lines hidden (view full) --- 147 A value of 'false' stops all indirect calls. This will 148 also disable broadcast rpc. NIS broadcast clients rely 149 on this functionality to exist on NIS servers. 150 --> 151 <propval 152 name='allow_indirect' 153 type='boolean' 154 value='true' /> | 35--> 36 37<service_bundle type='manifest' name='SUNWcsr:rpcbind'> 38 39<service 40 name='network/rpc/bind' 41 type='service' 42 version='1'> --- 102 unchanged lines hidden (view full) --- 145 A value of 'false' stops all indirect calls. This will 146 also disable broadcast rpc. NIS broadcast clients rely 147 on this functionality to exist on NIS servers. 148 --> 149 <propval 150 name='allow_indirect' 151 type='boolean' 152 value='true' /> |
153 154 <!-- local_only specifies whether rpcbind should allow 155 calls from hosts other than the localhost. 156 Setting local_only to true will make rpcbind serve 157 only those requests that come in from the local machine. 158 the default value is false, i.e. allow connections 159 from other systems too. 160 --> 161 <propval 162 name='local_only' 163 type='boolean' 164 value='false' /> 165 166 <!-- to configure rpc/bind --> 167 <propval name='value_authorization' type='astring' 168 value='solaris.smf.value.rpc.bind' /> |
|
155 </property_group> 156 | 169 </property_group> 170 |
171 <!-- Authorization --> 172 <property_group name='general' type='framework'> 173 <!-- to enable/disable rpc/bind --> 174 <propval name='action_authorization' type='astring' 175 value='solaris.smf.manage.rpc.bind' /> 176 </property_group> 177 |
|
157 <stability value='Unstable' /> 158 159 <template> 160 <common_name> 161 <loctext xml:lang='C'> 162 RPC bindings 163 </loctext> 164 </common_name> 165 <documentation> 166 <manpage title='rpcbind' section='1M' 167 manpath='/usr/share/man' /> 168 </documentation> 169 </template> 170 171</service> 172 173</service_bundle> | 178 <stability value='Unstable' /> 179 180 <template> 181 <common_name> 182 <loctext xml:lang='C'> 183 RPC bindings 184 </loctext> 185 </common_name> 186 <documentation> 187 <manpage title='rpcbind' section='1M' 188 manpath='/usr/share/man' /> 189 </documentation> 190 </template> 191 192</service> 193 194</service_bundle> |