Print this page
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-2302 Need a way to control the idmap rediscovery interval
NEX-1638 Updated DC Locator
 Includes work by: matt.barden@nexenta.com, kevin.crowe@nexenta.com
SMB-56 extended security NTLMSSP, inbound
re #13190 rb4312 idmapd error -9961 (No AD servers)

*** 18,28 **** * * CDDL HEADER END */ /* * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. ! * Copyright 2014 Nexenta Systems, Inc. All rights reserved. */ #ifndef _IDMAP_CONFIG_H #define _IDMAP_CONFIG_H --- 18,28 ---- * * CDDL HEADER END */ /* * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. ! * Copyright 2018 Nexenta Systems, Inc. All rights reserved. */ #ifndef _IDMAP_CONFIG_H #define _IDMAP_CONFIG_H
*** 73,82 **** --- 73,83 ---- } idmap_trustedforest_t; typedef struct idmap_pg_config { uint64_t list_size_limit; + uint64_t max_threads; uint64_t id_cache_timeout; uint64_t name_cache_timeout; uint64_t rediscovery_interval; char *machine_uuid; /* machine uuid */ char *machine_sid; /* machine sid */