GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Connector::Proxy::Net::LDAP::DN(3) User Contributed Perl Documentation Connector::Proxy::Net::LDAP::DN(3)

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...'})
2022-02-04 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.