phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [patch #5803] http auth type to be corrected


From: Olivier Berger
Subject: [Phpgroupware-tracker] [patch #5803] http auth type to be corrected
Date: Sat, 17 Mar 2007 15:39:15 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.2) Gecko/20070208 Iceweasel/2.0.0.2 (Debian-2.0.0.2+dfsg-3)

URL:
  <http://savannah.gnu.org/patch/?5803>

                 Summary: http auth type to be corrected
                 Project: phpGroupWare
            Submitted by: olberger
            Submitted on: samedi 17.03.2007 à 16:39
                Category: API -  phpGWapi
                Priority: 3 - Low
              Item Group: 0.9.16 (stable)
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

I think http authentication is not ready yet, but there is still code which
seems to relate to it... and I think I found some oldies which may be
corrected easily in the "trivial" class.auth_http.inc.php :

 if (isset($GLOBALS['PHP_AUTH_USER']))

should be replaced by :
 if (isset($GLOBALS['HTTP_SERVER_VARS']['PHP_AUTH_USER']))

... OK, I know it's not useable in 0.9.16... but I'm tryng to test apache
auth with phpgw, and if that was corrected, all I would need is diverting
login.php with some new code.

What do you think ?




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?5803>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/





reply via email to

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