From: Matt Rogers Date: Tue, 3 Jan 2017 16:54:39 +0000 (-0500) Subject: Fix GSSAPI authind attribute name in docs X-Git-Tag: krb5-1.16-beta1~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3f666fe61e94e96d3c4d449e2fa8bd69cd2ecec;p=thirdparty%2Fkrb5.git Fix GSSAPI authind attribute name in docs The correct attribute name is "auth-indicators". ticket: 8532 (new) target_version: 1.15-next tags: pullup --- diff --git a/doc/admin/auth_indicator.rst b/doc/admin/auth_indicator.rst index 229a0708a4..b13905e954 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 ` name +through the :ref:`auth-indicators ` name attribute. diff --git a/doc/appdev/gssapi.rst b/doc/appdev/gssapi.rst index eafbb75f89..8dade419d4 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 `.