---
title: "Appendix G: Ensuring user access to data if domain connection lost"
slug: "appendix-g-ensuring-user-access-to-data-if-domain-connection-lost"
updated: 2025-07-18T16:50:35Z
published: 2025-07-18T16:51:59Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nasuni.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Appendix G: Ensuring user access to data if domain connection lost

If your Edge Appliance has users who are authenticated by domain, and if the Edge Appliance loses connectivity to the domain, the user accounts might not be able to authenticate. In cases like this, you would like your users to be able to access data, even without the domain to authenticate them.

You can define user access that does not require connectivity to the domain. This involves creating a Permission Group that has Storage Access (not User Interface Access). Storage Access does not require authentication through the domain. You then create Native Users with Storage Access. Native Users do not require authentication through the domain.

> [!WARNING]
> *Caution: When a Nasuni Edge Appliance goes under the control of the Nasuni Management Console, the following processing occurs:*
> 
> - *Any existing local users and groups on the Nasuni Edge Appliance are replaced by the users and groups of the NMC.*
> - *When a Nasuni Edge Appliance is disconnected from the Nasuni Management Console, the Nasuni Edge Appliance retains those users and groups that pertain to the Nasuni Edge Appliance.*
> 
> *For this reason, you should either use the NMC to define users and groups, or place the Edge Appliance under the management of the NMC before creating users and groups with the Edge Appliance.*

### Procedure using NMC

To use the NMC (recommended) to define a group whose members do not require connectivity to the domain, follow these steps:

1. On the **Console Settings**page, select the **Console Users and Groups Overview**page, click **Manage Groups**, then click **Add Group**. The **Add Group**dialog box appears.
2. In the **Group Name**text box, enter the name for this group. The **Group Name**can have up to 30 characters, including letters, digits, and symbols.
3. From the **Access Type**drop-down list, select the type of access: **Storage Access**.
4. In the **Filer Access**list, select or clear the Nasuni Edge Appliances to which you want to grant access by the new group.
5. Click **Add Group**. The group is added with the selected permissions.

To use the NMC (recommended) to add users to this group follow these steps:

1. On the **Console Settings**page, select the **Console Users and Groups Overview**page, click **Manage Users**. The **Console Users**page appears.
2. Click **Add Native User**. The **Add Native User**dialog box appears.
3. Enter the **Username**, **Email**, and **Password**.
4. In the **Groups**list, select the check box for the **Permission Group**that you created above.
5. Click **Add User**. The user is added with membership in the selected groups. These users can access the data, without requiring domain-based authentication.

### Procedure using Edge Appliance

> [!WARNING]
> *Important: As mentioned above, if users and groups are created using the Edge Appliance, and then the Edge Appliance is placed under the management of the NMC, then those users and groups are replaced by users and groups from the NMC. For this reason, ensure that the Edge Appliance is already under the control of the NMC before performing this procedure.*

To use the Edge Appliance to define a group whose members do not require connectivity to the domain, follow these steps:

1. Perform the procedure [Adding Permission Groups](/v1/docs/chapter-11-configuration-page#adding-permission-groups) up to step 5.
2. On step 5 of [Adding Permission Group](/v1/docs/chapter-11-configuration-page#adding-permission-groups), select **Storage Access**.
3. Continue with the rest of the procedure.

The group is added with the selected permissions.

To use the Edge Appliance to add users to this group follow these steps:

1. Perform the procedure [Adding Users](/v1/docs/chapter-11-configuration-page#adding-users) up to step 3d.
2. On step 3d, select the group that you defined above.
3. Continue with the rest of the procedure, but skip step 4. The user is added with membership in the selected groups.

These users can access the data, without requiring domain-based authentication.

<style> p[data-block-id] {font-size:1rem;} ul li p[data-block-id] {margin-bottom: 0;} ul[data-type="taskList"] li div p[data-block-id] {margin-bottom: 0;} ol li p[data-block-id] {margin-bottom: 0;} table tbody th p[data-block-id] { margin-bottom: 0;} blockquote p[data-block-id] {margin-bottom: 0 !important;} &nbsp;p[data-block-id]:empty::after {content: "\00A0";} </style>
