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,10 +1,10 @@
 <?xml version="1.0"?>
 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
 <!--
  Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
- Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
+ Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
 
  CDDL HEADER START
 
  The contents of this file are subject to the terms of the
  Common Development and Distribution License (the "License").
@@ -92,10 +92,14 @@
                 <propval
                         name='list_size_limit'
                         type='count'
                         value='0' />
                 <propval
+                        name='max_threads'
+                        type='count'
+                        value='40' />
+                <propval
                         name='value_authorization'
                         type='astring'
                         value='solaris.smf.value.idmap' />
                 <propval
                         name='id_cache_timeout'
@@ -112,10 +116,14 @@
                 <propval
                         name='rediscovery_interval'
                         type='count'
                         value='3600' />
                 <propval
+                        name='site_name'
+                        type='astring'
+                        value='' />
+                <propval
                         name='use_ads'
                         type='boolean'
                         value='true' />
                 <propval
                         name='use_lsa'