From c85a780583cb36bac95f69c5d704f60a758d56bb Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 18 Oct 2011 22:51:40 +0100 Subject: 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. --- bin/Robust.ini.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/Robust.ini.example') 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 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" GridService = "OpenSim.Services.GridService.dll:GridService" InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" - ; AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" + AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 ;; 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 ;; If you enable this you will also need to uncomment the AvatarService line above ; CreateDefaultAvatarEntries = false + ;; Allow the service to process HTTP create user calls. + ;; Default is false. + ; AllowCreateUser = false + [GridUserService] ; for the server connector -- cgit v1.1