Files
bind9/contrib/sdb/ldap
Evan Hunt 1c182f1516 [master] fix SDB bug
3970.   [contrib]       Fixed a use after free bug in the SDB LDAP driver.
                        [RT #37237]
2014-10-02 23:24:07 -07:00
..
2014-10-02 23:24:07 -07:00

INSTALLATION

To Compile zone2ldap from contrib/sdb directory:

   gcc -g `../../isc-config.sh --cflags isc dns` -c zone2ldap.c
   gcc -g -o zone2ldap zone2ldap.o `isc-config.sh --libs isc dns` -lldap -llber -lresolv

USAGE:

See zone2ldap.1

BUGS:

Jeff McNeil <jeff@snapcase.g-rock.net>