At 07:15 PM 3/19/2006, Brandon McCombs wrote: >I'm working on an ldap client and testing with openldap. I would like to be >able to create domain component objects using my app but I already have some >in my tree. What is the easiest way to delete these w/o reinstalling openldap >everytime I need to test this functionality?
as with any other object, ldap_delete_ext_s(3). Kurt
