No way of deleting entries

Bug #318279 reported by Morten Siebuhr
2
Affects Status Importance Assigned to Milestone
Python LDAP OM
Won't Fix
Undecided
Unassigned

Bug Description

There is currently no way of deleting an entry in ldapom.

Perhaps:

    l = ldapom( ... )
    for user in l.search().filter(some-or-other-filter):
        l.delete(user)
      -- OR --
        user.delete()

Changed in python-ldap-om:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.