opensciencegrid / xrootd-multiuser

A filesystem plugin to allow Xrootd write as a different Unix user
Apache License 2.0
2 stars 12 forks source link

Check for `request.name` attribute before failing. #18

Closed bbockelm closed 3 years ago

bbockelm commented 3 years ago

Previously, request.name was only examined after the UserSentry object decided on whether to fail. This caused request.name to effectively be ignored unless Entity.name was already set.