LToS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Configuration of the CE == | == Configuration of the CE == | ||
This [https://wiki.egi.eu/wiki/MAN12 link] explains how to set up the PUSP mechanism on the CE. However, if you apply these recipes to the letter, it will break the CE. Here are the real configurations we have applied : | This [https://wiki.egi.eu/wiki/MAN12 link] explains how to set up the PUSP mechanism on the CE. However, if you apply these recipes to the letter, it will break the CE. Here are the real configurations we have applied : | ||
* /etc/glexec.conf | |||
<pre> | |||
[glexec] | |||
create_target_proxy=no | |||
lcas_db_file=/etc/lcas/lcas-glexec.db | |||
lcas_debug_level=5 | |||
lcas_log_file=/var/log/glexec/lcas_lcmaps.log | |||
lcas_log_level=5 | |||
lcmaps_db_file=/etc/lcmaps/lcmaps.db.glexec.pusp | |||
lcmaps_debug_level=5 | |||
lcmaps_get_account_policy=combi_mapping | |||
lcmaps_log_file=/var/log/glexec/lcas_lcmaps.log | |||
lcmaps_log_level=5 | |||
lcmaps_voms_verification=no | |||
linger=no | |||
log_destination=file | |||
log_file=/var/log/glexec/glexec.log | |||
log_level=5 | |||
omission_private_key_white_list=tomcat | |||
preserve_env_variables= | |||
silent_logging=no | |||
use_lcas=no | |||
user_identity_switch_by=lcmaps | |||
user_white_list=tomcat | |||
</pre> |
Revision as of 19:45, 18 May 2016
Configuration of the CE
This link explains how to set up the PUSP mechanism on the CE. However, if you apply these recipes to the letter, it will break the CE. Here are the real configurations we have applied :
- /etc/glexec.conf
[glexec] create_target_proxy=no lcas_db_file=/etc/lcas/lcas-glexec.db lcas_debug_level=5 lcas_log_file=/var/log/glexec/lcas_lcmaps.log lcas_log_level=5 lcmaps_db_file=/etc/lcmaps/lcmaps.db.glexec.pusp lcmaps_debug_level=5 lcmaps_get_account_policy=combi_mapping lcmaps_log_file=/var/log/glexec/lcas_lcmaps.log lcmaps_log_level=5 lcmaps_voms_verification=no linger=no log_destination=file log_file=/var/log/glexec/glexec.log log_level=5 omission_private_key_white_list=tomcat preserve_env_variables= silent_logging=no use_lcas=no user_identity_switch_by=lcmaps user_white_list=tomcat