From 2ab10465fee10c150f3f8f98c74730ad7b8d3d24 Mon Sep 17 00:00:00 2001 From: Athanasios Douitsis Date: Tue, 22 Sep 2015 15:14:05 +0300 Subject: [PATCH] Fix erroneous example in README.md Fix error regarding the shib_request_settings setting for a vhost directory. Also, fix value of said attribute to a hash instead of a string. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a4eb4d4a..925ba5ae0 100644 --- a/README.md +++ b/README.md @@ -2916,7 +2916,7 @@ Allows an valid content setting to be set or altered for the application request docroot => '/path/to/directory', directories => [ { path => '/path/to/directory', - shib_require_setting => 'requiresession 1', + shib_request_settings => { 'requiresession' => 'On' }, shib_use_headers => 'On', }, ],