document cifsacl option

This commit is contained in:
2024-07-01 14:47:03 +02:00
parent 9760e7a156
commit 0c4eac63a6
+2 -2
View File
@@ -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'