
Connector::Proxy::Net::LDAP::DN

The class is designed to find and return the dn of matching records. It is possible to delete entries from the repository using the set method.
see Connector::Proxy::Net::LDAP for basic configuration options

Not supported.
Return the list of DNs, that match the filter (configuration + path value).
Return the number of entries in the list of get_list.
Not supported.
This method can be used to remove entire nodes from the ldap repository. For security reasons, you can remove only entries that are matched by the filter. To remove an entry, use the same path as used with get_list, pass undef as value and pass the DN to delete with the pkey attribute.
$conn->set('John*', undef, { pkey => 'cn=John Doe,ou=people...'})