Change the default kadmin instance to be "admin"
authorTheodore Tso <tytso@mit.edu>
Sat, 10 Jun 1995 03:47:18 +0000 (03:47 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 10 Jun 1995 03:47:18 +0000 (03:47 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6028 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/v5client/ChangeLog
src/kadmin/v5client/kadmin5.c

index 9282323ca4ed51ed0b334400e7a098119608ad0a..e12ff7e03d8ddefe57446c63cf4d7248805d1b23 100644 (file)
@@ -1,3 +1,7 @@
+Fri Jun  9 23:04:56 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * kadmin5.c: Change the default kadmin instance to be "admin"
+
 Fri Jun  9 19:05:57 1995    <tytso@rsx-11.mit.edu>
 
        * configure.in: Remove standardized set of autoconf macros, which
index d294c5f6f7da27550f148cf90b0aa0966a6168e1..496aa59c2de490129045fea0f0c59572bbe6d354 100644 (file)
@@ -67,7 +67,7 @@ static char           *re_string = (char *) NULL;
 static const char *help_option         = "-help";
 static const char *verbose_option      = "-verbose";
 static const char *force_option                = "-force";
-static const char *kadmin_instance     = "kadmin";
+static const char *kadmin_instance     = "admin";
 
 static const char *wr_ktab_type                = "WRFILE";