diff options
author | Justin Clark-Casey (justincc) | 2011-10-18 22:51:40 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-18 22:51:40 +0100 |
commit | c85a780583cb36bac95f69c5d704f60a758d56bb (patch) | |
tree | 9ccd6c377ca205125020a9708038b32985ccdd13 /bin | |
parent | Temporarily put in log lines to record time taken to set terrain in OdeScene. (diff) | |
download | opensim-SC_OLD-c85a780583cb36bac95f69c5d704f60a758d56bb.zip opensim-SC_OLD-c85a780583cb36bac95f69c5d704f60a758d56bb.tar.gz opensim-SC_OLD-c85a780583cb36bac95f69c5d704f60a758d56bb.tar.bz2 opensim-SC_OLD-c85a780583cb36bac95f69c5d704f60a758d56bb.tar.xz |
Provide an option to allow remote calls to the CreateUser method on the UserAccountService
Default is false, as before.
Enabling AllowCreateUser in [UserAccountService] for ROBUST allows avatars to be created via an http call, with viewer 2 appropriate bits and pieces.
Only Ruths can be created at present.
Please don't rely on the config since at some point CreateUser will be moved to a separate co-ordinating service.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Robust.HG.ini.example | 7 | ||||
-rw-r--r-- | bin/Robust.ini.example | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 7f2636c..962c2f4 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -166,14 +166,17 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
166 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 166 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
167 | GridService = "OpenSim.Services.GridService.dll:GridService" | 167 | GridService = "OpenSim.Services.GridService.dll:GridService" |
168 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" | 168 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" |
169 | ; AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | 169 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" |
170 | 170 | ||
171 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 | 171 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 |
172 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. | 172 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. |
173 | ;; Default is false | 173 | ;; Default is false |
174 | ;; If you enable this you will also need to uncomment the AvatarService line above | ||
175 | ; CreateDefaultAvatarEntries = false | 174 | ; CreateDefaultAvatarEntries = false |
176 | 175 | ||
176 | ;; Allow the service to process HTTP create user calls. | ||
177 | ;; Default is false. | ||
178 | ; AllowCreateUser = false | ||
179 | |||
177 | 180 | ||
178 | [GridUserService] | 181 | [GridUserService] |
179 | ; for the server connector | 182 | ; for the server connector |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index a299a73..661a15e 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -149,7 +149,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
149 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 149 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
150 | GridService = "OpenSim.Services.GridService.dll:GridService" | 150 | GridService = "OpenSim.Services.GridService.dll:GridService" |
151 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" | 151 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" |
152 | ; AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | 152 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" |
153 | 153 | ||
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. |
@@ -157,6 +157,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
157 | ;; If you enable this you will also need to uncomment the AvatarService line above | 157 | ;; If you enable this you will also need to uncomment the AvatarService line above |
158 | ; CreateDefaultAvatarEntries = false | 158 | ; CreateDefaultAvatarEntries = false |
159 | 159 | ||
160 | ;; Allow the service to process HTTP create user calls. | ||
161 | ;; Default is false. | ||
162 | ; AllowCreateUser = false | ||
163 | |||
160 | 164 | ||
161 | [GridUserService] | 165 | [GridUserService] |
162 | ; for the server connector | 166 | ; for the server connector |