aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-LDAP-Server
Commit message (Collapse)AuthorAgeFilesLines
* Net::LDAP::Server provides the protocol handling for an LDAPWen Heping2009-10-114-0/+41
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: svn path=/head/; revision=242655