Skip to content

Commit 1e0af9b

Browse files
Merge pull request #289882 from v-sreedevank/05Nov-PermissionUpdates
Updated permissions
2 parents 496ccc9 + f727b54 commit 1e0af9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/migrate/add-server-credentials.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.author: vibansa
66
ms.manager: abhemraj
77
ms.service: azure-migrate
88
ms.topic: how-to
9-
ms.date: 05/15/2024
10-
ms.custom: engagement-fy24
9+
ms.date: 11/05/2024
10+
ms.custom: engagement-fy25
1111
---
1212

1313
# Provide server credentials to discover software inventory, dependencies, web apps, and SQL Server instances and databases
@@ -46,7 +46,7 @@ Feature | Windows credentials | Linux credentials
4646
**Software inventory** | Guest user account | Regular/normal user account (nonsudo access permissions)
4747
**Discovery of SQL Server instances and databases** | User account that is a member of the sysadmin server role or has [these permissions](migrate-support-matrix-vmware.md?tabs=businesscase&pivots=sql-server-instance-database-discovery-requirements#configure-the-custom-login-for-sql-server-discovery) for each SQL Server instance.| _Not supported currently_
4848
**Discovery of ASP.NET web apps** | Domain or nondomain (local) account with administrative permissions | _Not supported currently_
49-
**Agentless dependency analysis** | Domain or nondomain (local) account with administrative permissions | Sudo user account with permissions to execute ls and netstat commands. When providing a sudo user account, ensure that you have enabled **NOPASSWD** for the account to run the required commands without prompting for a password every time the sudo command is invoked. <br /><br /> Alternatively, you can create a user account that has the CAP_DAC_READ_SEARCH and CAP_SYS_PTRACE permissions on /bin/netstat and /bin/ls files, set using the following commands:<br /><code>sudo setcap CAP_DAC_READ_SEARCH,CAP_SYS_PTRACE=ep /bin/ls<br /> sudo setcap CAP_DAC_READ_SEARCH,CAP_SYS_PTRACE=ep /bin/netstat</code>
49+
**Agentless dependency analysis** | Local or domain guest user account | Sudo user account with permissions to execute ls and netstat commands. When providing a sudo user account, ensure that you have enabled **NOPASSWD** for the account to run the required commands without prompting for a password every time the sudo command is invoked. <br /><br /> Alternatively, you can create a user account that has the CAP_DAC_READ_SEARCH and CAP_SYS_PTRACE permissions on /bin/netstat and /bin/ls files, set using the following commands:<br /><code>sudo setcap CAP_DAC_READ_SEARCH,CAP_SYS_PTRACE=ep /bin/ls<br /> sudo setcap CAP_DAC_READ_SEARCH,CAP_SYS_PTRACE=ep /bin/netstat</code>
5050

5151
### Recommended practices to provide credentials
5252

0 commit comments

Comments
 (0)