diff options
author | wen <wen@FreeBSD.org> | 2009-10-11 15:08:11 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-10-11 15:08:11 +0800 |
commit | 4ac85636b08b522c4ddd8476f150b30d1addd852 (patch) | |
tree | b0c029a8e05bace90b9322d264cca062d7279b92 /net/p5-Net-LDAP-Server/pkg-descr | |
parent | a1befb687e7cc9947749a3d415d7908c9df3ace2 (diff) | |
download | freebsd-ports-gnome-4ac85636b08b522c4ddd8476f150b30d1addd852.tar.gz freebsd-ports-gnome-4ac85636b08b522c4ddd8476f150b30d1addd852.tar.zst freebsd-ports-gnome-4ac85636b08b522c4ddd8476f150b30d1addd852.zip |
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)
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/ |