CMS-AAA
xrootd-proxy.cfg
###########################################################################
# This is a very simple sample configuration file sufficient to start an #
# xrootd data server using the default port 1094. This server runs by #
# itself (stand-alone) and does not assume it is part of a cluster. You #
# can then connect to this server to access files in '/tmp'. #
# Consult the the reference manuals on how to create more complicated #
# configurations. #
# #
# On successful start-up you will see 'initialization completed' in the #
# last message. You can now connect to the xrootd server. #
# #
# Note: You should always create a *single* configuration file for all #
# daemons related to xrootd. #
###########################################################################
# The export directive indicates which paths are to be exported. While the
# default is '/tmp', we indicate it anyway to show you this directive.
#
all.export / stage r/o
# The adminpath and pidpath variables indicate where the pid and various
# IPC files should be placed
#
all.adminpath /var/spool/xrootd
all.pidpath /var/run/xrootd
# Configure proxy memory caching (we need to configure this even though it's
# not actually used)
#
ofs.osslib /usr/lib64/libXrdPss.so
pss.origin localhost:1094
# Configure cluster & connection to CMS AAA federation
#
all.role manager
all.manager cms-aaa-manager01.gridpp.rl.ac.uk:1213
all.manager meta cms-xrootd.gridpp.ac.uk+ 1213
all.manager meta all xrootd-cms.infn.it+ 1213
cms.blacklist check 1m /etc/xrootd/cms.blacklist
# Set sitename
#
all.sitename T1_UK_RAL
# Port
#
xrd.port 1094