aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorMelanie2011-10-25 02:56:56 +0100
committerMelanie2011-10-25 02:56:56 +0100
commita71c60ee6d1430236de2a1f903e3f2393d40e717 (patch)
treeaf5d43d2f71abeefb519b319c0eecb872080c684 /bin/Robust.ini.example
parentMerge commit 'fe484ab331871e1419ee78afefca7c8856e2dfb4' into bigmerge (diff)
parentAdd option to allow remote http calls to setpassword in the AuthenticationSer... (diff)
downloadopensim-SC_OLD-a71c60ee6d1430236de2a1f903e3f2393d40e717.zip
opensim-SC_OLD-a71c60ee6d1430236de2a1f903e3f2393d40e717.tar.gz
opensim-SC_OLD-a71c60ee6d1430236de2a1f903e3f2393d40e717.tar.bz2
opensim-SC_OLD-a71c60ee6d1430236de2a1f903e3f2393d40e717.tar.xz
Merge commit 'd9184eceab5ff9087801b0f0d447dec2f5227a50' into bigmerge
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