Skip to content

Commit 3361a79

Browse files
James Groffensimo5
authored andcommitted
Minor formatting changes to the README.
[Changes to original commit: removed trailing whitespace] Reviewed-by: Simo Sorce <simo@redhat.com> Closes #67
1 parent 7c0d863 commit 3361a79

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ to handle cookies so that module needs to be activated and configured.
119119
GSSAPI uses a secured (encrypted + MAC-ed) payload to maintain state in the
120120
session cookie. The session cookie lifetime depends on the lifetime of the
121121
GSSAPI 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.
123123
See the
124124
[mod_sessions](http://httpd.apache.org/docs/current/mod/mod_session.html)
125125
documentation 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

244244
Enables 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
254254
error string in case the inquire name function fails to retrieve attributes,
255255
and 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

Comments
 (0)