rx_identity: Add a super user value

Add an RX identity type that can be used to represent the super user
who is granted access using printed tickets.

Change-Id: I3d6e657a04136746b502efa7698901225410f3c0
Reviewed-on: http://gerrit.openafs.org/7261
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
Simon Wilkinson 2012-04-21 11:25:25 +01:00 committed by Derrick Brashear
parent e1eb0fd66a
commit 4b63b93f24

View File

@ -28,6 +28,7 @@
#include <rx/rx_opaque.h>
typedef enum rx_identity_kind {
RX_ID_SUPERUSER = -1,
RX_ID_KRB4 = 0,
RX_ID_GSS = 1,
} rx_identity_kind;