From 5e26466b22131f284d6b78645e0ad41920add028 Mon Sep 17 00:00:00 2001 From: Vishakha Agarwal Date: Thu, 8 Nov 2018 13:50:40 +0530 Subject: [PATCH] Update more info of vhost file The federation document talks about the vhost file to be changed when configuring shibboleth. As a user it is difficult to understand where the file is located and when configuring through devstack no vhost file of name *keystone.conf* exists. Thus this patch adds more information regarding vhost file for more understandability. Change-Id: Ifb43e6532e8d388bfcfee64d36e43e5120aab4c5 --- doc/source/advanced-topics/federation/shibboleth.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/advanced-topics/federation/shibboleth.rst b/doc/source/advanced-topics/federation/shibboleth.rst index 10a29d2310..0bbb8faec4 100644 --- a/doc/source/advanced-topics/federation/shibboleth.rst +++ b/doc/source/advanced-topics/federation/shibboleth.rst @@ -38,8 +38,8 @@ Add this *WSGIScriptAliasMatch* directive to your public vhost configuration:: WSGIScriptAliasMatch ^(/v3/OS-FEDERATION/identity_providers/.*?/protocols/.*?/auth)$ /usr/local/bin/keystone-wsgi-public/$1 -Make sure the *keystone.conf* vhost file contains a ** directive for the Shibboleth module and -a ** directive for each identity provider:: +Make sure the keystone Apache virtual host configuration contains a ** directive for the +Shibboleth module and a ** directive for each identity provider:: SetHandler shib