Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
298 B
Text
6 lines
298 B
Text
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/
|