[Zope-CVS] SVN: ldapadapter/trunk/README.txt Improved tests.
Florent Guillaume
fg at nuxeo.com
Sat Oct 9 10:14:41 EDT 2004
Log message for revision 27833:
Improved tests.
Changed:
U ldapadapter/trunk/README.txt
-=-
Modified: ldapadapter/trunk/README.txt
===================================================================
--- ldapadapter/trunk/README.txt 2004-10-09 14:14:25 UTC (rev 27832)
+++ ldapadapter/trunk/README.txt 2004-10-09 14:14:41 UTC (rev 27833)
@@ -35,3 +35,10 @@
>>> conn.search('o=test,dc=org', 'sub')
[(u'cn=yo', {'cn': [u'yo']})]
+Modify it.
+
+ XXX>>> conn.modify('cn=yo,o=test,dc=org', {'givenName': ['bob']})
+
+Delete it.
+
+ >>> conn.delete('cn=yo,o=test,dc=org')
More information about the Zope-CVS
mailing list