[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: heimdal database dump format



David Komanek <xdavid@lib-eth.natur.cuni.cz> writes:

> Is the dump (generated by the dump function in kadmin) format
> completely explained anywhere ?

Not really, but check lib/hdb/print.c, there's a brief summary there
(apart from the source code).

> For example, if the last field has value of 20040730230856:983643:5,
> is the number 983643 the principal id in the database ?

The whole field is a generation number (which isn't used by much), and
the second field is the microsecond part of the timestamp. The last is
the actual generation, which suggests the record has been altered five
times.

/Johan