Support MIT dump formats 5 and 6 in hprop
commit20c65310ead803d21b3bd92417b600885652b324
authorRuss Allbery <rra@stanford.edu>
Tue, 2 Feb 2010 04:10:13 +0000 (1 20:10 -0800)
committerLove Hornquist Astrand <lha@h5l.org>
Tue, 2 Feb 2010 21:27:36 +0000 (2 13:27 -0800)
tree66315567ff838f9cc467497d8aadb3989d9a35ca
parent73d0fc23a419f5037967a6c6f4797b371a7303b7
Support MIT dump formats 5 and 6 in hprop

Dump formats 5 and 6 differ from the supported version 4 dump format
only in that they include policy information for each principal in an
extension that the dump parsing code already knows how to ignore and
that they include policy lines.  Ignore the policy information, since
there isn't a corresponding concept in Heimdal, and accept the new
dump format versions.

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
kdc/mit_dump.c