Skip to content

Commit 28a61ed

Browse files
ktdreyersimo5
authored andcommitted
README: document default boolean config values
Prior to this change, we documented the default values for some of the boolean configuration options, but not all of the options. Document the default values for all the remaining boolean config options.
1 parent e51d5bb commit 28a61ed

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ Configuration Directives
121121
Forces the authentication attempt to fail if the connection is not being
122122
established 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
138138
set 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
152152
round-trips. With this option, incomplete context are stored in the
153153
connection 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

161161
For clients that make use of Persistent-Auth header, send the header according
162162
to 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)
180180
documentation 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
248251
in the contrib directory. If using with gssproxy, see note at the top of that
249252
file.
250253

251-
#### Example
252-
GssapiDelegCcacheUnique On
254+
- **Enable with:** GssapiDelegCcacheUnique On
255+
- **Default:** GssapiDelegCcacheUnique Off
253256

254257

255258
### GssapiDelegCcacheEnvVar

0 commit comments

Comments
 (0)