commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r7155 - trunk/gnue-appserver/src


From: reinhard
Subject: [gnue] r7155 - trunk/gnue-appserver/src
Date: Thu, 10 Mar 2005 12:35:29 -0600 (CST)

Author: reinhard
Date: 2005-03-10 12:35:28 -0600 (Thu, 10 Mar 2005)
New Revision: 7155

Modified:
   trunk/gnue-appserver/src/geasSessionManager.py
Log:
Switched authentication parameters from 'user' and 'password' to '_username'
and '_password' to be consistent with the rest of gnue.


Modified: trunk/gnue-appserver/src/geasSessionManager.py
===================================================================
--- trunk/gnue-appserver/src/geasSessionManager.py      2005-03-10 18:31:38 UTC 
(rev 7154)
+++ trunk/gnue-appserver/src/geasSessionManager.py      2005-03-10 18:35:28 UTC 
(rev 7155)
@@ -248,7 +248,8 @@
     sess = geasSession.geasSession (conn, self._authAdapter, self,
                                     authentication)
 
-    sess.login (authentication ['user'], authentication ['password'])
+    sess.login (authentication.get ('_username'),
+                authentication.get ('_password'))
 
     # We use the memory address of the geasSession object as session id.  This
     # is always unique and even thread safe.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]