@@ -121,8 +121,8 @@ Configuration Directives
121121Forces the authentication attempt to fail if the connection is not being
122122established over TLS
123123
124- #### Example
125- GssapiSSLonly On
124+ - **Enable with:** GssapiSSLonly On
125+ - **Default:** GssapiSSLonly Off
126126
127127
128128### GssapiLocalName
@@ -137,8 +137,8 @@ When `GssapiLocalName` is set to `on`, mod_auth_gssapi will set the
137137`REMOTE_USER` variable to the resolved user name. mod_auth_gssapi will also
138138set the `GSS_NAME` variable to the complete client principal name.
139139
140- #### Example
141- GssapiLocalName on
140+ - **Enable with:** GssapiLocalName On
141+ - **Default:** GssapiLocalName Off
142142
143143
144144### GssapiConnectionBound
@@ -152,17 +152,17 @@ authentication to the connection in order to keep the state between
152152round-trips. With this option, incomplete context are stored in the
153153connection and retrieved on the next request for continuation.
154154
155- #### Example
156- GssapiConnectionBound On
155+ - **Enable with:** GssapiConnectionBound On
156+ - **Default:** GssapiConnectionBound Off
157157
158158
159159### GssapiSignalPersistentAuth
160160
161161For clients that make use of Persistent-Auth header, send the header according
162162to GssapiConnectionBound setting.
163163
164- #### Example
165- GssapiSignalPersistentAuth On
164+ - **Enable with:** GssapiSignalPersistentAuth On
165+ - **Default:** GssapiSignalPersistentAuth Off
166166
167167
168168### GssapiUseSessions
@@ -179,6 +179,9 @@ See the
179179[mod_sessions](http://httpd.apache.org/docs/current/mod/mod_session.html)
180180documentation for more information.
181181
182+ - **Enable with:** GssapiUseSessions On
183+ - **Default:** GssapiUseSessions Off
184+
182185#### Example
183186 GssapiUseSessions On
184187 Session On
@@ -248,8 +251,8 @@ litter the filesystem if sessions are used. An example sweeper can be found
248251in the contrib directory. If using with gssproxy, see note at the top of that
249252file.
250253
251- #### Example
252- GssapiDelegCcacheUnique On
254+ - **Enable with:** GssapiDelegCcacheUnique On
255+ - **Default:** GssapiDelegCcacheUnique Off
253256
254257
255258### GssapiDelegCcacheEnvVar
0 commit comments