* install.texinfo (Create a kadmind Keytab): use kadmin.local
authorBarry Jaspan <bjaspan@mit.edu>
Fri, 18 Oct 1996 17:44:25 +0000 (17:44 +0000)
committerBarry Jaspan <bjaspan@mit.edu>
Fri, 18 Oct 1996 17:44:25 +0000 (17:44 +0000)
  instead of kadmin to perform pre-kadmind setup [krb5-admin/28]

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9200 dc483132-0cff-0310-8789-dd5450dbe970

doc/ChangeLog
doc/install.texinfo

index 0b32f6df08303fd4ff3c3f5ceea4265e0b753d0f..586104fdb2ac8f508a8fd3071dbb5953bbdc8547 100644 (file)
@@ -1,3 +1,8 @@
+Fri Oct 18 13:42:49 1996  Barry Jaspan  <bjaspan@mit.edu>
+
+       * install.texinfo (Create a kadmind Keytab): use kadmin.local
+       instead of kadmin to perform pre-kadmind setup [krb5-admin/28]
+
 Tue Sep 10 20:47:41 1996  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * user-guide.texinfo: The telnet man page only has 9 pages; the
index f8307c73cd9d087bddb301aeab8843b9d8f911eb..13ead369f895f3e350c9134b07a6181e570c8397 100644 (file)
@@ -561,7 +561,7 @@ Next you need to add administrative principals to the Kerberos database.
 @smallexample
 @group
 @b{shell%} @value{ROOTDIR}/sbin/kadmin.local
-@b{kadmin:} addprinc admin/admin@@@value{PRIMARYREALM}
+@b{kadmin.local:} addprinc admin/admin@@@value{PRIMARYREALM}
 @b{WARNING: no policy specified for "admin/admin@@@value{PRIMARYREALM}";
 defaulting to no policy.}
 @iftex
@@ -573,7 +573,7 @@ Re-enter password for principal admin/admin@@@value{PRIMARYREALM}:  @i{@doublele
 Re-enter password for principal admin/admin@@@value{PRIMARYREALM}:  @i{<= Type it again.}
 @end ifinfo
 @b{Principal "admin/admin@@@value{PRIMARYREALM}" created.
-kadmin:}
+kadmin.local:}
 @end group
 @end smallexample
 
@@ -586,19 +586,22 @@ give them access to the database.  You need to create the kadmin keytab
 with entries for the principals @code{kadmin/admin} and
 @code{kadmin/changepw}.  (These principals are placed in the Kerberos
 database automatically when you create it.)  To create the kadmin
-keytab, run @code{kadmin} and use the @code{ktadd} command, as in the
-following example.  (The line beginning with @result{} is a continuation
-of the previous line.):
+keytab, run @code{kadmin.local} and use the @code{ktadd} command, as in
+the following example.  (The line beginning with @result{} is a
+continuation of the previous line.):
 
 @smallexample
 @group
-@b{shell%} @value{ROOTDIR}/sbin/kadmin
-@b{kadmin:} ktadd -k @value{ROOTDIR}/lib/krb5kdc/kadm5.keytab
+@b{shell%} @value{ROOTDIR}/sbin/kadmin.local
+@b{kadmin.local:} ktadd -k @value{ROOTDIR}/lib/krb5kdc/kadm5.keytab
 @result{} kadmin/admin kadmin/changepw 
-@b{kadmin: Entry for principal kadmin/admin@@@value{PRIMARYREALM} with
+@b{Entry for principal kadmin/admin@@@value{PRIMARYREALM} with
+     kvno 3, encryption type DES-CBC-CRC added to keytab
+     WRFILE:@value{ROOTDIR}/lib/krb5kdc/kadm5.keytab.
+Entry for principal kadmin/changepw@@@value{PRIMARYREALM} with
      kvno 3, encryption type DES-CBC-CRC added to keytab
      WRFILE:@value{ROOTDIR}/lib/krb5kdc/kadm5.keytab.
-kadmin:} quit
+kadmin.local:} quit
 @b{shell%}
 @end group
 @end smallexample