minor: Change commented out authentication service realm setting to "users" to match defaults in code
parent
6d3d985511
commit
9ddf598e54
|
@ -58,7 +58,7 @@ LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
|
||||||
AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
||||||
StorageProvider = "OpenSim.Data.MySQL.dll"
|
StorageProvider = "OpenSim.Data.MySQL.dll"
|
||||||
ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;"
|
ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;"
|
||||||
; Realm = "auth"
|
; Realm = "users"
|
||||||
|
|
||||||
; * This is the new style user service.
|
; * This is the new style user service.
|
||||||
; * "Realm" is the table that is used for user lookup.
|
; * "Realm" is the table that is used for user lookup.
|
||||||
|
|
Loading…
Reference in New Issue