Changes between Version 94 and Version 95 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
Oct 5, 2008, 2:56:11 PM (17 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

Doc on gsissh server configuration

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization

    v94 v95  
    619619__Base template__ : `machine-types/vobox`.
    620620
     621There 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.
    621622
    622623== UI ==
     
    630631It 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.
    631632
     633When 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.
    632637
    633638== RPMs Repositories ==