From 4ac85636b08b522c4ddd8476f150b30d1addd852 Mon Sep 17 00:00:00 2001 From: wen Date: Sun, 11 Oct 2009 07:08:11 +0000 Subject: Net::LDAP::Server provides the protocol handling for an LDAP server. You can subclass it and implement the methods you need (see below). Then you just instantiate your subclass and call its handle method to establish a connection with the client. WWW: http://search.cpan.org/dist/Net-LDAP-Server/ Approved by: miwi(mentor) --- net/p5-Net-LDAP-Server/pkg-descr | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 net/p5-Net-LDAP-Server/pkg-descr (limited to 'net/p5-Net-LDAP-Server/pkg-descr') diff --git a/net/p5-Net-LDAP-Server/pkg-descr b/net/p5-Net-LDAP-Server/pkg-descr new file mode 100644 index 000000000000..cefc6fe2bb92 --- /dev/null +++ b/net/p5-Net-LDAP-Server/pkg-descr @@ -0,0 +1,6 @@ +Net::LDAP::Server provides the protocol handling for an LDAP +server. You can subclass it and implement the methods you need +(see below). Then you just instantiate your subclass and call +its handle method to establish a connection with the client. + +WWW: http://search.cpan.org/dist/Net-LDAP-Server/ -- cgit