krb5 commit: Fix copy/paste errors in dbadmin

Benjamin Kaduk kaduk at MIT.EDU
Thu Oct 11 11:40:31 EDT 2012


https://github.com/krb5/krb5/commit/b8dcd3056ae4a248db85f6ff708d547fbda76cdc
commit b8dcd3056ae4a248db85f6ff708d547fbda76cdc
Author: Ben Kaduk <kaduk at mit.edu>
Date:   Fri Oct 5 14:35:45 2012 -0400

    Fix copy/paste errors in dbadmin
    
    We should include the stashsrvpw content in that section, not
    the list content.  Likewise, the list_policy content instead
    of the destroy_policy content.

 doc/rst_source/krb_admins/database.rst |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/rst_source/krb_admins/database.rst b/doc/rst_source/krb_admins/database.rst
index 776a65f..d7d6aa9 100644
--- a/doc/rst_source/krb_admins/database.rst
+++ b/doc/rst_source/krb_admins/database.rst
@@ -553,8 +553,8 @@ KDC and Administration server uses this password to authenticate to
 the LDAP server.
 
 .. include:: admin_commands/kdb5_ldap_util.rst
-   :start-after:  _kdb5_ldap_util_list:
-   :end-before: _kdb5_ldap_util_list_end:
+   :start-after:  _kdb5_ldap_util_stashsrvpw:
+   :end-before: _kdb5_ldap_util_stashsrvpw_end:
 
 
 Ticket Policy operations
@@ -612,8 +612,8 @@ To list the name of ticket policies in a realm, use the
 :ref:`kdb5_ldap_util(8)` **list_policy** command.
 
 .. include:: admin_commands/kdb5_ldap_util.rst
-   :start-after:  _kdb5_ldap_util_destroy_policy:
-   :end-before: _kdb5_ldap_util_destroy_policy_end:
+   :start-after:  _kdb5_ldap_util_list_policy:
+   :end-before: _kdb5_ldap_util_list_policy_end:
 
 
 .. _xrealm_authn:


More information about the cvs-krb5 mailing list