aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorUbitUmarov2018-03-20 09:54:49 +0000
committerUbitUmarov2018-03-20 09:54:49 +0000
commit0a1d96b95eb09f1d87a0f9d2e14e9e8c3fade61c (patch)
treee5df2725fc842ca83c6c6b21713ec242d5a3ee24 /bin/Robust.ini.example
parentRemoved trailing semi-colons from option settings (diff)
downloadopensim-SC-0a1d96b95eb09f1d87a0f9d2e14e9e8c3fade61c.zip
opensim-SC-0a1d96b95eb09f1d87a0f9d2e14e9e8c3fade61c.tar.gz
opensim-SC-0a1d96b95eb09f1d87a0f9d2e14e9e8c3fade61c.tar.bz2
opensim-SC-0a1d96b95eb09f1d87a0f9d2e14e9e8c3fade61c.tar.xz
mantis 8257: fix the default realm (ie table name) of AuthenticationService
Diffstat (limited to '')
-rw-r--r--bin/Robust.ini.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index d3a4372..e5d3d1a 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -326,7 +326,7 @@
326[AuthenticationService] 326[AuthenticationService]
327 ; for the server connector 327 ; for the server connector
328 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 328 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
329 ; Realm = "useraccounts" 329 ; Realm = "auth"
330 330
331 ;; Allow the service to process HTTP getauthinfo calls. 331 ;; Allow the service to process HTTP getauthinfo calls.
332 ;; Default is false. 332 ;; Default is false.
@@ -355,7 +355,7 @@
355[UserAccountService] 355[UserAccountService]
356 ; for the server connector 356 ; for the server connector
357 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" 357 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
358 ; Realm = "useraccounts" 358 ; Realm = "UserAccounts"
359 359
360 ; These are for creating new accounts by the service 360 ; These are for creating new accounts by the service
361 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 361 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"