Changes between Version 98 and Version 99 of Doc/gLite/TemplateCustomization
- Timestamp:
- Nov 4, 2008, 10:30:00 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateCustomization
v98 v99 418 418 }}} 419 419 420 === Banning Users === 421 Sometimes 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) 420 428 421 429 == SE Configuration ==