autofs: Require TLS authentication for NFS mounts
This commit is contained in:
parent
d6e857fd84
commit
1e2e45551e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{% if autofs_home %}
|
||||
/home ldap:///ou=People,{{ ldap_basedn }} rw,nosuid,nodev,rsize=1048576,wsize=1048576
|
||||
/home ldap:///ou=People,{{ ldap_basedn }} rw,nosuid,nodev,rsize=1048576,wsize=1048576,xprtsec=mtls
|
||||
{% endif %}
|
||||
{% if autofs_roles %}
|
||||
/roles ldap:///ou=Groups,{{ ldap_basedn }} rw,nosuid,nodev,rsize=1048576,wsize=1048576 --ghost
|
||||
/roles ldap:///ou=Groups,{{ ldap_basedn }} rw,nosuid,nodev,rsize=1048576,wsize=1048576,xprtsec=mtls --ghost
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue