mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
23f12158a0
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)
7 lines
298 B
Plaintext
7 lines
298 B
Plaintext
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/
|