]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Update kdb5_util example output
authorBen Kaduk <kaduk@mit.edu>
Fri, 5 Oct 2012 17:04:16 +0000 (13:04 -0400)
committerBen Kaduk <kaduk@mit.edu>
Thu, 11 Oct 2012 15:16:15 +0000 (11:16 -0400)
This text has not caught up with changes to the utility itself.
As a side effect, our output text box is narrower and does not have
to scroll on as many browser windows.

doc/rst_source/krb_admins/database.rst

index b2a80b2fc4a99255f9f6a678008081941e6f5b2d..776a65f64b2a3a30e7764401a6d50a237a9c5f49 100644 (file)
@@ -446,7 +446,7 @@ Examples
 ::
 
     shell% kdb5_util -r ATHENA.MIT.EDU create -s
-    kdb5_util: No such file or directory while setting active database to'/usr/local/var/krb5kdc/principal'
+    Loading random data
     Initializing database '/usr/local/var/krb5kdc/principal' for realm 'ATHENA.MIT.EDU',
     master key name 'K/M@ATHENA.MIT.EDU'
     You will be prompted for the database Master Password.
@@ -456,8 +456,10 @@ Examples
     shell%
 
     shell% kdb5_util -r ATHENA.MIT.EDU destroy
-    kdb5_util: Deleting KDC database stored in /usr/local/var/krb5kdc/principal, are you sure (type yes to confirm)? <== yes
+    Deleting KDC database stored in '/usr/local/var/krb5kdc/principal', are you sure?
+    (type 'yes' to confirm)?  <= yes
     OK, deleting database '/usr/local/var/krb5kdc/principal'...
+    ** Database '/usr/local/var/krb5kdc/principal' destroyed.
     shell%