KARMAN/Net-LDAP-SID-0.001 - 01 Jul 2016 16:09:56 UTC
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 UTCNet::LDAP::Util is a collection of utility functions for use with the Net::LDAP modules....
MARSCHAP/perl-ldap-0.66 - 16 Apr 2019 09:42:54 UTCNet::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 UTCNet::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 UTCNet::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" 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.66 - 16 Apr 2019 09:42:54 UTCAAR/Net-LDAP-Server-0.43 - 26 May 2011 19:12:59 UTC
"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 UTCNet::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 UTCThis bundle all modules that Net::LDAP depends on....
MARSCHAP/perl-ldap-0.66 - 16 Apr 2019 09:42:54 UTCThis 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 UTCNet::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::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.66 - 16 Apr 2019 09:42:54 UTCVVELOX/Net-LDAP-AutoDNs-0.2.2 - 26 Jun 2010 08:45:41 UTC
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.66 - 16 Apr 2019 09:42:54 UTCNet::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 UTCDirectory 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.66 - 16 Apr 2019 09:42:54 UTCVVELOX/Net-LDAP-LDAPhash-1.0.3 - 01 Aug 2011 09:47:13 UTC