Skip to content

Logging of permission problems in vomsdir #14

Description

@pkasprzak

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)

Activity

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions