[Zope3-checkins] SVN: ldapauth/trunk/interfaces.py ldap_principal holds all the necessary information.

Évrard Nicolas nicoe at wanadoo.be
Thu Jul 22 17:43:25 EDT 2004


Log message for revision 26678:
  ldap_principal holds all the necessary information.
  


Changed:
  U   ldapauth/trunk/interfaces.py


-=-
Modified: ldapauth/trunk/interfaces.py
===================================================================
--- ldapauth/trunk/interfaces.py	2004-07-22 11:02:21 UTC (rev 26677)
+++ ldapauth/trunk/interfaces.py	2004-07-22 14:02:17 UTC (rev 26678)
@@ -57,13 +57,13 @@
 class ILDAPManager(Interface):
     """A LDAP server manager."""
 
-    def addPrincipal(login_attribute, ldap_principal):
+    def addPrincipal(ldap_principal):
         """Add a principal to the LDAP server."""
 
-    def editPrincipal(login_attribute, ldap_principal):
+    def editPrincipal(ldap_principal):
         """Edit a principal to the LDAP server."""
 
-    def deletePrincipal(login_attribute):
+    def deletePrincipal(login):
         """Delete a principal to the LDAP server."""
 
 



More information about the Zope3-Checkins mailing list