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 (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
25 Copyright 2018 Nexenta Systems, Inc. All rights reserved.
26 Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
27 Copyright 2019 RackTop Systems.
28
29 NOTE: This service manifest is not editable; its contents will
30 be overwritten by package or patch operations, including
31 operating system upgrade. Make customizations in a different
32 file.
33
34 -->
35
36 <service_bundle type='manifest' name='SUNWsmbsr:smb-server'>
37
38 <!-- 1. Name the service to 'network/smb/server' -->
39 <service
40 name='network/smb/server'
41 type='service'
42 version='2'>
43
44 <!-- 2. Create default service instance. -->
45 <create_default_instance enabled='false' />
46
47 <!-- 3. Service has single instance -->
217 <propval name='kpasswd_seqnum' type='integer'
218 value='0' override='true'/>
219 <propval name='netlogon_seqnum' type='integer'
220 value='0' override='true'/>
221 <propval name='ipv6_enable' type='boolean'
222 value='false' override='true'/>
223 <propval name='sv_version' type='astring'
224 value='6.1' override='true'/>
225 <propval name='dfs_stdroot_num' type='integer'
226 value='0' override='true'/>
227 <propval name='print_enable' type='boolean'
228 value='false' override='true'/>
229 <propval name='traverse_mounts' type='boolean'
230 value='true' override='true'/>
231 <propval name='max_protocol' type='astring'
232 value='' override='true'/>
233 <propval name='min_protocol' type='astring'
234 value='' override='true'/>
235 <propval name='encrypt' type='astring'
236 value='disabled' override='true'/>
237 <propval name='initial_credits' type='integer'
238 value='20' override='true'/>
239 <propval name='maximum_credits' type='integer'
240 value='1000' override='true'/>
241 </property_group>
242
243 <!-- SMB service-specific shares exec configuration defaults -->
244 <property_group name='exec' type='application'>
245 <stability value='Evolving' />
246 <propval name='map' type='astring'
247 value='' override='true'/>
248 <propval name='unmap' type='astring'
249 value='' override='true'/>
250 <propval name='disposition' type='astring'
251 value='' override='true'/>
252 </property_group>
253
254 <!-- 6. Identify faults to be ignored. -->
255 <!-- 7. Identify service model. Default service model is 'contract' -->
256 <!-- 8. Identify dependents.
|
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 (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
25 Copyright 2018 Nexenta Systems, Inc. All rights reserved.
26 Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
27 Copyright 2020 RackTop Systems.
28
29 NOTE: This service manifest is not editable; its contents will
30 be overwritten by package or patch operations, including
31 operating system upgrade. Make customizations in a different
32 file.
33
34 -->
35
36 <service_bundle type='manifest' name='SUNWsmbsr:smb-server'>
37
38 <!-- 1. Name the service to 'network/smb/server' -->
39 <service
40 name='network/smb/server'
41 type='service'
42 version='2'>
43
44 <!-- 2. Create default service instance. -->
45 <create_default_instance enabled='false' />
46
47 <!-- 3. Service has single instance -->
217 <propval name='kpasswd_seqnum' type='integer'
218 value='0' override='true'/>
219 <propval name='netlogon_seqnum' type='integer'
220 value='0' override='true'/>
221 <propval name='ipv6_enable' type='boolean'
222 value='false' override='true'/>
223 <propval name='sv_version' type='astring'
224 value='6.1' override='true'/>
225 <propval name='dfs_stdroot_num' type='integer'
226 value='0' override='true'/>
227 <propval name='print_enable' type='boolean'
228 value='false' override='true'/>
229 <propval name='traverse_mounts' type='boolean'
230 value='true' override='true'/>
231 <propval name='max_protocol' type='astring'
232 value='' override='true'/>
233 <propval name='min_protocol' type='astring'
234 value='' override='true'/>
235 <propval name='encrypt' type='astring'
236 value='disabled' override='true'/>
237 <propval name='encrypt_cipher' type='astring'
238 value='' override='true'/>
239 <propval name='initial_credits' type='integer'
240 value='20' override='true'/>
241 <propval name='maximum_credits' type='integer'
242 value='1000' override='true'/>
243 </property_group>
244
245 <!-- SMB service-specific shares exec configuration defaults -->
246 <property_group name='exec' type='application'>
247 <stability value='Evolving' />
248 <propval name='map' type='astring'
249 value='' override='true'/>
250 <propval name='unmap' type='astring'
251 value='' override='true'/>
252 <propval name='disposition' type='astring'
253 value='' override='true'/>
254 </property_group>
255
256 <!-- 6. Identify faults to be ignored. -->
257 <!-- 7. Identify service model. Default service model is 'contract' -->
258 <!-- 8. Identify dependents.
|