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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/idmap/idmapd/idmap.xml
          +++ new/usr/src/cmd/idmap/idmapd/idmap.xml
   1    1  <?xml version="1.0"?>
   2    2  <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
   3    3  <!--
   4    4   Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
   5      - Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
        5 + Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
   6    6  
   7    7   CDDL HEADER START
   8    8  
   9    9   The contents of this file are subject to the terms of the
  10   10   Common Development and Distribution License (the "License").
  11   11   You may not use this file except in compliance with the License.
  12   12  
  13   13   You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  14   14   or http://www.opensolaris.org/os/licensing.
  15   15   See the License for the specific language governing permissions
↓ open down ↓ 71 lines elided ↑ open up ↑
  87   87  <!--
  88   88          Properties affecting the service
  89   89  -->
  90   90          <property_group name='config' type='application' >
  91   91                  <stability value='Unstable' />
  92   92                  <propval
  93   93                          name='list_size_limit'
  94   94                          type='count'
  95   95                          value='0' />
  96   96                  <propval
       97 +                        name='max_threads'
       98 +                        type='count'
       99 +                        value='40' />
      100 +                <propval
  97  101                          name='value_authorization'
  98  102                          type='astring'
  99  103                          value='solaris.smf.value.idmap' />
 100  104                  <propval
 101  105                          name='id_cache_timeout'
 102  106                          type='count'
 103  107                          value='86400' />
 104  108                  <propval
 105  109                          name='name_cache_timeout'
 106  110                          type='count'
 107  111                          value='604800' />
 108  112                  <propval
 109  113                          name='preferred_dc'
 110  114                          type='astring'
 111  115                          value='' />
 112  116                  <propval
 113  117                          name='rediscovery_interval'
 114  118                          type='count'
 115  119                          value='3600' />
 116  120                  <propval
      121 +                        name='site_name'
      122 +                        type='astring'
      123 +                        value='' />
      124 +                <propval
 117  125                          name='use_ads'
 118  126                          type='boolean'
 119  127                          value='true' />
 120  128                  <propval
 121  129                          name='use_lsa'
 122  130                          type='boolean'
 123  131                          value='true' />
 124  132          </property_group>
 125  133  
 126  134          <property_group name='debug' type='application' >
↓ open down ↓ 32 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX