Document fcc-mit-ticketflags in COMPATIBILITY section.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15925 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-08-12 10:16:28 +00:00
parent d48840959b
commit d79c64be70

View File

@@ -31,7 +31,7 @@
.\"
.\" $Id$
.\"
.Dd March 28, 2005
.Dd August 12, 2005
.Dt KRB5_KEYTAB 3
.Os HEIMDAL
.Sh NAME
@@ -468,6 +468,15 @@ main (int argc, char **argv)
return 0;
}
.Ed
.Sh COMPATIBILITY
Heimdal stored the ticket flags in machine bit-field order before
Heimdal 0.8. The behavior was possible to change in Heimdal 0.7 with
the option
.Li [libdefaults]fcc-mit-ticketflags .
Heimdal 0.7 also code to detech that ticket flags was in the wrong
order and correct them. This matters when doing delegation in GSS-API
because the client code looks at the flag to determin if its possible
to do delegation if the user requested it.
.Sh SEE ALSO
.Xr krb5.conf 5 ,
.Xr kerberos 8