aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorRobert Adams2015-04-14 07:17:54 -0700
committerRobert Adams2015-04-14 07:17:54 -0700
commite4e58fad322c7e53ec725a616773294985332c7c (patch)
tree4bffa693e619c77cfc8bc226fd242c690056aba8 /bin/OpenSim.ini.example
parentRemove ossl settings in XEngine section of OpenSim.ini.example with note to w... (diff)
downloadopensim-SC_OLD-e4e58fad322c7e53ec725a616773294985332c7c.zip
opensim-SC_OLD-e4e58fad322c7e53ec725a616773294985332c7c.tar.gz
opensim-SC_OLD-e4e58fad322c7e53ec725a616773294985332c7c.tar.bz2
opensim-SC_OLD-e4e58fad322c7e53ec725a616773294985332c7c.tar.xz
Enable OSSL functions by default using the osslEnable.ini configuration file.
This changes OpenSim.ini.example to, by default, include osslEnable.ini which turns on the OSSL functions and limits who can do which operations.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index e911516..bb2cb12 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -964,7 +964,7 @@
964 ;# {Include-osslEnable} {} {Include file for enabling and permissions for OSSL functions} {} 964 ;# {Include-osslEnable} {} {Include file for enabling and permissions for OSSL functions} {}
965 ;; Optionally include file to enable OSSL functions and set permissions on who can use which. 965 ;; Optionally include file to enable OSSL functions and set permissions on who can use which.
966 ;; If this INI file is not included, the OSSL functions are disabled. 966 ;; If this INI file is not included, the OSSL functions are disabled.
967 ; Include-osslEnable = "config-include/osslEnable.ini" 967 Include-osslEnable = "config-include/osslEnable.ini"
968 968
969 969
970[MRM] 970[MRM]