[ZODB-Dev] ZODB Frontend: SecureZEO
   
    Jeremy Hylton
     
    jeremy@alum.mit.edu
       
    Sat, 24 Aug 2002 10:19:55 -0400
    
    
  
>>>>> "TG" == Thomas Guettler <guettli@thomas-guettler.de> writes:
  TG> I am interested in a something like SecureZEO, too.  I am not a
  TG> ZEO expert yet. Maybe something different fits my needs, too:
  TG> Searching a method for accessing ZODB via network. The client
  TG> should be a GUI application. Authentication is required.
ZEO has its own home-grown RPC protocol that uses Python pickles.  It
is certainly possible to extend this protocol with authentication.  If
you are interested in working on it, I can lend a hand, but I don't
have the cycles myself.
Jeremy