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

Search results for "dist:perl-ldap"

Net::LDAP - Lightweight Directory Access Protocol River stage two • 70 direct dependents • 82 total dependents

Net::LDAP is a collection of modules that implements a LDAP services API for Perl programs. The module may be used to search directories or perform maintenance functions such as adding, deleting or modifying entries. This document assumes that the re...

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

Net::LDAPS - use LDAP over an SSL connection River stage two • 70 direct dependents • 82 total dependents

Communicate using the LDAP protocol to a directory server using an encrypted (SSL) network connection. This mechanism is non-standard but widely supported; consider using LDAPv3 with the standard TLS extension if possible (many servers do not support...

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

Net::LDAPI - use LDAP over a UNIX domain socket River stage two • 70 direct dependents • 82 total dependents

Communicate using the LDAP protocol to a directory server using a UNIX domain socket. This mechanism is non-standard, UNIX-specific and not widely supported. All the normal "Net::LDAP" methods can be used with a "Net::LDAPI" object; see Net::LDAP for...

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

Net::LDAP::RFC - List of related RFCs River stage two • 70 direct dependents • 82 total dependents

The LDAP protocol is defined in the following RFCs...

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

Net::LDAP::FAQ - Frequently Asked Questions about Net::LDAP River stage two • 70 direct dependents • 82 total dependents

This document serves to answer the most frequently asked questions on both the perl-ldap Mailing List and those sent to Graham Barr. The latest version of this FAQ can be found at http://ldap.perl.org/FAQ.html...

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

Net::LDAP::DSML - A DSML Writer for Net::LDAP River stage two • 70 direct dependents • 82 total dependents

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

Net::LDAP::LDIF - LDIF reading and writing River stage two • 70 direct dependents • 82 total dependents

Net::LDAP::LDIF provides a means to convert between Net::LDAP::Entry objects and LDAP entries represented in LDIF format files. Reading and writing are supported and may manipulate single entries or lists of entries. As when reading an entire file in...

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

Net::LDAP::Util - Utility functions River stage two • 70 direct dependents • 82 total dependents

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::Entry - An LDAP entry object River stage two • 70 direct dependents • 82 total dependents

The Net::LDAP::Entry object represents a single entry in the directory. It is a container for attribute-value pairs. A Net::LDAP::Entry object can be used in two situations. The first and probably most common use is in the result of a search to the d...

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

Net::LDAP::Extra - Load extra Net::LDAP methods River stage two • 70 direct dependents • 82 total dependents

"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

Bundle::Net::LDAP - A bundle for Net::LDAP River stage two • 70 direct dependents • 82 total dependents

This bundle all modules that Net::LDAP depends on....

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

Net::LDAP::Filter - representation of LDAP filters River stage two • 70 direct dependents • 82 total dependents

The Net::LDAP::Filter object lets you directly manipulate LDAP filters without worrying about the string representation and all the associated escaping mechanisms....

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

Net::LDAP::Search - Object returned by Net::LDAP search method River stage two • 70 direct dependents • 82 total dependents

A Net::LDAP::Search object is returned from the search method of a Net::LDAP object. It is a container object which holds the results of the search....

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

Net::LDAP::Schema - Load and manipulate an LDAP v3 Schema River stage two • 70 direct dependents • 82 total dependents

"Net::LDAP::Schema" provides a means to load an LDAP schema and query it for information regarding supported objectclasses, attributes and syntaxes....

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

Net::LDAP::RootDSE - An LDAP RootDSE object River stage two • 70 direct dependents • 82 total dependents

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 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

Net::LDAP::Message - Message response from LDAP server River stage two • 70 direct dependents • 82 total dependents

Net::LDAP::Message is a base class for the objects returned by the Net::LDAP methods abandon, add, bind, compare, delete, modify, moddn, search and unbind. The sub-class Net::LDAP::Search returned by search also defines many methods. If the Net::LDAP...

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

Net::LDAP::Examples - PERL LDAP by Example River stage two • 70 direct dependents • 82 total dependents

The following examples are of course PERL code, found to work with the Net::LDAP modules. The intent of this document is to give the reader a *cut and paste* jump start to getting an LDAP application working. Below you will find snippets of code that...

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

LWP::Protocol::ldap - Provide LDAP support for LWP::UserAgent River stage two • 70 direct dependents • 82 total dependents

The LWP::Protocol::ldap module provides support for using *ldap* schemed URLs following RFC 4516 with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly. In addition to being used with LDAP URIs, LWP::Protocol::l...

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

Net::LDAP::Security - Security issues with LDAP connections River stage two • 70 direct dependents • 82 total dependents

This document discusses various security issues relating to using LDAP and connecting to LDAP servers, notably how to manage these potential vulnerabilities: * do you know that you are connected to the right server * can someone sniff your passwords/...

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