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 | |
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
-rw-r--r-- | bin/Robust.HG.ini.example | 6 | ||||
-rw-r--r-- | bin/Robust.ini.example | 4 |
2 files changed, 5 insertions, 5 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" |
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" |