summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-10-22 15:52:23 +0200
committerLennart Poettering <lennart@poettering.net>2021-10-27 22:37:56 +0200
commitbf15879b39b82783de145d84ed87135c140b2be8 (patch)
tree94f75d6be8ebe49be3eac8340a659bb2f1649fe3 /docs
parent2b9855f9d2262f8cc083bf3a372539319a3dd3bd (diff)
downloadsystemd-bf15879b39b82783de145d84ed87135c140b2be8.tar.gz
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')
-rw-r--r--docs/USER_RECORD.md4
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`