diff options
author | Justin Clark-Casey (justincc) | 2011-10-19 00:06:40 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-19 00:06:40 +0100 |
commit | 9d59b285bbc84aa620200e7da69be0f347dd69f4 (patch) | |
tree | 9bf78d665169c39a10d9e0160d60e3f7262e962d /bin/Robust.HG.ini.example | |
parent | Provide an option to allow remote calls to the CreateUser method on the UserA... (diff) | |
download | opensim-SC_OLD-9d59b285bbc84aa620200e7da69be0f347dd69f4.zip opensim-SC_OLD-9d59b285bbc84aa620200e7da69be0f347dd69f4.tar.gz opensim-SC_OLD-9d59b285bbc84aa620200e7da69be0f347dd69f4.tar.bz2 opensim-SC_OLD-9d59b285bbc84aa620200e7da69be0f347dd69f4.tar.xz |
Allow an http call to set account details if AllowSetAccount = true in [UserAccountService].
As before, default is false to not allow these calls.
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.HG.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 962c2f4..5958fc1 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -177,6 +177,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
177 | ;; Default is false. | 177 | ;; Default is false. |
178 | ; AllowCreateUser = false | 178 | ; AllowCreateUser = false |
179 | 179 | ||
180 | ;; Allow the service to process HTTP set account calls. | ||
181 | ;; Default is false. | ||
182 | ; AllowSetAccount = false | ||
183 | |||
180 | 184 | ||
181 | [GridUserService] | 185 | [GridUserService] |
182 | ; for the server connector | 186 | ; for the server connector |