From: Cristian S. R. <cr...@dc...> - 2003-11-13 20:04:17
|
Hi, Traying to use the DSML writer as the LDIF writer with the async module, with the following code, I changed some lines in the dsml.py and async.py files. s = ldap.async.DSMLWriter( ldap.initialize('ldap://%s' % host), sys.stdout ) s.startSearch( base, ldap.SCOPE_SUBTREE, '(objectClass=*)', ) I checked out the files from the CVS and I changed them. It's working fine. For commit them in the CVS, I attached them in the mail. Bye, Cristian. PD: Sorry by my bad english. I hope you understand it ;) |