diff options
Diffstat (limited to 'net/p5-Net-LDAP-Server/pkg-descr')
-rw-r--r-- | net/p5-Net-LDAP-Server/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
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/ |