Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging of permission problems in vomsdir #14

Open
pkasprzak opened this issue Apr 22, 2014 · 0 comments
Open

Logging of permission problems in vomsdir #14

pkasprzak opened this issue Apr 22, 2014 · 0 comments
Assignees

Comments

@pkasprzak
Copy link

It would be nice if permission problems related to access of directories / files in vomsdir could be logged as they represent obvious configuration errors leading to difficult to debug authentication / authorization problems.

In our case, after a series of upgrades directories and *.lsc files in vomsdir were not accessible to Apache anymore and only strace-ing Apache provided the necessary hints:
[pid 30911] stat("/etc/grid-security/vomsdir/ops", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
[pid 30911] open("/etc/grid-security/vomsdir/ops", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 EACCES (Permission denied)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants