[turba] Login/Pass in Turba
James Tavares
jtavares@loa.com
Mon, 23 Apr 2001 08:29:30 -0400
There is a patch available that has not made its way to the CVS just yet:
--- Auth.php Thu Apr 19 00:00:37 2001
+++ XAuth.php Wed Apr 18 23:51:38 2001
@@ -174,6 +174,11 @@
*/
function getAuth($realm = null)
{
+ if (isset($GLOBALS['HTTP_SESSION_VARS']['imp']['user'])){
+ return $GLOBALS['HTTP_SESSION_VARS']['imp']['user'];
+ } else {
+ return false;
+ }
if (!empty($realm)) {
if (isset($GLOBALS['HTTP_SESSION_VARS']['__auth'][$realm])) {
if
(!empty($GLOBALS['HTTP_SESSION_VARS']['__auth'][$realm]['authenticated']) &&
Have fun.... The author's instructions are:
Apply it in horde/lib directory
patch < Auth.patch
-James
---------------------------------------------------------
James Tavares <jtavares@loa.com>
Sr. Data Network Engineer
Log On America, Inc.
Ph: 1-401-459-6294
Fax: 1-401-459-6580
Web: http://www.loa.com/
----- Original Message -----
From: "Laurent De Ridder" <laurent@wanadoo.be>
To: <turba@lists.horde.org>
Sent: Monday, April 23, 2001 3:56 AM
Subject: [turba] Login/Pass in Turba
Hello,
I use IMP and Turba.
I log in IMP and when I click on "contact" , they ask me for a login and a
password !!! How can I make that Turba uses the Imp login and pass ?
Laurent De Ridder