Changes between Version 68 and Version 69 of Doc/gLite/TemplateCustomization
- Timestamp:
- Nov 13, 2007, 1:57:23 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateCustomization
v68 v69 217 217 On each NFS server or in cluster or site parameters, NFS exports can be defined using a set of variables. By default only CE and worker nodes are given access to NFS server. 218 218 219 ''Note : the following variables don't configure filesystem mounting. For this see [wiki:Doc/gLite/TemplateCustomization#SharedFileSystems Configuring shared filesystems].'' 220 219 221 Variables available to customize the NFS export ACL are : 220 222 * `NFS_CE_HOSTS` : list of CE hosts requiring access to NFS server (default is CE_HOST) … … 275 277 If this doesn't fit your needs, you can explicitly control RSH and SSH configuration with the following variables : 276 278 * `CE_USE_SSH` : if `undef` (default), configuration is based on use of a shared filesystem for home directories. Else it explicitly set wether to configure SSH host-based authentication (`true`) or not (`false`). 279 * `SSH_HOSTBASED_AUTH_LOCAL` : when this variable is true and `CE_USE_SSH` is false, configure SSH host-based authentication on each WN restricted to the current WN (ability to use SSH without entering a password only for ssh to the current WN). This is sometimes required by some specific software. 277 280 * `RSH_HOSTS_EQUIV` : If true, `/etc/hosts.equiv` is created with an entry for the CE and each WN. If false an empty `/etc/hosts.equiv` is created. If `undef`, nothing is done. Default is `undef`. 278 281