diff options
author | Diva Canto | 2015-09-06 10:02:16 -0700 |
---|---|---|
committer | Diva Canto | 2015-09-06 10:02:16 -0700 |
commit | 3a72e755b900c39248f1d12092ffbb91a7f28a0d (patch) | |
tree | 15e2fcf8fb02c12e03fb8eab5cde33e0bbc42688 /bin/config-include | |
parent | Clean up viewer-based access control specifications. (diff) | |
download | opensim-SC-3a72e755b900c39248f1d12092ffbb91a7f28a0d.zip opensim-SC-3a72e755b900c39248f1d12092ffbb91a7f28a0d.tar.gz opensim-SC-3a72e755b900c39248f1d12092ffbb91a7f28a0d.tar.bz2 opensim-SC-3a72e755b900c39248f1d12092ffbb91a7f28a0d.tar.xz |
Deleted access control spec from [LoginService] section of standalone config. It's in OpenSim.ini now under [AccessControl]. Backwards compatibility preserved.
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 179be94..76d7a99 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -145,23 +145,6 @@ | |||
145 | ;; Set minimum fee to publish classified | 145 | ;; Set minimum fee to publish classified |
146 | ; ClassifiedFee = 0 | 146 | ; ClassifiedFee = 0 |
147 | 147 | ||
148 | ;; Regular expressions for controlling which client versions are accepted/denied. | ||
149 | ;; An empty string means nothing is checked. | ||
150 | ;; | ||
151 | ;; Example 1: allow only these 3 types of clients (any version of them) | ||
152 | ;; AllowedClients = "Imprudence|Hippo|Second Life" | ||
153 | ;; | ||
154 | ;; Example 2: allow all clients except these | ||
155 | ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald" | ||
156 | ;; | ||
157 | ;; Note that these are regular expressions, so every character counts. | ||
158 | ;; Also note that this is very weak security and should not be trusted as a reliable means | ||
159 | ;; for keeping bad clients out; modified clients can fake their identifiers. | ||
160 | ;; | ||
161 | ;; | ||
162 | ;AllowedClients = "" | ||
163 | ;DeniedClients = "" | ||
164 | |||
165 | ; Basic Login Service Dos Protection Tweaks | 148 | ; Basic Login Service Dos Protection Tweaks |
166 | ; ; | 149 | ; ; |
167 | ; ; Some Grids/Users use a transparent proxy that makes use of the X-Forwarded-For HTTP Header, If you do, set this to true | 150 | ; ; Some Grids/Users use a transparent proxy that makes use of the X-Forwarded-For HTTP Header, If you do, set this to true |