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/



_______________________________________________
phpGroupWare-tracker mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-tracker

Reply via email to