From: Roger M. <rw...@fn...> - 2001-05-31 23:15:41
|
Hi, I just noticed a slight bug in ldif.py to do with the deletion of the object class list. The problem is that if you name the attribute 'objectClass' then the first attrs.remove() statement generates an exception and the second statement is not reached. To fix this you can check for the key first. I've attached the patch to this email. As a very quick work around call the attribute 'objectclass'. Roger |