How to Install libnet-ldap-server-perl in Ubuntu 18.04



Install libnet-ldap-server-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libnet-ldap-server-perl

Description:

LDAP server-side protocol handling in Perl

Net::LDAP::Server provides the protocol handling for an LDAP server. You can subclass it and implement the request types you need. Once you accept a connection (e.g. using Net::Daemon), Net::LDAP::Server takes care of decoding client requests and encoding your replies.

Version: 0.4-2

Section: universe/perl