diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-02-06 11:35:40 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-02-06 11:35:40 -0800 |
commit | 742ff03dcad4d16ca8901ed47be91b303523a385 (patch) | |
tree | b2d88432eaf87e5cf345f764fc136fe1a4f1b761 | |
parent | c147fb417582e7384b5464bb53cfd492f9d7c69d (diff) |
Restore FamilyKrb5Principal definition
Even if Kerberos5 support is currently unimplemented in the X server &
libXau, the Family id for the X11 protocol is still defined and reserved
for Kerberos5, and should be recorded here for interoperability with
other implementations and to avoid reuse if someone adds a new
authentication family in the future.
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | include/X11/Xauth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/X11/Xauth.h b/include/X11/Xauth.h index 741da24..ace975d 100644 --- a/include/X11/Xauth.h +++ b/include/X11/Xauth.h @@ -53,6 +53,7 @@ typedef struct xauth { # define FamilyLocal (256) /* not part of X standard (i.e. X.h) */ # define FamilyWild (65535) # define FamilyNetname (254) /* not part of X standard */ +# define FamilyKrb5Principal (253) /* Kerberos 5 principal name */ # define FamilyLocalHost (252) /* for local non-net authentication */ |