diff options
author | Diva Canto | 2015-09-06 10:00:20 -0700 |
---|---|---|
committer | Diva Canto | 2015-09-06 10:00:20 -0700 |
commit | 82ea4179da7ea32ea2efbd1cb209c77d5871b3fd (patch) | |
tree | 8365dadb8e02955f378e0baadad125a49118f0a7 /bin/OpenSimDefaults.ini | |
parent | Related to previous commits: fixed namespace. (diff) | |
download | opensim-SC-82ea4179da7ea32ea2efbd1cb209c77d5871b3fd.zip opensim-SC-82ea4179da7ea32ea2efbd1cb209c77d5871b3fd.tar.gz opensim-SC-82ea4179da7ea32ea2efbd1cb209c77d5871b3fd.tar.bz2 opensim-SC-82ea4179da7ea32ea2efbd1cb209c77d5871b3fd.tar.xz |
Clean up viewer-based access control specifications.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index c0c8134..963eeff 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -531,6 +531,14 @@ | |||
531 | ; many simultaneous requests, default is 30 and is currently applied only to assets | 531 | ; many simultaneous requests, default is 30 and is currently applied only to assets |
532 | ;MaxRequestConcurrency = 30 | 532 | ;MaxRequestConcurrency = 30 |
533 | 533 | ||
534 | [AccessControl] | ||
535 | ; Viewer-based access control. |-separated list of allowed viewers. | ||
536 | ; AllowedClients = "" | ||
537 | |||
538 | ; Viewer-based access control. |-separated list of denied viewers. | ||
539 | ; No restrictions by default. | ||
540 | ; DeniedClients = "" | ||
541 | |||
534 | 542 | ||
535 | [ClientStack.LindenUDP] | 543 | [ClientStack.LindenUDP] |
536 | ; Set this to true to process incoming packets asynchronously. Networking is | 544 | ; Set this to true to process incoming packets asynchronously. Networking is |