From 8fdc6a6dc4b2b23b923d8cbfba5190933155e95d Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 20 Feb 2012 07:20:15 +0000 Subject: Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use different auth mechanisms, and refactor log configuration to make it easier to use. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291133 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/openid/openid-conf | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to 'sca-cpp/trunk/modules/openid/openid-conf') diff --git a/sca-cpp/trunk/modules/openid/openid-conf b/sca-cpp/trunk/modules/openid/openid-conf index c9e2d85586..f4f715ce99 100755 --- a/sca-cpp/trunk/modules/openid/openid-conf +++ b/sca-cpp/trunk/modules/openid/openid-conf @@ -26,14 +26,14 @@ conf=`cat $root/conf/httpd.conf | grep "# Generated by: httpd-conf"` host=`echo $conf | awk '{ print $6 }'` openid_prefix=`cat $here/openid.prefix` -# Disallow public access to server resources -cat >$root/conf/noauth.conf <>$root/conf/modules.conf <>$root/conf/auth.conf <$root/conf/noauth$sslsuffix.conf <>$root/conf/locauth$sslsuffix.conf < @@ -62,7 +70,7 @@ AuthOpenIDAXAdd LASTNAME http://axschema.org/namePerson/last EOF -cat >>$root/conf/pubauth.conf <>$root/conf/pubauth$sslsuffix.conf < -- cgit v1.2.3