]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add tabular dump capability to kdb5_util
authorTom Yu <tlyu@mit.edu>
Wed, 9 Sep 2015 18:06:06 +0000 (14:06 -0400)
committerTom Yu <tlyu@mit.edu>
Mon, 14 Sep 2015 02:57:19 +0000 (22:57 -0400)
commit899fe672b88d59902986baec42c4e42fc5af4d03
tree43e1fcd9a15d02e2dafa79d89d75fc636d15f8c2
parent31a63dd8f5719255f9aea0be54d79247ec3b9ab6
Add tabular dump capability to kdb5_util

This new kdb5_util tabdump command provides a reporting-friendly
tabular dump format for the KDC database.  This format is also
suitable for importing into relational databases for queries.  Output
is in tab-separated or CSV format.  The user can select an output
table with a fixed number of columns.

Currently, this only provides tables for a subset of the available
principal data.  This includes making visible some data that is hidden
in hexadecimal strings in the tl_data of the ordinary dump format.

ticket: 8243
src/kadmin/dbutil/Makefile.in
src/kadmin/dbutil/kdb5_util.c
src/kadmin/dbutil/kdb5_util.h
src/kadmin/dbutil/tabdump.c [new file with mode: 0644]