Print this page
NEX-19857 ads_site broken in sharectl get/set smb
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
NEX-19665 Several door servers don't properly handle exiting threads
Review by: Gordon Ross <gordon.ross@nexenta.com>
Review by: Evan Layton <evan.layton@nexenta.com>
NEX-2494 sharectl get smb is missing pdc
NEX-2302 Need a way to control the idmap rediscovery interval
NEX-1852 re-enable Kerberos-style AD join (try 2)
OS-7 Add cache timeout settings to idmapd manifest, increase defaults
   1 <?xml version="1.0"?>
   2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
   3 <!--
   4  Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
   5  Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
   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 


  77                 <propval
  78                         name='action_authorization'
  79                         type='astring'
  80                         value='solaris.smf.manage.idmap' />
  81                 <propval
  82                         name='value_authorization'
  83                         type='astring'
  84                         value='solaris.smf.manage.idmap' />
  85         </property_group>
  86 
  87 <!--
  88         Properties affecting the service
  89 -->
  90         <property_group name='config' type='application' >
  91                 <stability value='Unstable' />
  92                 <propval
  93                         name='list_size_limit'
  94                         type='count'
  95                         value='0' />
  96                 <propval




  97                         name='value_authorization'
  98                         type='astring'
  99                         value='solaris.smf.value.idmap' />
 100                 <propval
 101                         name='id_cache_timeout'
 102                         type='count'
 103                         value='86400' />
 104                 <propval
 105                         name='name_cache_timeout'
 106                         type='count'
 107                         value='604800' />
 108                 <propval
 109                         name='preferred_dc'
 110                         type='astring'
 111                         value='' />
 112                 <propval
 113                         name='rediscovery_interval'
 114                         type='count'
 115                         value='3600' />
 116                 <propval




 117                         name='use_ads'
 118                         type='boolean'
 119                         value='true' />
 120                 <propval
 121                         name='use_lsa'
 122                         type='boolean'
 123                         value='true' />
 124         </property_group>
 125 
 126         <property_group name='debug' type='application' >
 127                 <stability value='Unstable' />
 128                 <propval name='all'       type='integer' value='0' />
 129                 <propval name='config'    type='integer' value='0' />
 130                 <propval name='mapping'   type='integer' value='0' />
 131                 <propval name='discovery' type='integer' value='0' />
 132                 <propval name='dns'       type='integer' value='0' />
 133                 <propval name='ldap'      type='integer' value='0' />
 134                 <propval
 135                         name='value_authorization'
 136                         type='astring'


   1 <?xml version="1.0"?>
   2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
   3 <!--
   4  Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
   5  Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
   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 


  77                 <propval
  78                         name='action_authorization'
  79                         type='astring'
  80                         value='solaris.smf.manage.idmap' />
  81                 <propval
  82                         name='value_authorization'
  83                         type='astring'
  84                         value='solaris.smf.manage.idmap' />
  85         </property_group>
  86 
  87 <!--
  88         Properties affecting the service
  89 -->
  90         <property_group name='config' type='application' >
  91                 <stability value='Unstable' />
  92                 <propval
  93                         name='list_size_limit'
  94                         type='count'
  95                         value='0' />
  96                 <propval
  97                         name='max_threads'
  98                         type='count'
  99                         value='40' />
 100                 <propval
 101                         name='value_authorization'
 102                         type='astring'
 103                         value='solaris.smf.value.idmap' />
 104                 <propval
 105                         name='id_cache_timeout'
 106                         type='count'
 107                         value='86400' />
 108                 <propval
 109                         name='name_cache_timeout'
 110                         type='count'
 111                         value='604800' />
 112                 <propval
 113                         name='preferred_dc'
 114                         type='astring'
 115                         value='' />
 116                 <propval
 117                         name='rediscovery_interval'
 118                         type='count'
 119                         value='3600' />
 120                 <propval
 121                         name='site_name'
 122                         type='astring'
 123                         value='' />
 124                 <propval
 125                         name='use_ads'
 126                         type='boolean'
 127                         value='true' />
 128                 <propval
 129                         name='use_lsa'
 130                         type='boolean'
 131                         value='true' />
 132         </property_group>
 133 
 134         <property_group name='debug' type='application' >
 135                 <stability value='Unstable' />
 136                 <propval name='all'       type='integer' value='0' />
 137                 <propval name='config'    type='integer' value='0' />
 138                 <propval name='mapping'   type='integer' value='0' />
 139                 <propval name='discovery' type='integer' value='0' />
 140                 <propval name='dns'       type='integer' value='0' />
 141                 <propval name='ldap'      type='integer' value='0' />
 142                 <propval
 143                         name='value_authorization'
 144                         type='astring'