Changes between Version 98 and Version 99 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
Nov 4, 2008, 10:30:00 AM (17 years ago)
Author:
/C=IE/O=Grid-Ireland/OU=cs.tcd.ie/L=RA-TCD/CN=Stephen O. Childs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization

    v98 v99  
    418418}}}
    419419
     420=== Banning Users ===
     421Sometimes it is necessary to ban a user from accessing the CE. This can be done by adding their DN to the ban list as follows:
     422
     423{{{
     424"/software/components/lcas/module/1/conf/content"=push('"/O=a-grid/C=XX/O=ANORG/OU=CS/CN=Malicious User"');
     425}}}
     426
     427''TODO'': make this configurable as a variable (e.g. CE_BANNED_USERS)
    420428
    421429== SE Configuration ==