From b8dcd3056ae4a248db85f6ff708d547fbda76cdc Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Fri, 5 Oct 2012 14:35:45 -0400 Subject: 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 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/rst_source') diff --git a/doc/rst_source/krb_admins/database.rst b/doc/rst_source/krb_admins/database.rst index 776a65f64..d7d6aa9b7 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: -- cgit