Skip to content

Commit 7f797cc

Browse files
committed
-Fix unit test errors
1 parent 58217d9 commit 7f797cc

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

spec/defines/vhost_spec.rb

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -252,37 +252,37 @@
252252
'passenger_app_log_file' => '/tmp/app.log',
253253
'passenger_debugger' => false,
254254
'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'],
265265
},
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',
272272
},
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,
286286
},
287287
},
288288
{

0 commit comments

Comments
 (0)