diff options
author | UbitUmarov | 2018-03-20 09:54:49 +0000 |
---|---|---|
committer | UbitUmarov | 2018-03-20 09:54:49 +0000 |
commit | 0a1d96b95eb09f1d87a0f9d2e14e9e8c3fade61c (patch) | |
tree | e5df2725fc842ca83c6c6b21713ec242d5a3ee24 /bin/Robust.HG.ini.example | |
parent | Removed trailing semi-colons from option settings (diff) | |
download | opensim-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 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 6 |
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" |