[Zope-CVS] SVN: ldapadapter/trunk/interfaces.py Use consistent capitalization for objectClass.

Florent Guillaume fg at nuxeo.com
Sun Oct 10 11:34:28 EDT 2004


Log message for revision 27919:
  Use consistent capitalization for objectClass.
  


Changed:
  U   ldapadapter/trunk/interfaces.py


-=-
Modified: ldapadapter/trunk/interfaces.py
===================================================================
--- ldapadapter/trunk/interfaces.py	2004-10-10 15:31:25 UTC (rev 27918)
+++ ldapadapter/trunk/interfaces.py	2004-10-10 15:34:28 UTC (rev 27919)
@@ -108,7 +108,7 @@
         - entry is the subset of attributes we want to modify.
         """
 
-    def search(base, scope='one', filter='(objectclass=*)', attrs=None):
+    def search(base, scope='one', filter='(objectClass=*)', attrs=None):
         """Search an LDAP server.
 
         - base is a unicode dn.



More information about the Zope-CVS mailing list