@@ -121,8 +121,8 @@ Configuration Directives
121
121
Forces the authentication attempt to fail if the connection is not being
122
122
established over TLS
123
123
124
- #### Example
125
- GssapiSSLonly On
124
+ - **Enable with:** GssapiSSLonly On
125
+ - **Default:** GssapiSSLonly Off
126
126
127
127
128
128
### GssapiLocalName
@@ -137,8 +137,8 @@ When `GssapiLocalName` is set to `on`, mod_auth_gssapi will set the
137
137
`REMOTE_USER` variable to the resolved user name. mod_auth_gssapi will also
138
138
set the `GSS_NAME` variable to the complete client principal name.
139
139
140
- #### Example
141
- GssapiLocalName on
140
+ - **Enable with:** GssapiLocalName On
141
+ - **Default:** GssapiLocalName Off
142
142
143
143
144
144
### GssapiConnectionBound
@@ -152,17 +152,17 @@ authentication to the connection in order to keep the state between
152
152
round-trips. With this option, incomplete context are stored in the
153
153
connection and retrieved on the next request for continuation.
154
154
155
- #### Example
156
- GssapiConnectionBound On
155
+ - **Enable with:** GssapiConnectionBound On
156
+ - **Default:** GssapiConnectionBound Off
157
157
158
158
159
159
### GssapiSignalPersistentAuth
160
160
161
161
For clients that make use of Persistent-Auth header, send the header according
162
162
to GssapiConnectionBound setting.
163
163
164
- #### Example
165
- GssapiSignalPersistentAuth On
164
+ - **Enable with:** GssapiSignalPersistentAuth On
165
+ - **Default:** GssapiSignalPersistentAuth Off
166
166
167
167
168
168
### GssapiUseSessions
@@ -179,6 +179,9 @@ See the
179
179
[mod_sessions](http://httpd.apache.org/docs/current/mod/mod_session.html)
180
180
documentation for more information.
181
181
182
+ - **Enable with:** GssapiUseSessions On
183
+ - **Default:** GssapiUseSessions Off
184
+
182
185
#### Example
183
186
GssapiUseSessions On
184
187
Session On
@@ -248,8 +251,8 @@ litter the filesystem if sessions are used. An example sweeper can be found
248
251
in the contrib directory. If using with gssproxy, see note at the top of that
249
252
file.
250
253
251
- #### Example
252
- GssapiDelegCcacheUnique On
254
+ - **Enable with:** GssapiDelegCcacheUnique On
255
+ - **Default:** GssapiDelegCcacheUnique Off
253
256
254
257
255
258
### GssapiDelegCcacheEnvVar
0 commit comments