File: control

package info (click to toggle)
libdbd-ldap-perl 1.00-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: perl: 1,708; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,477 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: libdbd-ldap-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Genannt <jonas.genannt@capi2name.de>,
           Andreas Tille <tille@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
                     libnet-ldap-perl <!nocheck>,
                     libdbi-perl <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdbd-ldap-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdbd-ldap-perl.git
Homepage: https://metacpan.org/release/DBD-LDAP

Package: libdbd-ldap-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libnet-ldap-perl,
         libdbi-perl
Description: Perl extension for LDAP access via an SQL/Perl DBI interface
 DBD::LDAP is a DBI extension module adding an SQL database interface to
 standard LDAP databases to Perl's database-independent database interface.
 You will need access to an existing LDAP database or set up your own using
 an LDAP server, ie. "OpenLDAP", see (http://www.openldap.org).
 .
 The main advantage of DBD::LDAP is the ability to query LDAP databases via
 standard SQL queries in leu of cryptic LDAP "filters".  LDAP is optimized for
 quick lookup of existing data, but DBD::LDAP does support entry inserts,
 updates, and deletes with commit/rollback via the standard SQL commands!