Skip to content
Snippets Groups Projects
xrootd-cta.cfg 606 B
Newer Older
Daniele Kruse's avatar
Daniele Kruse committed
xrootd.fslib libXrdCtaOfs.so
# Use the security module
xrootd.seclib libXrdSec.so
# Protocol specification
# The xroot server process needs to be able to read the keytab file
sec.protocol krb5 /etc/krb5.keytab.cta host/<host>@CERN.CH
sec.protocol sss -s /var/spool/xrootd/.xrd/sss.keytab -c /tmp/sss.keytab
# Only Kerberos 5 and sss are allowed
Daniele Kruse's avatar
Daniele Kruse committed
sec.protbind * only sss
sec.protbind tpsrv* only krb5

# Allow copying from absolute paths
all.export /

# Turn off asynchronous i/o
xrootd.async off

# Use a port other than 1094, already used by EOS xroot server
xrd.port 10955