diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-10-22 15:52:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-10-27 22:37:56 +0200 |
commit | bf15879b39b82783de145d84ed87135c140b2be8 (patch) | |
tree | 94f75d6be8ebe49be3eac8340a659bb2f1649fe3 /docs/USER_RECORD.md | |
parent | homework: make home_move_mount() a bit more generic by renaming first parameter (diff) | |
download | systemd-bf15879b39b82783de145d84ed87135c140b2be8.tar.xz systemd-bf15879b39b82783de145d84ed87135c140b2be8.zip |
homework: allow specifying a dir component in CIFS services
Allow specifying CIFS services in the format //host/service/subdir/… to
allow multiple homedirs on the same share, and not in the main dir of
the share.
All other backends allow placing the data store at arbitrary places,
let's allow this too for the CIFS backend. This is particularly useful
for testing.
Diffstat (limited to 'docs/USER_RECORD.md')
-rw-r--r-- | docs/USER_RECORD.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md index 6b607dfd45..6710b00c0c 100644 --- a/docs/USER_RECORD.md +++ b/docs/USER_RECORD.md @@ -411,7 +411,9 @@ useful when `cifs` is used as storage mechanism for the user's home directory, see above. `cifsService` → A string indicating the Windows File Share service (CIFS) to -mount as home directory of the user on login. +mount as home directory of the user on login. Should be in format +`//<host>/<service>/<directory/…>`. The directory part is optional. If missing +the top-level directory of the CIFS share is used. `imagePath` → A string with an absolute file system path to the file, directory or block device to use for storage backing the home directory. If the `luks` |