diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-10-11 07:08:11 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-10-11 07:08:11 +0000 |
commit | 23f12158a027f0e86e6481fb149af1ba68b42ad6 (patch) | |
tree | d832d9610a8c4941d956af0cbd0ecacbc8e70e65 /net/Makefile | |
parent | a600d6dbd2c6a27c9c8564d07f210176f7cbc9c6 (diff) | |
download | ports-23f12158a027f0e86e6481fb149af1ba68b42ad6.tar.gz ports-23f12158a027f0e86e6481fb149af1ba68b42ad6.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)
Notes
Notes:
svn path=/head/; revision=242655
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 33fd8dbdb5f8..b9b29094d591 100644 --- a/net/Makefile +++ b/net/Makefile @@ -545,6 +545,7 @@ SUBDIR += p5-Net-LDAP-Express SUBDIR += p5-Net-LDAP-LDAPhash SUBDIR += p5-Net-LDAP-Makepath + SUBDIR += p5-Net-LDAP-Server SUBDIR += p5-Net-Libdnet SUBDIR += p5-Net-MAC SUBDIR += p5-Net-MAC-Vendor |