document cifsacl option
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user