• Home
  • Most Popular
  • Submit
  • About Us
  • Contact Us

Softpile

Free Downloads

Categories
  • Home
  • Most Popular
  • Communications
  • Desktop
  • Games & Entertainment
  • Graphic Apps
  • Network & Internet
  • Security & Privacy
  • System Utilities
Alternative to itextsharp 2022.11.10347
IronPDF offers an itextsharp alternative for HTML to PDF conversion with C# code examples, documentation, and ...
VShell Server for Linux and Mac 4.8
VShell is a versatile and secure file transfer server that supports multiple protocols and is compatible ...
PDF Studio PDF Editor for Linux 2022
PDF Studio is a cost-effective PDF editor that delivers full compatibility with the PDF Standard. It's ...
VQ Probe for Linux 1.5
VQ Probe is a comprehensive software tool that enables objective and subjective video quality analysis. The ...
Resilient Server 2.3
This Debian GNU/Linux (Buster) based software has a customized partitioning scheme that enhances robustness against filesystem ...
Valentina Studio for Linux 9.6
Valentina Studio is a cross-platform GUI manager for Mac, Windows, and Linux. It allows users to ...
VPN Lifeguard for Linux 1.0.58
The software monitors VPN connection and automatically terminates apps during connection loss, re-establishes the connection and ...
G_Viewer 0.84
G_Viewer is a Linux software that serves as both a file system and photo/image viewer. It ...
Checksome File Hash Tool for Linux 1.1
This software allows for the generation and verification of file hashes. It is a quick and ...
KeyWrangler Password Manager for Linux 1.2
A password management software that is secure, offline and extensible. It offers military-grade encryption to protect ...
Home Linux Net::LDAP Download

Net::LDAP

December 10, 2008
Lightweight Directory Access Protocol (LDAP) is a software application protocol that allows users to access and maintain distributed directories over the internet. It is a platform-independent protocol that supports TCP/IP and enables clients to retrieve information about users, network devices, and system resources. LDAP is widely used for authentication, authorization, and data storage.
Version 0.39
License Perl Artistic License
Platform Linux
Supported Languages English
Homepage search.cpan.org
Developed by Graham Barr
Net::LDAP is a Perl module that enables access to the Lightweight Directory Access Protocol (LDAP). It provides a collection of modules that allow Perl programs to use LDAP services API to search directories, perform maintenance functions such as adding, deleting or modifying entries. This software is mainly intended for users who already have some knowledge of the LDAP protocol.

With Net::LDAP, users can conduct a search of directories or perform maintenance functions such as adding, deleting, or modifying entries. To use Net::LDAP, simply install it and utilize the provided modules to access the LDAP services API.

Some code examples of this software include:

use Net::LDAP;

$ldap = Net::LDAP->new( 'ldap.bigfoot.com' ) or die "$@";

$mesg = $ldap->bind ;

$mesg = $ldap->search(
base => "c=US",
filter => "(&(sn=Barr) (o=Texas Instruments))"
);

$mesg->code && die $mesg->error;

foreach $entry ($mesg->entries) {

$entry->dump;

}

$mesg = $ldap->unbind;

$ldap = Net::LDAP->new( 'ldap.umich.edu' );

$mesg = $ldap->bind(
'cn=root, o=University of Michigan, c=us',

password => 'secret'
);

$result = $ldap->add(
'cn=Barbara Jensen, o=University of Michigan, c=US',

attr => [
'cn' => ['Barbara Jensen', 'Barbs Jensen'],
'sn' => 'Jensen',
'mail' => '[email protected]',
'objectclass' => ['top', 'person',
'organizationalPerson',
'inetOrgPerson' ],
]
);

$result->code && warn "failed to add entry: ", $result->error ;

$mesg = $ldap->unbind;

Overall, Net::LDAP is a reliable and efficient software solution for those wishing to access and manipulate LDAP directories. It provides a wide range of features and functionality, making it a great option for developers and users alike.
What's New

Version 0.39: N/A

Free Download 253K
345
  • Share on:

Most Popular

  1. Quicksilver Forums 1.4.2
    155
  2. Dvgrab 3.4
    102
  3. DynVPN 1.0
    92
  4. SlideMap 1.2.2
    82
  5. CherryTV 0.1
    81
  6. porm r2
    79
  7. Swiftfox 3.0b5pre-2
    77
  8. Java Games 1.0
    76
  9. Clewarecontrol 0.8
    75
  10. fuseftp 0.8
    74

Related Downloads

Web Help Desk Software - Free Ed. (.rpm)
Web Help Desk is a user-friendly, web-based help desk software that offers ...
multpsx
Multpsx generates PostScript-based long multiplication worksheets.
CBoard
CBoard is a software program that offers a user-friendly interface for chess ...
Mollify
A software tool that manages and organizes files on a web server ...
FeinCMS
This software is a Django-based tool that enables users to easily create ...
pressjpeg
Pressjpeg is a software that allows users to reduce the quality of ...
SunGazer Packetfilter
SunGazer Packetfilter is an easy-to-use firewall configuration tool for creating rules in ...
xv.php
xv.php checks the validity of XML or XHTML documents created through PHP, ...
GNU Interactive Tools
Integrated with the shell, a suite of interactive text-mode tools that enable ...
fastbreeder
FastBreeder is a genetic programming synthesizer that is designed for experimenting.
Copyright © 1999-2025 Softpile Free Downloads
  • Most Popular
  • Submit
  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Terms of Use

Can we use your data to tailor ads for you?

Our partners will collect data and use cookies for ad personalization and measurement.

By choosing "I agree", closing this pop-up or clicking on any element on the page, you agree to the use of cookies to help us provide you with a better user experience.

Learn how Softpile and our partners collect and use data.

You can change your choice at any time in our privacy center.

Cookie Settings

Our website stores four types of cookies. At any time you can choose which cookies you accept and which you refuse. You can read more about what cookies are and what types of cookies we store in our Cookie Policy.

are necessary for technical reasons. Without them, this website may not function properly.

are necessary for specific functionality on the website. Without them, some features may be disabled.

allow us to analyse website use and to improve the visitor's experience.

allow us to personalise your experience and to send you relevant content and offers, on this website and other websites.