aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatt Rogers <mrogers@redhat.com>2017-01-03 11:54:39 -0500
committerGreg Hudson <ghudson@mit.edu>2017-01-03 13:16:41 -0500
commite3f666fe61e94e96d3c4d449e2fa8bd69cd2ecec (patch)
treef5673ffb31cdc16c42d93ad7163ad80974e6a5d9 /doc
parentd520fd3f032121b61b22681838af96ee505fe44d (diff)
downloadkrb5-e3f666fe61e94e96d3c4d449e2fa8bd69cd2ecec.zip
krb5-e3f666fe61e94e96d3c4d449e2fa8bd69cd2ecec.tar.gz
krb5-e3f666fe61e94e96d3c4d449e2fa8bd69cd2ecec.tar.bz2
Fix GSSAPI authind attribute name in docs
The correct attribute name is "auth-indicators". ticket: 8532 (new) target_version: 1.15-next tags: pullup
Diffstat (limited to 'doc')
-rw-r--r--doc/admin/auth_indicator.rst2
-rw-r--r--doc/appdev/gssapi.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/admin/auth_indicator.rst b/doc/admin/auth_indicator.rst
index 229a070..b13905e 100644
--- a/doc/admin/auth_indicator.rst
+++ b/doc/admin/auth_indicator.rst
@@ -53,5 +53,5 @@ but a user who authenticates with a password would not::
host/high.value.server@KRBTEST.COM
GSSAPI server applications can inspect authentication indicators
-through the :ref:`auth-indicator <gssapi_authind_attr>` name
+through the :ref:`auth-indicators <gssapi_authind_attr>` name
attribute.
diff --git a/doc/appdev/gssapi.rst b/doc/appdev/gssapi.rst
index eafbb75..8dade41 100644
--- a/doc/appdev/gssapi.rst
+++ b/doc/appdev/gssapi.rst
@@ -182,7 +182,7 @@ the krb5 mechanism is used:
.. _gssapi_authind_attr:
-* "auth-indicator" attribute:
+* "auth-indicators" attribute:
This attribute will be included in the gss_inquire_name_ output if the
ticket contains :ref:`authentication indicators <auth_indicator>`.