Search results for "module:Net::LDAP"
Net::LDAP::SID - Active Directory Security Identifier manipulation
KARMAN/Net-LDAP-SID-0.001
-
01 Jul 2016 16:09:56 UTC
Test::Net::LDAP - A Net::LDAP subclass for testing
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::Util - Utility functions
Net::LDAP::Util is a collection of utility functions for use with the Net::LDAP modules....
MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC
Net::LDAP::Class - object-relational mapper for Net::LDAP
Net::LDAP::Class (NLC) is an object-relational mapping for LDAP. I know, it's all wrong to confuse the ORM model with LDAP since LDAP is not relational in the same way that a RDBMS is. But the ORM APIs of projects like DBIx::Class and Rose::DB::Objec...
KARMAN/Net-LDAP-Class-0.27 - 01 Jul 2016 16:21:58 UTC
Net::LDAP::Shell - an interactive LDAP shell
Net::LDAP::Shell is the base module for an interactive LDAP shell, modeled after the Unix CLI but hopefully nowhere near as complicated. It has both builtin commands (found by running 'builtins' on the CLI) and external commands (?). You probably wan...
LOOSIFER/ldapsh-2.00 - 24 Nov 2004 06:14:16 UTC
Net::LDAP::Batch - perform a batch of LDAP actions
Net::LDAP::Batch performs a series of actions against a LDAP server. If any of the actions fails, then all the actions in the batch are reverted. Be advised: This is not a true ACID-compliant transaction feature, since no locking is performed. Instea...
KARMAN/Net-LDAP-Batch-0.02 - 31 Jul 2008 13:24:54 UTC
Net::LDAP::Extra - Load extra Net::LDAP methods
"Net::LDAP::Extra" allows extra methods to be added to Net::LDAP. Normally such methods would be added by sub-classing Net::LDAP, but this proves to get messy as different people write different additions and others want to use multiple of these sub-...
MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC
Net::LDAP::SPNEGO - Net::LDAP support for NTLM/SPNEGO authentication
"Net::LDAP::SPNEGO" provides the essential building blocks to implement NTLM SSO from Windows clients to webservers. Its purpose is to proxy NTLM tokens from the webbrowser to an active directory server using the SPNEGO protocol. The dialog between b...
OETIKER/Net-LDAP-SPNEGO-0.1.7 - 11 Mar 2020 18:23:15 UTC
Net::LDAP::Server - LDAP server side protocol handling
AAR/Net-LDAP-Server-0.43
-
26 May 2011 19:12:59 UTC
Bundle::Net::LDAP - A bundle for Net::LDAP
This bundle all modules that Net::LDAP depends on....
MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC
Net::LDAP::Config - a simple wrapper for maintaining info related to LDAP connections
Net::LDAP::Config is a wrapper module originally written for ldapsh but which is useful for much more. It's not very well documented just yet, but here are the main uses:...
LOOSIFER/ldapsh-2.00 - 24 Nov 2004 06:14:16 UTC
Net::SSLGlue::LDAP - proper certificate checking for ldaps in Net::LDAP
Net::SSLGlue::LDAP modifies Net::LDAP so that it does proper certificate checking using the "ldap" SSL_verify_scheme from IO::Socket::SSL. Because Net::LDAP does not have a mechanism to forward arbitrary parameters for the construction of the underly...
SULLR/Net-SSLGlue-1.058 - 17 Jun 2016 07:20:48 UTC
Net::LDAP::Gateway - Infrastructure to build LDAP gateways
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::RootDSE - An LDAP RootDSE object
Methods get_value "get_value" is identical to "get_value" in Net::LDAP::Entry supported_extension ( OID_LIST ) Returns true if the server supports all of the specified extension OIDs supported_feature ( OID_LIST ) Returns true if the server supports ...
MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC
Net::LDAP::Control - LDAPv3 control object base class
"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
Net::LDAP::AutoDNs - Automatically make some default decisions some LDAP DNs and scopes.
VVELOX/Net-LDAP-AutoDNs-0.2.2
-
26 Jun 2010 08:45:41 UTC
Net::LDAP::Express - Simplified interface for Net::LDAP
Net::LDAP::Express is an alternative interface to the fantastic Graham Barr's Net::LDAP, that simplifies the tasks of adding and deleting multiple entries, renaming them, or searching entries residing in a common subtree. Net::LDAP is a great module ...
BRONTO/Net-LDAP-Express-0.12 - 28 Jun 2014 18:22:05 UTC
Net::LDAP::DSML - A DSML Writer for Net::LDAP
Directory Service Markup Language (DSML) is the XML standard for representing directory service information in XML. At the moment this module only writes DSML entry and schema entities. Reading DSML entities is a future project. Eventually this modul...
MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC