autofs: Try to improve NFS performance
This commit is contained in:
parent
9240dda9bd
commit
eb81b512b2
1 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
/home ldap:///ou=People,{{ ldap_basedn }} rw,nosuid,nodev
|
||||
/roles ldap:///ou=Groups,{{ ldap_basedn }} rw,nosuid,nodev --ghost
|
||||
/home ldap:///ou=People,{{ ldap_basedn }} rw,nosuid,nodev,rsize=1048576,wsize=1048576
|
||||
/roles ldap:///ou=Groups,{{ ldap_basedn }} rw,nosuid,nodev,rsize=1048576,wsize=1048576 --ghost
|
||||
|
|
Loading…
Add table
Reference in a new issue