Skip Menu |
 

Date: Tue, 25 Sep 2012 16:22:38 -0500
Subject: kadmind hardcodes paths to kdb5_util, kprop, and dump file
From: Nico Williams <nico@cryptonector.com>
To: krb5-bugs@mit.edu
kadmind, for iprop, hadrcodes paths to kdb5_util, kprop, and dump file.
This makes testing of iprop, including full resyncs, impossible without
first installing the bits being tested.

https://github.com/nicowilliams/krb5/commit/0fd8ba680287c0b20caf3853d7b6cee3db6ebe54
From: ghudson@mit.edu
Subject: SVN Commit

Add -p, -F, -K options to kadmind

New options:

-p path-to-kdb5_util
-K path-to-kprop
-F dump-file

These are needed for testing without first having to install.

https://github.com/krb5/krb5/commit/91175a8ba034fa95accb39a5341fd296217e6fed
Author: Nicolas Williams <nico@cryptonector.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 91175a8ba034fa95accb39a5341fd296217e6fed
Branch: master
.../krb_admins/admin_commands/kadmind.rst | 15 +++++++++++
src/kadmin/server/ipropd_svc.c | 27 ++++++++++---------
src/kadmin/server/ovsec_kadmd.c | 21 ++++++++++++++-
3 files changed, 49 insertions(+), 14 deletions(-)