bind9/contrib/sdb
2001-06-10 22:36:38 +00:00
..
dir copyright update 2001-01-09 22:01:04 +00:00
ldap update from author 2001-06-10 22:36:38 +00:00
pgsql Empty database nodes caused the program to fail. 2001-03-17 01:53:01 +00:00
tcl copyright update 2001-01-09 22:01:04 +00:00
time copyright update 2001-01-09 22:01:04 +00:00
dirdb.c copyright update 2001-01-09 22:01:04 +00:00
dirdb.h copyright update 2001-01-09 22:01:04 +00:00
INSTALL.ldap update to newer version 2001-05-30 22:02:09 +00:00
ldapdb.c update to newer version 2001-05-30 22:02:09 +00:00
ldapdb.h Added the contributed LDAP sdb driver and program to convert a zone into an 2001-03-14 20:22:32 +00:00
lookup.tcl copyright update 2001-01-09 22:01:04 +00:00
pgsqldb.c Add support for reconnection and allow user, passwd, and host to be specified. 2001-02-28 23:42:37 +00:00
pgsqldb.h copyright update 2001-01-09 22:01:04 +00:00
README.ldap update to newer version 2001-05-30 22:02:09 +00:00
README.zone2ldap update from author 2001-06-10 22:36:38 +00:00
tcldb.c copyright update 2001-01-09 22:01:04 +00:00
tcldb.h copyright update 2001-01-09 22:01:04 +00:00
timedb.c copyright update 2001-01-09 22:01:04 +00:00
timedb.h copyright update 2001-01-09 22:01:04 +00:00
zone2ldap.1 update from the author 2001-06-08 18:40:35 +00:00
zone2ldap.c update from author 2001-06-10 22:36:38 +00:00
zonetodb.c Empty database nodes caused the program to fail. 2001-03-17 01:53:01 +00: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>