From b882a2d0a3119979dd68d100b6abdf3e07eb001c Mon Sep 17 00:00:00 2001 From: DjP-iX <133042991+DjP-iX@users.noreply.github.com> Date: Wed, 10 Apr 2024 13:53:29 -0400 Subject: [PATCH 1/2] Update ManageLocalUsersSCALE.md --- content/SCALETutorials/Credentials/ManageLocalUsersSCALE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/SCALETutorials/Credentials/ManageLocalUsersSCALE.md b/content/SCALETutorials/Credentials/ManageLocalUsersSCALE.md index 4717f7242b..d4a18ccf73 100644 --- a/content/SCALETutorials/Credentials/ManageLocalUsersSCALE.md +++ b/content/SCALETutorials/Credentials/ManageLocalUsersSCALE.md @@ -13,9 +13,9 @@ Doing so makes tuning permissions for large numbers of users more efficient. {{< include file="/static/includes/RootToAdminUserAccount.md" >}} -When the network uses a directory service, import the existing account information using the instructions in [Directory Services]({{< relref "/SCALE/SCALEUIReference/Credentials/DirectoryServices/_index.md" >}}). +When the network uses a directory service, import the existing account information using the instructions in [Directory Services]({{< relref "/SCALEUIReference/Credentials/DirectoryServices/_index.md" >}}). -Using [Active Directory]({{< relref "/SCALE/SCALEUIReference/Credentials/DirectoryServices/_index.md" >}}) requires setting Windows user passwords in Windows. +Using [Active Directory]({{< relref "/SCALEUIReference/Credentials/DirectoryServices/_index.md" >}}) requires setting Windows user passwords in Windows. To see user accounts, go to **Credentials > Local Users**. @@ -127,7 +127,7 @@ Enter each command as an absolute path to the ELF (Executable and Linkable Forma /usr/bin/ is the default location for commands. Select **Allow all sudo commands** or **Allow all sudo commands with no password**. -Leave **Samba Authentication** selected to allow using the account credentials to access data shared with [SMB]({{< relref "/SCALE/SCALEUIReference/Shares/_index.md" >}}). +Leave **Samba Authentication** selected to allow using the account credentials to access data shared with [SMB]({{< relref "/SCALEUIReference/Shares/_index.md" >}}). Click **Save**. From cc1aab0bde97ba0f8aac760b80c098d19a030d65 Mon Sep 17 00:00:00 2001 From: DjP-iX <133042991+DjP-iX@users.noreply.github.com> Date: Wed, 10 Apr 2024 13:53:36 -0400 Subject: [PATCH 2/2] Update LocalUsersScreensSCALE.md --- content/SCALEUIReference/Credentials/LocalUsersScreensSCALE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/SCALEUIReference/Credentials/LocalUsersScreensSCALE.md b/content/SCALEUIReference/Credentials/LocalUsersScreensSCALE.md index 9ba045dcad..ef6aee25e1 100644 --- a/content/SCALEUIReference/Credentials/LocalUsersScreensSCALE.md +++ b/content/SCALEUIReference/Credentials/LocalUsersScreensSCALE.md @@ -111,7 +111,7 @@ The add and edit user screens grant access to a shell option, but the [privilege | **Allow all sudo commands** | Select to give this user permission to use all [sudo](https://www.sudo.ws/) commands. Using sudo prompts the user for their account password. | | **Allowed sudo commands with no password** | Use to list specific [sudo](https://www.sudo.ws/) commands allowed for this user with no password required. Enter each command as an absolute path to the ELF (Executable and Linkable Format) executable file, for example, */usr/bin/nano*. /usr/bin/ is the default location for commands.
Grants limited root-like permissions for this user when using these commands. Exercise caution when allowing sudo commands without password prompts. We recommend limiting this privilege to trusted users and specific commands to minimize security risks. | | **Allow all sudo commands with no password** | Select to give this user administrator permissions and the ability to use all [sudo](https://www.sudo.ws/) commands with no password required.
This is not recommended. | -| **Samba Authentication** | Select to allow this user to authenticate to and access data share with [SMB]({{< relref "/SCALE/SCALETutorials/Shares/_index.md" >}}) samba shares. | +| **Samba Authentication** | Select to allow this user to authenticate to and access data share with [SMB]({{< relref "/SCALETutorials/Shares/_index.md" >}}) samba shares. | | **Download Authorized Keys** | Click to generate and download a public key text file. Displays on the **Edit User** screen. | {{< /truetable >}}