Skip to content

Commit 55347bc

Browse files
Merge pull request #222156 from b-ahibbard/anf-ldap-portal-troubleshoot
LDAP troubleshooting: user access and group IDs
2 parents 4f9b53c + f6154c5 commit 55347bc

File tree

4 files changed

+40
-1
lines changed

4 files changed

+40
-1
lines changed

articles/azure-netapp-files/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,8 @@
385385
href: troubleshoot-cross-region-replication.md
386386
- name: Troubleshoot Resource Provider errors
387387
href: azure-netapp-files-troubleshoot-resource-provider-errors.md
388+
- name: Troubleshoot user access on LDAP volumes
389+
href: troubleshoot-user-access-ldap.md
388390
- name: Troubleshoot file locks
389391
href: troubleshoot-file-locks.md
390392
- name: Reference
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Troubleshoot user access on LDAP volumes | Microsoft Docs
3+
description: Describes the steps for troubleshooting user access on LDAP-enabled volumes.
4+
services: azure-netapp-files
5+
documentationcenter: ''
6+
author: b-ahibbard
7+
manager: ''
8+
editor: ''
9+
10+
ms.assetid:
11+
ms.service: azure-netapp-files
12+
ms.workload: storage
13+
ms.tgt_pltfrm: na
14+
ms.topic: troubleshooting
15+
ms.date: 09/06/2023
16+
ms.author: anfdocs
17+
---
18+
19+
# Troubleshoot user access on LDAP volumes
20+
21+
Azure NetApp Files provides you with the ability to validate user connectivity and access to LDAP-enabled volumes based on group membership. When you provide a user ID, Azure NetApp Files will report a list of primary and auxiliary group IDs that user belongs to from the LDAP server.
22+
23+
Validating user access is helpful for scenarios such as ensuring POSIX attributes set on the LDAP server are accurate or when you encounter permission errors.
24+
25+
1. In the volume page for the LDAP-enabled volume, select **LDAP Group ID List** under **Support & Troubleshooting**.
26+
1. Enter the user ID and select **Get group IDs**.
27+
:::image type="content" source="../media/azure-netapp-files/troubleshoot-ldap-user-id.png" alt-text="Screenshot of the LDAP group ID list portal." lightbox="../media/azure-netapp-files/troubleshoot-ldap-user-id.png":::
28+
29+
1. The portal will display up to 256 results even if the user is in more than 256 groups. You can search for a specific group ID in the results.
30+
31+
Refer to [Troubleshoot volume errors](troubleshoot-volumes.md#errors-for-ldap-volumes) for further resources if the group ID you're searching for is not present.

articles/azure-netapp-files/whats-new.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,20 @@ ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.custom: devx-track-linux
1515
ms.topic: overview
16-
ms.date: 08/23/2023
16+
ms.date: 09/06/2023
1717
ms.author: anfdocs
1818
---
1919

2020
# What's new in Azure NetApp Files
2121

2222
Azure NetApp Files is updated regularly. This article provides a summary about the latest new features and enhancements.
2323

24+
## September 2023
25+
26+
* [Troubleshooting enhancement: validate user connectivity, group membership and access to LDAP-enabled volumes](troubleshoot-user-access-ldap.md)
27+
28+
Azure NetApp Files now provides you with the ability to validate user connectivity and access to LDAP-enabled volumes based on group membership. When you provide a user ID, Azure NetApp Files reports a list of primary and auxiliary group IDs that the user belongs to from the LDAP server. Validating user access is helpful for scenarios such as ensuring POSIX attributes set on the LDAP server are accurate or when you encounter permission errors.
29+
2430
## August 2023
2531

2632
* [Cross-region replication enhancement: re-establish deleted volume replication](reestablish-deleted-volume-relationships.md) (Preview)
58.8 KB
Loading

0 commit comments

Comments
 (0)