Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
f5bc3570
Commit
f5bc3570
authored
7 years ago
by
Michael Davis
Browse files
Options
Downloads
Patches
Plain Diff
Adds XRootD SSI config file for CTA Frontend into CI tree
parent
e668d898
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
continuousintegration/docker/ctafrontend/cc7/config/ctafrontend/etc/xrootd/xroot-ssi-cta.cfg
+41
-0
41 additions, 0 deletions
...ntend/cc7/config/ctafrontend/etc/xrootd/xroot-ssi-cta.cfg
with
41 additions
and
0 deletions
continuousintegration/docker/ctafrontend/cc7/config/ctafrontend/etc/xrootd/xroot-ssi-cta.cfg
0 → 100644
+
41
−
0
View file @
f5bc3570
# Load the CTA SSI and OFS plugins
xrootd.fslib
libXrdSsi.so
libXrdCtaOfs.so
# Specify which paths are handled by the OFS plugin
#
# Y3Rh is the Base64 encoding of cta, so this string appears at the beginning
# of all cta admin commands
ssi.fspath
/Y3Rh
# Load the SSI module
ssi.svclib
libXrdSsiCta.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
sec.protocol
unix
# Only Kerberos 5 and sss are allowed
#sec.protbind * only sss
sec.protbind
172.17.0*
only
unix
# Turn off asynchronous i/o
xrootd.async
off
# Use a port other than 1094, already used by EOS xroot server
xrd.port
10955
# Export the SSI resource
all.export
/ctafrontend
nolock
r/w
# Export the OFS resource, specified in ssi.fspath above.
#
# There can be more than one of these; anything that starts with the prefix
# will go to the the underlying file system. Note that this prefix cannot be
# a substring of '/ctafrontend', so it is not possible to simply export '/'.
all.export
/Y3Rh
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment