Changes between Version 94 and Version 95 of Doc/gLite/TemplateCustomization
- Timestamp:
- Oct 5, 2008, 2:56:11 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateCustomization
v94 v95 619 619 __Base template__ : `machine-types/vobox`. 620 620 621 There is no specific variable to configure a VOBOX. Most of the configuration variables available for the UI, in particular those related to gsissh server, apply for VOBOX too. 621 622 622 623 == UI == … … 630 631 It is also possible to configure a UI to be accessed through gsissh. In this configuration, users use their grid certificate to authenticate on the UI and are mapped to a pool account of the VO. To configure a UI with gsissh, it is only necessary to define variable `GSISSH_SERVER_ENABLED` to `true` in the machine profile. 631 632 633 When configuring a gsissh-enabled UI, there are a few specific variables available to customize gsissh server: 634 * `UI_GSISSH_CONFIG_SITE`: name of a template to execute before configuring gsissh server. For everything related to VO configuration, be sure to use VO configuration variables as this is done before executing this template. 635 * `GSISSH_SERVER_VOS`: subset of configured VOs on the node that must be enabled for gsissh access. Default: all configured VOs (`VOS`). 636 * `GSISSH_PORT`: port used by gsissh server. Default: 1975. 632 637 633 638 == RPMs Repositories ==