File: control

package info (click to toggle)
libnet-ldap-server-perl 0.4-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 84 kB
  • ctags: 15
  • sloc: perl: 280; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 716 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libnet-ldap-server-perl
Section: perl
Priority: extra
Build-Depends: cdbs, debhelper
Build-Depends-Indep: perl (>= 5.6.0-16), libnet-ldap-perl, libconvert-asn1-perl
Maintainer: Matej Vela <vela@debian.org>
Standards-Version: 3.7.3

Package: libnet-ldap-server-perl
Architecture: all
Depends: ${perl:Depends}, libnet-ldap-perl, libconvert-asn1-perl
Suggests: libnet-daemon-perl
Description: LDAP server-side protocol handling in Perl
 Net::LDAP::Server provides the protocol handling for an LDAP server.
 You can subclass it and implement the request types you need.  Once
 you accept a connection (e.g. using Net::Daemon), Net::LDAP::Server
 takes care of decoding client requests and encoding your replies.