From 0c4eac63a6e288f11f669396473a79c2b4d0120e Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Mon, 1 Jul 2024 14:47:03 +0200 Subject: [PATCH] document cifsacl option --- admin-guide/configuration/mount.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-guide/configuration/mount.md b/admin-guide/configuration/mount.md index aee4065a..2a20ae3d 100644 --- a/admin-guide/configuration/mount.md +++ b/admin-guide/configuration/mount.md @@ -70,7 +70,7 @@ nfs_idmap::domain: 'ethz.ch' ### CIFS with Multiuser Option and Kerberos -Mounting a CIFS share with the `multiuser` option and Kerberos has the advantage that no password is needed and each user gets personal access rights checked on the server side. But she/he needs to have, similar to AFS, an appropriate Kerberos ticket. +Mounting a CIFS share with the `multiuser` option and Kerberos has the advantage that no password is needed and each user gets personal access rights checked on the server side. But she/he needs to have, similar to AFS, an appropriate Kerberos ticket. Additionally the option `cifsacl` is required for showing the proper file owner. ``` mounter::def::scratch: @@ -78,7 +78,7 @@ mounter::def::scratch: device: '//scratch01/scratch' mountpoint: '/media/scratch' type: 'cifs' - options: 'multiuser,sec=krb5' + options: 'multiuser,sec=krb5,cifsacl' mounter::mounts: - 'scratch'