aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-19 19:01:57 +0100
committerJustin Clark-Casey (justincc)2011-10-19 19:03:17 +0100
commitd9184eceab5ff9087801b0f0d447dec2f5227a50 (patch)
tree18f4a8125c67fd86db53106f798b52296bb44ab3 /bin/Robust.ini.example
parentSlightly change log message in LoadRegionsPlugin (diff)
downloadopensim-SC_OLD-d9184eceab5ff9087801b0f0d447dec2f5227a50.zip
opensim-SC_OLD-d9184eceab5ff9087801b0f0d447dec2f5227a50.tar.gz
opensim-SC_OLD-d9184eceab5ff9087801b0f0d447dec2f5227a50.tar.bz2
opensim-SC_OLD-d9184eceab5ff9087801b0f0d447dec2f5227a50.tar.xz
Add option to allow remote http calls to setpassword in the AuthenticationService.
This is switched on by setting AllowSetPassword = true in the [AuthenticationService] section of Robust.ini or Robust.HG.ini Default is false as before.
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r--bin/Robust.ini.example8
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 2c8770a..522cc56 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -129,6 +129,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
129 ; for the server connector 129 ; for the server connector
130 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 130 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
131 131
132 ;; Allow the service to process HTTP setpassword calls.
133 ;; Default is false.
134 ; AllowSetPassword = false
135
132[OpenIdService] 136[OpenIdService]
133 ; for the server connector 137 ; for the server connector
134 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 138 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
@@ -156,11 +160,11 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
156 ;; Default is false 160 ;; Default is false
157 ; CreateDefaultAvatarEntries = false 161 ; CreateDefaultAvatarEntries = false
158 162
159 ;; Allow the service to process HTTP create user calls. 163 ;; Allow the service to process HTTP createuser calls.
160 ;; Default is false. 164 ;; Default is false.
161 ; AllowCreateUser = false 165 ; AllowCreateUser = false
162 166
163 ;; Allow the service to process HTTP set account calls. 167 ;; Allow the service to process HTTP setaccount calls.
164 ;; Default is false. 168 ;; Default is false.
165 ; AllowSetAccount = false 169 ; AllowSetAccount = false
166 170