[krbdev.mit.edu #8243] git commit
Tom Yu via RT
rt-comment at krbdev.mit.edu
Mon Sep 14 14:13:25 EDT 2015
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.
https://github.com/krb5/krb5/commit/899fe672b88d59902986baec42c4e42fc5af4d03
Author: Tom Yu <tlyu at mit.edu>
Commit: 899fe672b88d59902986baec42c4e42fc5af4d03
Branch: master
src/kadmin/dbutil/Makefile.in | 6 +-
src/kadmin/dbutil/kdb5_util.c | 2 +
src/kadmin/dbutil/kdb5_util.h | 2 +
src/kadmin/dbutil/tabdump.c | 663 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 671 insertions(+), 2 deletions(-)
More information about the krb5-bugs
mailing list