aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 2df07b7..34c4375 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -379,7 +379,7 @@
379[AuthenticationService] 379[AuthenticationService]
380 ; for the server connector 380 ; for the server connector
381 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 381 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
382 ; Realm = "useraccounts" 382 ; Realm = "auth"
383 383
384 ;; Allow the service to process HTTP getauthinfo calls. 384 ;; Allow the service to process HTTP getauthinfo calls.
385 ;; Default is false. 385 ;; Default is false.
@@ -402,13 +402,13 @@
402 402
403; * This is the new style user service. 403; * This is the new style user service.
404; * "Realm" is the table that is used for user lookup. 404; * "Realm" is the table that is used for user lookup.
405; * It defaults to "useraccounts", which uses the new style. 405; * It defaults to "UserAccounts", which uses the new style.
406; * Realm = "users" will use the legacy tables as an authentication source 406; * Realm = "users" will use the legacy tables as an authentication source
407; * 407; *
408[UserAccountService] 408[UserAccountService]
409 ; for the server connector 409 ; for the server connector
410 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" 410 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
411 ; Realm = "useraccounts" 411 ; Realm = "UserAccounts"
412 412
413 ; These are for creating new accounts by the service 413 ; These are for creating new accounts by the service
414 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 414 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"