aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services
diff options
context:
space:
mode:
authorMelanie2009-09-04 08:10:05 +0100
committerMelanie2009-09-04 08:10:05 +0100
commit67f803c919324f49e21279faa43c9578b625529e (patch)
tree4924c2931e34c2a19645ed7d918da17b54e791f6 /OpenSim/Services
parentFully implement unencrypted auth token operations (diff)
downloadopensim-SC_OLD-67f803c919324f49e21279faa43c9578b625529e.zip
opensim-SC_OLD-67f803c919324f49e21279faa43c9578b625529e.tar.gz
opensim-SC_OLD-67f803c919324f49e21279faa43c9578b625529e.tar.bz2
opensim-SC_OLD-67f803c919324f49e21279faa43c9578b625529e.tar.xz
Add the new AuthStore to migrations. Update OpenSim.Server.ini
Diffstat (limited to 'OpenSim/Services')
-rw-r--r--OpenSim/Services/AuthenticationService/AuthenticationServiceBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/AuthenticationService/AuthenticationServiceBase.cs b/OpenSim/Services/AuthenticationService/AuthenticationServiceBase.cs
index 5056db3..2ed177c 100644
--- a/OpenSim/Services/AuthenticationService/AuthenticationServiceBase.cs
+++ b/OpenSim/Services/AuthenticationService/AuthenticationServiceBase.cs
@@ -53,7 +53,7 @@ namespace OpenSim.Services.AuthenticationService
53 { 53 {
54 string dllName = String.Empty; 54 string dllName = String.Empty;
55 string connString = String.Empty; 55 string connString = String.Empty;
56 string realm = String.Empty; 56 string realm = "auth";
57 57
58 // 58 //
59 // Try reading the [AuthenticationService] section first, if it exists 59 // Try reading the [AuthenticationService] section first, if it exists