From 0d034712baac235df7aea019e259c101d9ff4517 Mon Sep 17 00:00:00 2001 From: Melanie Date: Wed, 15 Sep 2010 15:56:03 +0100 Subject: Make AuthorizationService optional and disabled by default. It depends on external PHP and the default configuration makes it throw for not having a URL to this PHP --- bin/config-include/GridCommon.ini.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/config-include/GridCommon.ini.example') diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index c2cd5c3..3ab11b8 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example @@ -93,3 +93,6 @@ ;; Optionally, the port for the LLProxyLoginModule module can be changed ;Setup_LLProxyLoginModule = "9090/" + + ;; Authorization is not on by default, as it depends on external php + ;AuthorizationServices = "RemoteAuthorizationServicesConnector" -- cgit v1.1