aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authorDiva Canto2012-09-22 11:11:48 -0700
committerDiva Canto2012-09-22 11:11:48 -0700
commitfb6d6e5cca8e283025ef80cfd29a97bc5882550d (patch)
tree6a3b50fccf9645b2752cd90b5751fefae15068ea /bin/config-include
parentMore HG 2.0: access control at the Gatekeeper. \o/ (diff)
downloadopensim-SC_OLD-fb6d6e5cca8e283025ef80cfd29a97bc5882550d.zip
opensim-SC_OLD-fb6d6e5cca8e283025ef80cfd29a97bc5882550d.tar.gz
opensim-SC_OLD-fb6d6e5cca8e283025ef80cfd29a97bc5882550d.tar.bz2
opensim-SC_OLD-fb6d6e5cca8e283025ef80cfd29a97bc5882550d.tar.xz
HG 2.0: User Agent Service now can also control where the local users can go. Domain-name and user-level based. \o/
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example19
1 files changed, 18 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 4339cb1..84de0ec 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -280,5 +280,22 @@
280 ; Region_Test_1 = "DisallowForeigners" 280 ; Region_Test_1 = "DisallowForeigners"
281 281
282[UserAgentService] 282[UserAgentService]
283 ; User level required to be contacted from other grids 283 ;; User level required to be contacted from other grids
284 ;LevelOutsideContacts = 0 284 ;LevelOutsideContacts = 0
285
286 ;; Restrictions on destinations of local users.
287 ;; Are local users allowed to visit other grids?
288 ;; What user level? Use variables of this forrm:
289 ;; ForeignTripsAllowed_Level_<UserLevel> = true | false
290 ;; (the default is true)
291 ;; For example:
292 ; ForeignTripsAllowed_Level_0 = false
293 ; ForeignTripsAllowed_Level_200 = true ; true is default, no need to say it
294 ;;
295 ;; If ForeignTripsAllowed is false, make exceptions using DisallowExcept
296 ;; Leave blank or commented for no exceptions.
297 ; DisallowExcept_Level_0 = "http://myothergrid.com:8002, http://boss.com:8002"
298 ;;
299 ;; If ForeignTripsAllowed is true, make exceptions using AllowExcept.
300 ;; Leave blank or commented for no exceptions.
301 ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002"