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.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.ini.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 661a15e..2c8770a 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -154,13 +154,16 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
154 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 | 154 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 |
155 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. | 155 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. |
156 | ;; Default is false | 156 | ;; Default is false |
157 | ;; If you enable this you will also need to uncomment the AvatarService line above | ||
158 | ; CreateDefaultAvatarEntries = false | 157 | ; CreateDefaultAvatarEntries = false |
159 | 158 | ||
160 | ;; Allow the service to process HTTP create user calls. | 159 | ;; Allow the service to process HTTP create user calls. |
161 | ;; Default is false. | 160 | ;; Default is false. |
162 | ; AllowCreateUser = false | 161 | ; AllowCreateUser = false |
163 | 162 | ||
163 | ;; Allow the service to process HTTP set account calls. | ||
164 | ;; Default is false. | ||
165 | ; AllowSetAccount = false | ||
166 | |||
164 | 167 | ||
165 | [GridUserService] | 168 | [GridUserService] |
166 | ; for the server connector | 169 | ; for the server connector |