Skip to content

Commit

Permalink
Update kdb5_util example output
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kaduk committed Oct 11, 2012
1 parent 6bc7981 commit cafd372
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/rst_source/krb_admins/database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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%


Expand Down

0 comments on commit cafd372

Please sign in to comment.