[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/ldapdns/ldapdns.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A tiny, fast authoritative nameserver using LDAP as backend [T] ldapdns is a fast and robust authoritative nameserver using [T] LDAP backend for storing records. [T] It's extremely simple, and it does not run under user-control as root. [T] it's ideal for small and large installations, because it queries [T] the ldap server directly, updates are immediate. you don't have [T] to rebuild constant databases our other files. [U] http://www.nimh.org/code/ldapdns/ [A] [M] The T2 Project [C] extra/tool extra/server [L] GPL [S] Stable [V] 2.06 [P] O [D] 788516f542cf841cda78593c91b988418fe13b3dc8cc58c433e08bf3 ldapdns-2.06.tar.gz http://www.nimh.org/dl/ if [ $prefix_auto = 1 ]; then if [ "$SDECFG_PKG_LDAPDNS_PREFIX" ]; then prefix="$SDECFG_PKG_LDAPDNS_PREFIX" else prefix="opt/ldapdns" fi set_confopt fi pkgprefix -t openldap var_append CFLAGS ' ' "-I$(pkgprefix includedir openldap)" var_append LDFLAGS ' ' "-L$(pkgprefix libdir openldap)" export CFLAGS LDFLAGS # just install ldapaxfr if ipsvd is detected # Note: ucspi-tcp availability is auto detected by native, # but not included as a package in T2-SDE due to licensing issues. # Anyway, you can install it from source if you prefer to use it! pkginstalled ipsvd && export TCPSERVERS=1