1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: dlz-ldap-enum
Section: admin
Priority: extra
Maintainer: Daniel Pocock <daniel@pocock.com.au>
Uploaders: Stuart Teasdale <sdt@debian.org>
Build-Depends: cdbs, debhelper (>= 8.0.0), autotools-dev, libldap2-dev, libbind-dev
Standards-Version: 3.9.3
DM-Upload-Allowed: yes
Homepage: http://www.opentelecoms.org/dlz-ldap-enum
Vcs-Git: git://git.debian.org/collab-maint/dlz-ldap-enum.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/dlz-ldap-enum.git;a=summary
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.
|