|
252 | 252 | 'passenger_app_log_file' => '/tmp/app.log',
|
253 | 253 | 'passenger_debugger' => false,
|
254 | 254 | 'gssapi' => {
|
255 |
| - acceptor_name => '{HOSTNAME}', |
256 |
| - allowed_mech => ['krb5', 'iakerb', 'ntlmssp'], |
257 |
| - basic_auth => true, |
258 |
| - basic_auth_mech => ['krb5', 'iakerb', 'ntlmssp'], |
259 |
| - basic_ticket_timeout => 300, |
260 |
| - connection_bound => true, |
261 |
| - cred_store => { |
262 |
| - ccache => ['/path/to/directory'], |
263 |
| - client_keytab => ['/path/to/example.keytab'], |
264 |
| - keytab => ['/path/to/example.keytab'], |
| 255 | + 'acceptor_name' => '{HOSTNAME}', |
| 256 | + 'allowed_mech' => ['krb5', 'iakerb', 'ntlmssp'], |
| 257 | + 'basic_auth' => true, |
| 258 | + 'basic_auth_mech' => ['krb5', 'iakerb', 'ntlmssp'], |
| 259 | + 'basic_ticket_timeout' => 300, |
| 260 | + 'connection_bound' => true, |
| 261 | + 'cred_store' => { |
| 262 | + 'ccache' => ['/path/to/directory'], |
| 263 | + 'client_keytab' => ['/path/to/example.keytab'], |
| 264 | + 'keytab' => ['/path/to/example.keytab'], |
265 | 265 | },
|
266 |
| - deleg_ccache_dir => '/path/to/directory', |
267 |
| - deleg_ccache_env_var => 'KRB5CCNAME', |
268 |
| - deleg_ccache_perms => { |
269 |
| - mode => '0600', |
270 |
| - uid => 'example-user', |
271 |
| - gid => 'example-group', |
| 266 | + 'deleg_ccache_dir' => '/path/to/directory', |
| 267 | + 'deleg_ccache_env_var' => 'KRB5CCNAME', |
| 268 | + 'deleg_ccache_perms' => { |
| 269 | + 'mode' => '0600', |
| 270 | + 'uid' => 'example-user', |
| 271 | + 'gid' => 'example-group', |
272 | 272 | },
|
273 |
| - deleg_ccache_unique => true, |
274 |
| - impersonate => true, |
275 |
| - local_name => true, |
276 |
| - name_attributes => 'json', |
277 |
| - negotiate_once => true, |
278 |
| - publish_errors => true, |
279 |
| - publish_mech => true, |
280 |
| - required_name_attributes => 'auth-indicators=high', |
281 |
| - session_key => 'file:/path/to/example.key', |
282 |
| - signal_persistent_auth => true, |
283 |
| - ssl_only => true, |
284 |
| - use_s4u2_proxy => true, |
285 |
| - use_sessions => true, |
| 273 | + 'deleg_ccache_unique' => true, |
| 274 | + 'impersonate' => true, |
| 275 | + 'local_name' => true, |
| 276 | + 'name_attributes' => 'json', |
| 277 | + 'negotiate_once' => true, |
| 278 | + 'publish_errors' => true, |
| 279 | + 'publish_mech' => true, |
| 280 | + 'required_name_attributes' => 'auth-indicators=high', |
| 281 | + 'session_key' => 'file:/path/to/example.key', |
| 282 | + 'signal_persistent_auth' => true, |
| 283 | + 'ssl_only' => true, |
| 284 | + 'use_s4u2_proxy' => true, |
| 285 | + 'use_sessions' => true, |
286 | 286 | },
|
287 | 287 | },
|
288 | 288 | {
|
|
0 commit comments