Skip to content

Conversation

@h2zh
Copy link
Contributor

@h2zh h2zh commented May 5, 2025

Use xrdhttp-pelican to move authfile and SciTokens config file into the directories owned by xrootd user.

This PR works together with PelicanPlatform/pelican#2291

- Use xrdhttp-pelican to move them into the directories owned by xrootd user
@h2zh h2zh requested a review from bbockelm May 6, 2025 20:04
}
return;
} else if (data != 1 && data != 2 && data != 4 && data != 5) {
} else if (data < 0 || data > 7) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
} else if (data < 0 || data > 7) {
} else if (data <= 0 || data > 7) {

Copy link
Collaborator

@matyasselmeci matyasselmeci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM other than my one comment

@matyasselmeci matyasselmeci merged commit d563940 into PelicanPlatform:main Jul 7, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants