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
This commit is contained in:
Melanie
2010-09-15 15:56:03 +01:00
parent 3275fbec54
commit 0d034712ba
4 changed files with 6 additions and 2 deletions

View File

@@ -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"