The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Net::LDAP::Constant"

Net::LDAP::Constant - Constants for use with Net::LDAP River stage two • 70 direct dependents • 82 total dependents

Net::LDAP::Constant exports constants, technically: constant subroutines, for the LDAP status codes and OIDs listed in the sections below. In addition to exporting individual constants, the following tags can be used to export groups of constants. :a...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC

Net::LDAP::SimpleServer::Constant - Constants used in Net::LDAP::SimpleServer River stage zero No dependents

RUSSOZ/Net-LDAP-SimpleServer-0.0.21 - 11 Nov 2017 23:53:39 UTC

lib/Net/LDAP/Gateway/Constant.pm River stage zero No dependents

SALVA/Net-LDAP-Gateway-0.03 - 31 Aug 2011 13:10:37 UTC

Test::Net::LDAP - A Net::LDAP subclass for testing River stage one • 5 direct dependents • 5 total dependents

This module provides some testing methods for LDAP operations, such as "search", "add", and "modify", where each method is suffixed with either "_ok" or "_is". "Test::Net::LDAP" is a subclass of "Net::LDAP", so all the methods defined for "Net::LDAP"...

MAHIRO/Test-Net-LDAP-0.07 - 24 Mar 2015 17:01:39 UTC

Net::LDAP::Server - LDAP server side protocol handling River stage one • 2 direct dependents • 8 total dependents

AAR/Net-LDAP-Server-0.43 - 26 May 2011 19:12:59 UTC

Net::LDAP::Gateway - Infrastructure to build LDAP gateways River stage zero No dependents

This module provides a set of low level functions to encode and decode LDAP packets EXPORT The following functions can be imported from this module: $normalized = ldap_dn_normalize($dn) returns a normalized version of the given dn. $len = ldap_peek_m...

SALVA/Net-LDAP-Gateway-0.03 - 31 Aug 2011 13:10:37 UTC

Net::LDAP::Control - LDAPv3 control object base class River stage two • 70 direct dependents • 82 total dependents

"Net::LDAP::Control" is the base-class for LDAPv3 control objects. Controls provide a mechanism that allows one to extend the semantics and arguments of LDAP operations. Controls may be attached to LDAP operations, and only affect the semantics of th...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC

Test::Net::LDAP::Mock - A mock LDAP client with simulated search in memory River stage one • 5 direct dependents • 5 total dependents

Overview "Test::Net::LDAP::Mock" provides all the operations of "Net::LDAP", while they are performed in memory with fake data that are set up just for testing. It is most useful for developers who write testing for an application that uses LDAP sear...

MAHIRO/Test-Net-LDAP-0.07 - 24 Mar 2015 17:01:39 UTC

Net::LDAP::Control::VLV - LDAPv3 Virtual List View control object River stage two • 70 direct dependents • 82 total dependents

"Net::LDAP::Control::VLV" provides an interface for the creation and manipulation of objects that represent the Virtual List View as described by draft-ietf-ldapext-ldapv3-vlv-09.txt. When using a Virtual List View control in a search, it must be acc...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC

Net::LDAP::Control::Sort - Server Side Sort (SSS) control object River stage two • 70 direct dependents • 82 total dependents

"Net::LDAP::Control::Sort" is a sub-class of Net::LDAP::Control. It provides a class for manipulating the LDAP Server Side Sort (SSS) request control 1.2.840.113556.1.4.473 as defined in RFC-2891 If the server supports sorting, then the response from...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC

Net::LDAP::Control::Paged - LDAPv3 Paged results control object River stage two • 70 direct dependents • 82 total dependents

"Net::LDAP::Control::Paged" provides an interface for the creation and manipulation of objects that represent the "pagedResultsControl" as described by RFC 2696. The control is allowed on LDAP search requests ("search" in Net::LDAP) only. On other op...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC

Net::LDAP::Control::PreRead - LDAPv3 Pre-Read control object River stage two • 70 direct dependents • 82 total dependents

"Net::LDAP::Control::PreRead" provides an interface for the creation and manipulation of objects that represent the "Pre-Read Controls" as described by RFC 4527. In modification operations, the "Pre-Read request control" indicates to the server that ...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC

Net::LDAP::Control::PostRead - LDAPv3 Post-Read control object River stage two • 70 direct dependents • 82 total dependents

"Net::LDAP::Control::PostRead" provides an interface for the creation and manipulation of objects that represent the "Post-Read Controls" as described by RFC 4527. In modification operations, the "Post-Read request control" indicates to the server th...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC

Net::LDAP::Extension::Cancel - LDAP Cancel Operation River stage two • 70 direct dependents • 82 total dependents

"Net::LDAP::Extension::Cancel" implements the "Cancel" extended LDAPv3 operation as described in RFC 3909. The "Cancel" extended operation is very similar to the "Abandon" standard operation, and has the same call signature. Unlike the "Abandon" oper...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC

Net::LDAP::Control::SortResult - Server Side Sort (SSS) result control object River stage two • 70 direct dependents • 82 total dependents

"Net::LDAP::Control::SortResult" is a sub-class of Net::LDAP::Control. It provides a class for manipulating the LDAP sort request control 1.2.840.113556.1.4.474 as defined in RFC-2891 A sort result control will be returned by the server in response t...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC

Net::LDAP::Control::VLVResponse - LDAPv3 Virtual List View server response River stage two • 70 direct dependents • 82 total dependents

"Net::LDAP::Control::VLVResponse" is a sub-class of Net::LDAP::Control. It provides a class for manipulating the LDAP Virtual List View Response control "" If the server supports Virtual List Views, then the response from a search operation will incl...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC

Net::LDAP::Control::EntryChange - LDAPv3 Entry Change Notification control object River stage two • 70 direct dependents • 82 total dependents

"Net::LDAP::Control::EntryChange" provides an interface for the creation and manipulation of objects that represent the "EntryChangeNotification" control as described by draft-smith-psearch-ldap-03.txt....

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC

Net::LDAP::Control::SyncRequest - LDAPv3 Sync Request control object River stage two • 70 direct dependents • 82 total dependents

"Net::LDAP::Control::SyncRequest" provides an interface for the creation and manipulation of objects that represent the "Sync Request Control" as described by RFC 4533....

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC

Net::LDAP::Control::PasswordPolicy - LDAPv3 Password Policy control object River stage two • 70 direct dependents • 82 total dependents

"Net::LDAP::Control::PasswordPolicy" provides an interface for the creation and manipulation of objects that represent "PasswordPolicyRequest"s and "PasswordPolicyResponse"s as described by draft-behera-password-policy-09. This control can be passed ...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC
19 results (0.04 seconds)