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
98c3af05
Commit
98c3af05
authored
9 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
CASTOR-5094 RFE: xrootd-plugins should read keys from /etc/castor
Fixed.
parent
2f320805
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
xrootd/xrd.cf.manager.etc
+1
-1
1 addition, 1 deletion
xrootd/xrd.cf.manager.etc
xrootd/xrd.cf.server.etc
+2
-2
2 additions, 2 deletions
xrootd/xrd.cf.server.etc
with
3 additions
and
3 deletions
xrootd/xrd.cf.manager.etc
+
1
−
1
View file @
98c3af05
...
...
@@ -48,7 +48,7 @@ xcastor2.stagermap / default
#-------------------------------------------------------------------------------
xcastor2.targetport 1095
xcastor2.capability true
xcastor2.privatekey /
opt/xrootd/keys
/key.pem
xcastor2.privatekey /
etc/castor
/key.pem
xcastor2.tokenlocktime 60
xcastor2.proc /var/log/xroot/manager
...
...
This diff is collapsed.
Click to expand it.
xrootd/xrd.cf.server.etc
+
2
−
2
View file @
98c3af05
...
...
@@ -21,8 +21,8 @@ ofs.persist off
ofs.authlib /usr/lib64/libxrdxcastor2acc.so.2.1
ofs.authorize
xcastor2.capability true
xcastor2.publickey default /
opt/xrootd/keys
/pkey.pem
#xcastor2.publickey tape /
opt/xrootd/keys
/tape_pkey.pem
xcastor2.publickey default /
etc/castor
/pkey.pem
#xcastor2.publickey tape /
etc/castor
/tape_pkey.pem
#-------------------------------------------------------------------------------
# Log level which is the same as the one used by syslog. By default it's INFO.
...
...
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