Skip to content

Commit 3bb9ae4

Browse files
authored
Merge pull request #178387 from b-juche/patch-290
Repeat TTL consideration to AD article (SRE request ANF-16350)
2 parents 356e397 + 1aeff6a commit 3bb9ae4

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

articles/azure-netapp-files/configure-ldap-extended-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: how-to
16-
ms.date: 09/20/2021
16+
ms.date: 11/02/2021
1717
ms.author: b-juche
1818
---
1919
# Configure ADDS LDAP with extended groups for NFS volume access
@@ -32,7 +32,7 @@ This article explains the considerations and steps for enabling LDAP with extend
3232

3333
* You cannot modify the LDAP option setting (enabled or disabled) after you have created the volume.
3434

35-
* The following table describes the Time to Live (TTL) settings for the LDAP cache. You need to wait until the cache is refreshed before trying to access a file or directory through a client. Otherwise, an access denied message appears on the client.
35+
* The following table describes the Time to Live (TTL) settings for the LDAP cache. You need to wait until the cache is refreshed before trying to access a file or directory through a client. Otherwise, an access or permission denied message appears on the client.
3636

3737
| Error condition | Resolution |
3838
|-|-|

articles/azure-netapp-files/create-active-directory-connections.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: how-to
16-
ms.date: 09/09/2021
16+
ms.date: 11/02/2021
1717
ms.author: b-juche
1818
---
1919
# Create and manage Active Directory connections for Azure NetApp Files
@@ -88,6 +88,17 @@ Several features of Azure NetApp Files require that you have an Active Directory
8888

8989
* For non-AD integrated DNS, you should add a DNS A/PTR record to enable Azure NetApp Files to function by using a “friendly name".
9090

91+
* The following table describes the Time to Live (TTL) settings for the LDAP cache. You need to wait until the cache is refreshed before trying to access a file or directory through a client. Otherwise, an access or permission denied message appears on the client.
92+
93+
| Error condition | Resolution |
94+
|-|-|
95+
| Cache | Default Timeout |
96+
| Group membership list | 24-hour TTL |
97+
| Unix groups | 24-hour TTL, 1-minute negative TTL |
98+
| Unix users | 24-hour TTL, 1-minute negative TTL |
99+
100+
Caches have a specific timeout period called *Time to Live*. After the timeout period, entries age out so that stale entries do not linger. The *negative TTL* value is where a lookup that has failed resides to help avoid performance issues due to LDAP queries for objects that might not exist.”
101+
91102
## Decide which Domain Services to use
92103

93104
Azure NetApp Files supports both [Active Directory Domain Services](/windows-server/identity/ad-ds/plan/understanding-active-directory-site-topology) (ADDS) and Azure Active Directory Domain Services (AADDS) for AD connections. Before you create an AD connection, you need to decide whether to use ADDS or AADDS.

0 commit comments

Comments
 (0)