1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: dlz-ldap-enum
Section: admin
Priority: extra
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, dpkg-dev (>= 1.16.1~), autotools-dev, libldap2-dev, libbind-dev
Standards-Version: 3.9.8
Homepage: http://www.opentelecoms.org/dlz-ldap-enum
Vcs-Git: https://salsa.debian.org/debian/dlz-ldap-enum.git
Vcs-Browser: https://salsa.debian.org/debian/dlz-ldap-enum
Package: dlz-ldap-enum
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, bind9
Description: Plug-in for bind9 that uses LDAP data to fulfill ENUM requests
New versions of bind9 provide a dynamically loaded module interface
dubbed dlz_dlopen. This module is linked to bind9 at runtime using the
dlz_dlopen. The module accepts ENUM query strings and consults the
LDAP database to map the phone number to an email address. It then
returns NAPTR records providing SIP and Jabber/XMPP routes based
on the email address in LDAP.
|