]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix GSSAPI authind attribute name in docs 589/head
authorMatt Rogers <mrogers@redhat.com>
Tue, 3 Jan 2017 16:54:39 +0000 (11:54 -0500)
committerGreg Hudson <ghudson@mit.edu>
Tue, 3 Jan 2017 18:16:41 +0000 (13:16 -0500)
The correct attribute name is "auth-indicators".

ticket: 8532 (new)
target_version: 1.15-next
tags: pullup

doc/admin/auth_indicator.rst
doc/appdev/gssapi.rst

index 229a0708a41aefd7643fead0d804e706e3899111..b13905e95486b1d36e0f7358b8a0822489d58300 100644 (file)
@@ -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.
index eafbb75f890c62db9819fe71a91bb4b4e63f13c3..8dade419d4d614d0733721b50b42f44d5239ddf5 100644 (file)
@@ -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>`.