aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
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
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')
-rw-r--r--bin/Robust.HG.ini.example8
-rw-r--r--bin/Robust.ini.example8
2 files changed, 12 insertions, 4 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 5958fc1..aed1d33 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -146,6 +146,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
146 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 146 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
147 ; Realm = "useraccounts" 147 ; Realm = "useraccounts"
148 148
149 ;; Allow the service to process HTTP setpassword calls.
150 ;; Default is false.
151 ; AllowSetPassword = false
152
149[OpenIdService] 153[OpenIdService]
150 ; for the server connector 154 ; for the server connector
151 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 155 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
@@ -173,11 +177,11 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
173 ;; Default is false 177 ;; Default is false
174 ; CreateDefaultAvatarEntries = false 178 ; CreateDefaultAvatarEntries = false
175 179
176 ;; Allow the service to process HTTP create user calls. 180 ;; Allow the service to process HTTP createuser calls.
177 ;; Default is false. 181 ;; Default is false.
178 ; AllowCreateUser = false 182 ; AllowCreateUser = false
179 183
180 ;; Allow the service to process HTTP set account calls. 184 ;; Allow the service to process HTTP setaccount calls.
181 ;; Default is false. 185 ;; Default is false.
182 ; AllowSetAccount = false 186 ; AllowSetAccount = false
183 187
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