@@ -119,7 +119,7 @@ to handle cookies so that module needs to be activated and configured.
119119GSSAPI uses a secured (encrypted + MAC-ed) payload to maintain state in the
120120session cookie. The session cookie lifetime depends on the lifetime of the
121121GSSAPI session established at authentication.
122- NOTE: It is important to correctly set the SessionCookieName option.
122+ ** NOTE** : It is important to correctly set the SessionCookieName option.
123123See the
124124[mod_sessions](http://httpd.apache.org/docs/current/mod/mod_session.html)
125125documentation for more information.
@@ -239,7 +239,7 @@ The recognized mechanism names are: krb5, iakerb, ntlmssp
239239 GssapiBasicAuthMech krb5
240240
241241
242- #### GssapiNameAttributes
242+ ### GssapiNameAttributes
243243
244244Enables the module to source Name Attributes from the client name
245245(authorization data associated with the established context) and exposes them
@@ -254,12 +254,12 @@ The environment variable GSS_NAME_ATTR_ERROR is set with the Gssapi returned
254254error string in case the inquire name function fails to retrieve attributes,
255255and with the string "0 attributes found", if no attributes are set.
256256
257- Note: These variables are NOT saved in the session data stored in the cookie so they
258- are available only on the first authenticated request when GssapiUseSessions is
259- used.
257+ ** Note** : These variables are NOT saved in the session data stored in the
258+ cookie so they are available only on the first authenticated request when
259+ GssapiUseSessions is used.
260260
261- Note: It is recommended but not required to use only capital letters and underscores
262- for environment variable names.
261+ ** Note:** It is recommended but not required to use only capital letters and
262+ underscores for environment variable names.
263263
264264#### Example
265265 GssapiNameAttributes json
0 commit comments