./net/p5-Net-LDAP-Server, LDAP server side protocol handling

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4nb2, Package name: p5-Net-LDAP-Server-0.4nb2, Maintainer: he

Net::LDAP::Server provides the protocol handling for an LDAP server.
You can subclass it and implement the methods you need. Then you just
instantiate your subclass and call its C<handle> method to establish a
connection with the client.


Required to run:
[textproc/p5-Convert-ASN1] [databases/p5-perl-ldap] [lang/perl5]

Master sites: (Expand)

SHA1: 923ad385c6e71c85ea351f76a8b5771c18c20f94
RMD160: 13fdc227c920ad7e4b366c48b663e587ef53e952
Filesize: 6.187 KB

Version history: (Expand)


CVS history: (Expand)


   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-07-14 20:54:18 by Havard Eidnes | Files touched by this commit (3)
Log message:
Change HOMEPAGE urls to use http://search.cpan.org/dist/
No other change to the packages, so no version bump.
   2008-07-14 20:23:05 by Havard Eidnes | Files touched by this commit (2) | Package updated
Log message:
Update from version 0.3 to 0.4.  Changes:

version 0.4 (2007/10/27):

	- added support for method "abandon"
	- full request is now passed to methods
	- compatibility with the changed behaviour of the 'use fields'
	  pragma in Perl 5.9.x (thanks to Peter Karman)
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
   2007-10-12 17:03:38 by Havard Eidnes | Files touched by this commit (4) | Imported package
Log message:
Import a perl package for Net::LDAP::Server.

Net::LDAP::Server provides the protocol handling for an LDAP server.
You can subclass it and implement the methods you need. Then you just
instantiate your subclass and call its C<handle> method to establish a
connection with the client.