summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhanna Tsitkov <tsitkova@mit.edu>2013-01-11 15:22:23 -0500
committerZhanna Tsitkov <tsitkova@mit.edu>2013-01-11 15:22:23 -0500
commitc3b99c255445975eeea4b93d2fa93edc449e0d87 (patch)
tree823ba81e11ef06035670130a2f525bb1fafeae05
parentfbb725102d3bb6763b539e8925cbe027e1e20d78 (diff)
downloadkrb5-c3b99c255445975eeea4b93d2fa93edc449e0d87.tar.gz
krb5-c3b99c255445975eeea4b93d2fa93edc449e0d87.tar.xz
krb5-c3b99c255445975eeea4b93d2fa93edc449e0d87.zip
Fix label conflicts in Sphinx documentation
-rw-r--r--doc/mitK5features.rst8
-rw-r--r--doc/plugindev/ccselect.rst2
-rw-r--r--doc/plugindev/kadm5_hook.rst2
-rw-r--r--doc/plugindev/profile.rst2
-rw-r--r--doc/plugindev/pwqual.rst2
5 files changed, 8 insertions, 8 deletions
diff --git a/doc/mitK5features.rst b/doc/mitK5features.rst
index 38cf92e685..8ef92e4ea6 100644
--- a/doc/mitK5features.rst
+++ b/doc/mitK5features.rst
@@ -111,8 +111,8 @@ Release 1.9
- kadmin over IPv6
- Trace logging :ref:`trace_logging`
- GSSAPI/KRB5 multi-realm support
- - Plugin to test password quality :ref:`pwqual`
- - Plugin to synchronize password changes :ref:`kadm5_hook`
+ - Plugin to test password quality :ref:`pwqual_plugin`
+ - Plugin to synchronize password changes :ref:`kadm5_hook_plugin`
- Parallel KDC
- GSS-API extentions for SASL GS2 bridge :rfc:`5801` :rfc:`5587`
- Purging old keys
@@ -122,8 +122,8 @@ Release 1.9
- IPv6 support in iprop
Release 1.10
- - Plugin interface for configuration :ref:`profile`
- - Credentials for multiple identities :ref:`ccselect`
+ - Plugin interface for configuration :ref:`profile_plugin`
+ - Credentials for multiple identities :ref:`ccselect_plugin`
Release 1.11
- Client support for FAST OTP :rfc:`6560`
diff --git a/doc/plugindev/ccselect.rst b/doc/plugindev/ccselect.rst
index 814d774f3b..1253fe6bcb 100644
--- a/doc/plugindev/ccselect.rst
+++ b/doc/plugindev/ccselect.rst
@@ -1,4 +1,4 @@
-.. _ccselect:
+.. _ccselect_plugin:
Credential cache selection interface (ccselect)
===============================================
diff --git a/doc/plugindev/kadm5_hook.rst b/doc/plugindev/kadm5_hook.rst
index 48d27a93fd..f7c46b4e6d 100644
--- a/doc/plugindev/kadm5_hook.rst
+++ b/doc/plugindev/kadm5_hook.rst
@@ -1,4 +1,4 @@
-.. _kadm5_hook:
+.. _kadm5_hook_plugin:
KADM5 hook interface (kadm5_hook)
=================================
diff --git a/doc/plugindev/profile.rst b/doc/plugindev/profile.rst
index 91d7af2d39..209c0644ad 100644
--- a/doc/plugindev/profile.rst
+++ b/doc/plugindev/profile.rst
@@ -1,4 +1,4 @@
-.. _profile:
+.. _profile_plugin:
Configuration interface (profile)
=================================
diff --git a/doc/plugindev/pwqual.rst b/doc/plugindev/pwqual.rst
index 441095c41e..523b95c5ae 100644
--- a/doc/plugindev/pwqual.rst
+++ b/doc/plugindev/pwqual.rst
@@ -1,4 +1,4 @@
-.. _pwqual:
+.. _pwqual_plugin:
Password quality interface (pwqual)
===================================