aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-LDAP-Server
Commit message (Collapse)AuthorAgeFilesLines
* - stage supportAndrej Zverev2014-01-052-3/+1
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338808
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Convert to new perl frameworkAndrej Zverev2013-08-061-6/+3
| | | | | | | | | - Trim Makefile header Approved by: wen@ (maintainer) Notes: svn path=/head/; revision=324306
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Update to 0.43Wen Heping2011-08-252-3/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/AAR/Net-LDAP-Server-0.43/Changelog Notes: svn path=/head/; revision=280399
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* 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