diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-07-24 23:21:38 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-07-24 23:21:38 +0000 |
commit | 50b290072e213a7aeb62d6bac5ad4b67a6fc42eb (patch) | |
tree | 809a05cb56ee40a7f2dbf4973422c0070cd60773 /sca-cpp/trunk/modules/openid/start-test | |
parent | fcc191fad24715bf54e8dcd0ea50303161787d0b (diff) |
Change OpenID conf to protect the entire tree under a host, and work with OpenID step2 discovery.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@978945 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rwxr-xr-x | sca-cpp/trunk/modules/openid/start-test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-cpp/trunk/modules/openid/start-test b/sca-cpp/trunk/modules/openid/start-test index eed21f759c..11a0d0b511 100755 --- a/sca-cpp/trunk/modules/openid/start-test +++ b/sca-cpp/trunk/modules/openid/start-test @@ -19,9 +19,10 @@ # Setup ../../modules/http/httpd-conf tmp localhost 8090 htdocs +./openid-conf tmp localhost 8090 htdocs +./openid-step2-conf tmp localhost 8090 htdocs ../../modules/server/server-conf tmp ../../modules/server/scheme-conf tmp -./openid-conf tmp htdocs cat >>tmp/conf/httpd.conf <<EOF SCAContribution `pwd`/ SCAComposite openid.composite |