Skip to content

xrootd: authentication #250

Open
Open
@sbinet

Description

@sbinet

protocol version 4

The xrootd specs have a number of things to say about authentication:

xrdsec supports 6 authentication protocols:

  • host: authenticates a user by originating host name only,
  • gsi: authenticates a user using GSI protocol,
  • krb5: authenticates a user using Kerberos V protocol, and
  • pwd: authenticates a user using a password-based protocol
  • sss: authenticates a user using a simple shared secret protocol
  • unix: authenticates using the Unix login name and group name

For kerberos, we might use:

For GSI, something on top of crypto/x509+crypto/tls might be used/developed.
Current specs:

3rd-party authentication:

protocol version 5

The v5 specs also support a ztn protocol (based on tokens):

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions