aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorDiva Canto2014-05-23 16:19:43 -0700
committerDiva Canto2014-05-23 16:19:43 -0700
commit20f20895cf1444071d5edc42e11a1fb94b1b1079 (patch)
tree0c7547590a89eec47886e0a8646f86ebbf449e63 /bin/Robust.ini.example
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-20f20895cf1444071d5edc42e11a1fb94b1b1079.zip
opensim-SC_OLD-20f20895cf1444071d5edc42e11a1fb94b1b1079.tar.gz
opensim-SC_OLD-20f20895cf1444071d5edc42e11a1fb94b1b1079.tar.bz2
opensim-SC_OLD-20f20895cf1444071d5edc42e11a1fb94b1b1079.tar.xz
Adds optional HTTP Basic Authentication to Robust service connectors.
Diffstat (limited to '')
-rw-r--r--bin/Robust.ini.example13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 2f1a627..203c0e0 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -81,6 +81,19 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
81 ; Password for cert 81 ; Password for cert
82 ; cert_pass = "password" 82 ; cert_pass = "password"
83 83
84 ;; The follow 3 variables are for HTTP Basic Authentication for the Robust services.
85 ;; Use this if your central services in port 8003 need to be accessible on the Internet
86 ;; but you want to protect them from unauthorized access.
87 ; AuthType = "BasicHttpAuthentication"
88 ; HttpAuthUsername = "some_username"
89 ; HttpAuthPassword = "some_password"
90 ;;
91 ;; AuthType above can be overriden in any of the service sections below by
92 ; AuthType = "None"
93 ;; This is useful in cases where you want to protect most of the services,
94 ;; but unprotect individual services. Username and Password can also be
95 ;; overriden if you want to use different credentials for the different services.
96
84 97
85; * The following are for the remote console 98; * The following are for the remote console
86; * They have no effect for the local or basic console types 99; * They have no effect for the local or basic console types