Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor change, two lines.. lost of context in users, and lack of smooth intro to GIU/UID #140

Merged
merged 2 commits into from
Dec 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions administration/users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ However, |omv| also maintains control over these users, **so management is a tea
between the Debian operating system and the internal database of |omv|.

Users that are managed via the |webui| are so-called *non-system users*.
Identification is managed by the *UID* and groups by the *GID*.
votdev marked this conversation as resolved.
Show resolved Hide resolved
Their *UID* is in a specific range, usually from 1000 to 60000. The same applies
to groups that are managed via the |webui|. Their *GID* is in a specific
range, usually from 1000 to 60000. Check ``/etc/login.defs`` for more information.
Expand All @@ -29,7 +30,7 @@ Due to the nature explained, users are supposed to have their own private place
files that is called "*home*", depending on the type of service, automatically becomes
a personal private shared location.

You can select a |sf| as root for the *home* directories of all non-system users.
You can optionally select a |sf| as root for the *home* directories of all non-system users.

If *User home directory* is disabled and a new user is created, the following happens:

Expand All @@ -40,12 +41,12 @@ If *User home directory* is enabled and a new user is created, the following hap
* A home directory will be created in the selected |sf| and assigned to the user
* The "skel" templates from Debian will applied to the new home directory

If *User home directory* is enabled, the following actions will be performed:
If *User home directory* is enabled, the following actions will be performed on existing users:

* The home directory path will be updated for all existing non-system users.
* The previous home directory content will NOT be moved to the new location. This has to be done manually.

If *User home directory* is disabled, the following actions will be performed:
If *User home directory* is disabled, the following actions will be performed on existing users:

* The home directory will be unset for all existing non-system users.
* The home directory content will NOT be deleted.
Expand Down
Loading