diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-11-08 11:57:44 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-11-08 14:28:10 +0100 |
commit | d33121d27d284ae558b576cc07fb8f9bb44b35cd (patch) | |
tree | a60919128c97b96f3e385be16b6c43f533872a45 /man/homectl.xml | |
parent | man: document that Domains=local bind the domain to unicast DNS, not mDNS (diff) | |
download | systemd-d33121d27d284ae558b576cc07fb8f9bb44b35cd.tar.xz systemd-d33121d27d284ae558b576cc07fb8f9bb44b35cd.zip |
man: document that changing --uid= doesn't work
Fixes: #28982
Diffstat (limited to 'man/homectl.xml')
-rw-r--r-- | man/homectl.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/homectl.xml b/man/homectl.xml index 1cfbdcd4f8..7fc7d5f012 100644 --- a/man/homectl.xml +++ b/man/homectl.xml @@ -269,6 +269,11 @@ owned by a different UID when logging in, the home directory and everything underneath it will have its ownership changed automatically before login completes.</para> + <para>Note that changing this option for existing home directories generally has no effect on home + directories that already have been registered locally (have a local <emphasis>binding</emphasis>), as + the UID used for an account on the local system is determined when the home directory is first + activated on it, and then remains in effect until the home directory is removed.</para> + <para>Note that users managed by <command>systemd-homed</command> always have a matching group associated with the same name as well as a GID matching the UID of the user. Thus, configuring the GID separately is not permitted.</para> |