Skip to content

xrootd: add login request

Sebastien Binet requested to merge EgorMatirov:xrootd-login into master

Created by: EgorMatirov

Login request should be issued prior to the most of other requests (see http://xrootd.org/doc/dev45/XRdv310.pdf, p.10). As part of the response, SecurityInformation may be provided, indicating that auth request is required. SecurityInformation defines available authentication protocols and additional parameters.

Updates #170.

Merge request reports