From d9184eceab5ff9087801b0f0d447dec2f5227a50 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Wed, 19 Oct 2011 19:01:57 +0100 Subject: Add option to allow remote http calls to setpassword in the AuthenticationService. This is switched on by setting AllowSetPassword = true in the [AuthenticationService] section of Robust.ini or Robust.HG.ini Default is false as before. --- bin/Robust.ini.example | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'bin/Robust.ini.example') 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 ; for the server connector LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" + ;; Allow the service to process HTTP setpassword calls. + ;; Default is false. + ; AllowSetPassword = false + [OpenIdService] ; for the server connector AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" @@ -156,11 +160,11 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 ;; Default is false ; CreateDefaultAvatarEntries = false - ;; Allow the service to process HTTP create user calls. + ;; Allow the service to process HTTP createuser calls. ;; Default is false. ; AllowCreateUser = false - ;; Allow the service to process HTTP set account calls. + ;; Allow the service to process HTTP setaccount calls. ;; Default is false. ; AllowSetAccount = false -- cgit v1.1