aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/Grid.ini
diff options
context:
space:
mode:
authorMelanie2010-09-15 15:56:03 +0100
committerMelanie2010-09-15 15:56:03 +0100
commit0d034712baac235df7aea019e259c101d9ff4517 (patch)
treef625e3701ae70459a648aacd3808e112c2b1e861 /bin/config-include/Grid.ini
parentFix the above (diff)
downloadopensim-SC_OLD-0d034712baac235df7aea019e259c101d9ff4517.zip
opensim-SC_OLD-0d034712baac235df7aea019e259c101d9ff4517.tar.gz
opensim-SC_OLD-0d034712baac235df7aea019e259c101d9ff4517.tar.bz2
opensim-SC_OLD-0d034712baac235df7aea019e259c101d9ff4517.tar.xz
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
Diffstat (limited to '')
-rw-r--r--bin/config-include/Grid.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini
index 4a6a082..1794573 100644
--- a/bin/config-include/Grid.ini
+++ b/bin/config-include/Grid.ini
@@ -14,7 +14,6 @@
14 AvatarServices = "RemoteAvatarServicesConnector" 14 AvatarServices = "RemoteAvatarServicesConnector"
15 NeighbourServices = "RemoteNeighbourServicesConnector" 15 NeighbourServices = "RemoteNeighbourServicesConnector"
16 AuthenticationServices = "RemoteAuthenticationServicesConnector" 16 AuthenticationServices = "RemoteAuthenticationServicesConnector"
17 AuthorizationServices = "RemoteAuthorizationServicesConnector"
18 PresenceServices = "RemotePresenceServicesConnector" 17 PresenceServices = "RemotePresenceServicesConnector"
19 UserAccountServices = "RemoteUserAccountServicesConnector" 18 UserAccountServices = "RemoteUserAccountServicesConnector"
20 GridUserServices = "RemoteGridUserServicesConnector" 19 GridUserServices = "RemoteGridUserServicesConnector"