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 PHPviewer-2-initial-appearance
parent
3275fbec54
commit
0d034712ba
|
@ -14,7 +14,6 @@
|
||||||
AvatarServices = "RemoteAvatarServicesConnector"
|
AvatarServices = "RemoteAvatarServicesConnector"
|
||||||
NeighbourServices = "RemoteNeighbourServicesConnector"
|
NeighbourServices = "RemoteNeighbourServicesConnector"
|
||||||
AuthenticationServices = "RemoteAuthenticationServicesConnector"
|
AuthenticationServices = "RemoteAuthenticationServicesConnector"
|
||||||
AuthorizationServices = "RemoteAuthorizationServicesConnector"
|
|
||||||
PresenceServices = "RemotePresenceServicesConnector"
|
PresenceServices = "RemotePresenceServicesConnector"
|
||||||
UserAccountServices = "RemoteUserAccountServicesConnector"
|
UserAccountServices = "RemoteUserAccountServicesConnector"
|
||||||
GridUserServices = "RemoteGridUserServicesConnector"
|
GridUserServices = "RemoteGridUserServicesConnector"
|
||||||
|
|
|
@ -93,3 +93,6 @@
|
||||||
;; Optionally, the port for the LLProxyLoginModule module can be changed
|
;; Optionally, the port for the LLProxyLoginModule module can be changed
|
||||||
|
|
||||||
;Setup_LLProxyLoginModule = "9090/"
|
;Setup_LLProxyLoginModule = "9090/"
|
||||||
|
|
||||||
|
;; Authorization is not on by default, as it depends on external php
|
||||||
|
;AuthorizationServices = "RemoteAuthorizationServicesConnector"
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
AvatarServices = "RemoteAvatarServicesConnector"
|
AvatarServices = "RemoteAvatarServicesConnector"
|
||||||
NeighbourServices = "RemoteNeighbourServicesConnector"
|
NeighbourServices = "RemoteNeighbourServicesConnector"
|
||||||
AuthenticationServices = "RemoteAuthenticationServicesConnector"
|
AuthenticationServices = "RemoteAuthenticationServicesConnector"
|
||||||
AuthorizationServices = "RemoteAuthorizationServicesConnector"
|
|
||||||
PresenceServices = "RemotePresenceServicesConnector"
|
PresenceServices = "RemotePresenceServicesConnector"
|
||||||
UserAccountServices = "RemoteUserAccountServicesConnector"
|
UserAccountServices = "RemoteUserAccountServicesConnector"
|
||||||
GridUserServices = "RemoteGridUserServicesConnector"
|
GridUserServices = "RemoteGridUserServicesConnector"
|
||||||
|
|
|
@ -40,6 +40,9 @@
|
||||||
;; Enable this to use Freeswitch on a standalone
|
;; Enable this to use Freeswitch on a standalone
|
||||||
;FreeswitchServiceInConnector = True
|
;FreeswitchServiceInConnector = True
|
||||||
|
|
||||||
|
;; Authorization is not on by default, as it depends on external php
|
||||||
|
;AuthorizationServices = "LocalAuthorizationServicesConnector"
|
||||||
|
|
||||||
[FreeswitchService]
|
[FreeswitchService]
|
||||||
;; Configuration for the freeswitch service goes here
|
;; Configuration for the freeswitch service goes here
|
||||||
LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
|
LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
|
||||||
|
|
Loading…
Reference in New Issue