[1736] in Kerberos_V5_Development
Re: load_v4 fix
daemon@ATHENA.MIT.EDU (Mark W. Eichin)
Mon Sep 9 12:31:02 1996
To: "Theodore Y. Ts'o" <tytso@MIT.EDU>
Cc: "Barry Jaspan" <bjaspan@MIT.EDU>, krbcore@MIT.EDU
From: eichin@kitten.gen.ma.us (Mark W. Eichin)
Date: 09 Sep 1996 12:21:34 -0400
In-Reply-To: "Theodore Y. Ts'o"'s message of Mon, 9 Sep 1996 11:40:04 -0400
> I have no objection to Mark's load_v4 patch so long as it does not
> interfere with the normal behavior, which is everything deriving
> from the dbname specified on kdb5_util's command line.
In fact, the patch does the right thing in this case too. If the user
invokes kdb_util load_v4 with a '-d dbname' option, then the
admin_dbname will be derived from that option -- the *first* call to
kadm5_get_config_params takes care of that. (I could probably argue
that calling kadm5_get_config_params twice is *always* wrong -- but
I'm sure there are harmless ways to do it. This wasn't one :-)