Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
2f256a55
Commit
2f256a55
authored
Sep 02, 2016
by
Daniele Kruse
Browse files
Fixed EOS reply for archive, and added default location for SSS client key
parent
c9139368
Changes
2
Hide whitespace changes
Inline
Side-by-side
xroot_plugins/XrdCtaFile.cpp
View file @
2f256a55
...
...
@@ -1998,7 +1998,7 @@ void XrdCtaFile::xCom_archive() {
request
.
srcURL
=
srcurl
.
value
();
request
.
storageClass
=
storageclass
.
value
();
uint64_t
archiveFileId
=
m_scheduler
->
queueArchive
(
m_cliIdentity
.
username
,
request
);
cmdlineOutput
<<
"<eos::wfe::fxattr:archiveFileId>"
<<
archiveFileId
<<
std
::
endl
;
cmdlineOutput
<<
"<eos::wfe::
path::
fxattr:
sys.
archiveFileId>
=
"
<<
archiveFileId
<<
std
::
endl
;
logRequestAndSetCmdlineResult
(
cta
::
common
::
dataStructures
::
FrontendReturnCode
::
ok
,
cmdlineOutput
.
str
());
}
...
...
xroot_plugins/xrootd-cta.cfg
View file @
2f256a55
...
...
@@ -7,7 +7,7 @@ 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
sec.protocol sss -s /var/spool/xrootd/.xrd/sss.keytab
-c /tmp/sss.keytab
# Only Kerberos 5 and sss are allowed
sec.protbind * only sss
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment