[Zodb-checkins] CVS: ZODB3/ZODB - component.xml:1.7.8.1

Jeremy Hylton jeremy at zope.com
Wed May 28 15:38:01 EDT 2003


Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv5351/ZODB

Modified Files:
      Tag: ZODB3-auth-branch
	component.xml 
Log Message:
Big refactoring of authentication mechanism.

Add mac to the smac layer.
Add explicit realm for use by client and server.
Add authentication to the ZEO schema components.
Add session key generation to digest authentication.

Add a new zeopasswd.py script that isn't quite done.
Move plaintext authentication to the tests directory; it isn't
supposed to be used for real.


=== ZODB3/ZODB/component.xml 1.7 => 1.7.8.1 ===
--- ZODB3/ZODB/component.xml:1.7	Mon Mar 24 17:32:39 2003
+++ ZODB3/ZODB/component.xml	Wed May 28 14:37:30 2003
@@ -75,6 +75,14 @@
     <key name="wait" datatype="boolean" default="on"/>
     <key name="read-only" datatype="boolean" default="off"/>
     <key name="read-only-fallback" datatype="boolean" default="off"/>
+    <key name="realm" required="no">
+      <description>
+        The authentication realm of the server.  Some authentication
+        schemes use a realm to identify the logic set of usernames
+        that are accepted by this server.
+      </description>
+    </key>
+
   </sectiontype>
 
   <sectiontype name="demostorage" datatype=".DemoStorage"




More information about the Zodb-checkins mailing list