commit-gnue
[Top][All Lists]
Advanced

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

gnue/appserver/src geasAuthentification.py


From: Reinhard Mueller
Subject: gnue/appserver/src geasAuthentification.py
Date: Sun, 16 Feb 2003 18:09:44 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Reinhard Mueller <address@hidden>       03/02/16 18:09:44

Modified files:
        appserver/src  : geasAuthentification.py 

Log message:
        Temporarly remove check for access permission to make testing easier.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/appserver/src/geasAuthentification.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnue/appserver/src/geasAuthentification.py
diff -c gnue/appserver/src/geasAuthentification.py:1.2 
gnue/appserver/src/geasAuthentification.py:1.3
*** gnue/appserver/src/geasAuthentification.py:1.2      Wed Jan  1 19:45:40 2003
--- gnue/appserver/src/geasAuthentification.py  Sun Feb 16 18:09:43 2003
***************
*** 19,25 ****
  # write to the Free Software Foundation, Inc., 59 Temple Place 
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
! # $Id: geasAuthentification.py,v 1.2 2003/01/02 00:45:40 jcater Exp $
  
  import geasList
  import string
--- 19,25 ----
  # write to the Free Software Foundation, Inc., 59 Temple Place 
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
! # $Id: geasAuthentification.py,v 1.3 2003/02/16 23:09:43 reinhard Exp $
  
  import geasList
  import string
***************
*** 122,130 ****
    def hasAccess (self, session, user, classname):
      # this should be changed to check for the user again.
      # it will only be secure if the protocol supports session-management too.
!     if hasattr(session,"_tablelist") and (classname in session._tablelist):   
   
        return 1
!     else:
!       return 0  
      
      
--- 122,130 ----
    def hasAccess (self, session, user, classname):
      # this should be changed to check for the user again.
      # it will only be secure if the protocol supports session-management too.
!     # if hasattr(session,"_tablelist") and (classname in session._tablelist):
        return 1
!     # else:
!     #   return 0  
      
      




reply via email to

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