diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 206e2f8dc0..ecbd7e37f0 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs @@ -187,11 +187,11 @@ namespace OpenSim.Region.Framework.Scenes { m_AuthorizationService = RequestModuleInterface(); - if (m_AuthorizationService == null) - { - // don't throw an exception if no authorization service is set for the time being - m_log.InfoFormat("[SCENE]: No Authorization service is configured"); - } + //if (m_AuthorizationService == null) + //{ + // // don't throw an exception if no authorization service is set for the time being + // m_log.InfoFormat("[SCENE]: No Authorization service is configured"); + //} } return m_AuthorizationService; diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index 6bf493bdb7..27e5cfb33f 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini @@ -13,7 +13,6 @@ GridServices = "RemoteGridServicesConnector" NeighbourServices = "RemoteNeighbourServicesConnector" AuthenticationServices = "RemoteAuthenticationServicesConnector" - AuthorizationServices = "RemoteAuthorizationServicesConnector" PresenceServices = "RemotePresenceServicesConnector" UserAccountServices = "RemoteUserAccountServicesConnector" SimulationServices = "RemoteSimulationConnectorModule" diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini index 1a68362047..308959865f 100644 --- a/bin/config-include/GridHypergrid.ini +++ b/bin/config-include/GridHypergrid.ini @@ -16,7 +16,6 @@ GridServices = "HGGridServicesConnector" NeighbourServices = "RemoteNeighbourServicesConnector" AuthenticationServices = "RemoteAuthenticationServicesConnector" - AuthorizationServices = "LocalAuthorizationServicesConnector" PresenceServices = "RemotePresenceServicesConnector" UserAccountServices = "RemoteUserAccountServicesConnector" SimulationServices = "RemoteSimulationConnectorModule" diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index a3e0547a2c..682170c6fb 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini @@ -15,7 +15,6 @@ InventoryServices = "HGInventoryBroker" NeighbourServices = "RemoteNeighbourServicesConnector" AuthenticationServices = "LocalAuthenticationServicesConnector" - AuthorizationServices = "LocalAuthorizationServicesConnector" GridServices = "HGGridServicesConnector" PresenceServices = "LocalPresenceServicesConnector" UserAccountServices = "LocalUserAccountServicesConnector"