Home
last modified time | relevance | path

Searched refs:dlz (Results 1 – 25 of 37) sorted by relevance

12

/minix3/external/bsd/bind/dist/contrib/dlz/modules/ldap/testing/
H A Dexample.ldif1 # server suffix - o=bind-dlz
3 dn: o=bind-dlz
5 o: bind-dlz
7 dn: ou=dns,o=bind-dlz
11 dn: dlzZoneName=example.com,ou=dns,o=bind-dlz
15 dn: dlzHostName=@,dlzZoneName=example.com,ou=dns,o=bind-dlz
19 dn: dlzHostName=www,dlzZoneName=example.com,ou=dns,o=bind-dlz
23 dn: dlzHostName=mail,dlzZoneName=example.com,ou=dns,o=bind-dlz
27 dn: dlzHostName=backup,dlzZoneName=example.com,ou=dns,o=bind-dlz
31 dn: dlzHostName=ns1,dlzZoneName=example.com,ou=dns,o=bind-dlz
[all …]
H A DREADME5 - Move dlz.schema to /etc/ldap/schema/dlz.schema
7 - Run "ldapadd -x -f example.ldif -D 'cn=Manager,o=bind-dlz' -w secret"
H A Dslapd.conf5 include /etc/ldap/schema/dlz.schema
H A Dnamed.conf38 dlz "test" {
/minix3/external/bsd/bind/dist/contrib/dlz/drivers/
H A Drules.in17 dlz_drivers.@O@: ${DLZ_DRIVER_DIR}/dlz_drivers.c ${DLZ_DRIVER_DIR}/include/dlz/dlz_drivers.h
20 sdlz_helper.@O@: ${DLZ_DRIVER_DIR}/sdlz_helper.c ${DLZ_DRIVER_DIR}/include/dlz/sdlz_helper.h
24 dlz_bdb_driver.@O@: ${DLZ_DRIVER_DIR}/dlz_bdb_driver.c ${DLZ_DRIVER_DIR}/include/dlz/dlz_bdb_driver…
27 dlz_bdbhpt_driver.@O@: ${DLZ_DRIVER_DIR}/dlz_bdbhpt_driver.c ${DLZ_DRIVER_DIR}/include/dlz/dlz_bdbh…
30 dlz_filesystem_driver.@O@: ${DLZ_DRIVER_DIR}/dlz_filesystem_driver.c ${DLZ_DRIVER_DIR}/include/dlz/…
33 dlz_ldap_driver.@O@: ${DLZ_DRIVER_DIR}/dlz_ldap_driver.c ${DLZ_DRIVER_DIR}/include/dlz/dlz_ldap_dri…
36 dlz_mysql_driver.@O@: ${DLZ_DRIVER_DIR}/dlz_mysql_driver.c ${DLZ_DRIVER_DIR}/include/dlz/dlz_mysql_…
39 dlz_odbc_driver.@O@: ${DLZ_DRIVER_DIR}/dlz_odbc_driver.c ${DLZ_DRIVER_DIR}/include/dlz/dlz_odbc_dri…
42 dlz_postgres_driver.@O@: ${DLZ_DRIVER_DIR}/dlz_postgres_driver.c ${DLZ_DRIVER_DIR}/include/dlz/dlz_…
45 dlz_dlopen_driver.@O@: ${DLZ_DRIVER_DIR}/dlz_dlopen_driver.c ${DLZ_DRIVER_DIR}/include/dlz/dlz_dlop…
[all …]
/minix3/external/bsd/bind/dist/bin/tests/system/dlzexternal/ns1/
H A Dnamed.conf.in45 dlz "example one" {
49 dlz "example two" {
53 dlz "unsearched1" {
58 dlz "unsearched2" {
65 dlz unsearched2;
/minix3/external/bsd/bind/dist/contrib/dlz/
H A Dconfig.dlz.in53 # Was --with-dlz-postgres specified?
58 [ --with-dlz-postgres[=PATH] Build with Postgres DLZ driver [yes|no|path].
103 [No pg_config and PostgreSQL was not found in any of $pgdirs; use --with-dlz-postgres=/path or put …
122 # Was --with-dlz-mysql specified?
127 [ --with-dlz-mysql[=PATH] Build with MySQL DLZ driver [yes|no|path].
191 [MySQL was not found in any of $mysqldirs; use --with-dlz-mysql=/path])
210 # Was --with-dlz-bdb specified?
215 [ --with-dlz-bdb[=PATH] Build with Berkeley DB DLZ driver [yes|no|path].
328 AC_CONFIG_FILES([contrib/dlz/bin/dlzbdb/Makefile])
334 # Was --with-dlz-filesystem specified?
[all …]
/minix3/external/bsd/bind/dist/bin/tests/system/checkconf/
H A Ddlz-bad.conf19 dlz one {
23 dlz two {
31 dlz two;
H A Daltdlz.conf17 dlz external {
24 dlz external;
29 dlz external;
/minix3/external/bsd/bind/dist/contrib/dlz/modules/bdbhpt/
H A DREADME.md1 dlz-bdbhpt-dynamic
50 dlz "bdbhpt_dynamic" {
51 database "dlopen /usr/lib/bind9/dlz_bdbhpt_dynamic.so T /var/cache/bind/dlz dnsdata.db";
71 example/dlz.conf.
82 https://github.com/goldie80/dlz-bdbhpt-dynamic
/minix3/external/bsd/bind/dist/contrib/dlz/modules/perl/
H A DREADME1 BIND 9 DLZ Perl module (bind-dlz-tools)
9 More information/updates at http://bind-dlz-tools.sourceforge.net/
/minix3/external/bsd/bind/dist/contrib/dlz/modules/mysql/testing/
H A DREADME4 - Run "mysql --user=USER --password=PASSWORD < dlz.schema" to set up database
5 - Run "mysql --user=USER --password=PASSWORD < dlz.data" to populate it
H A Dnamed.conf38 dlz "test" {
/minix3/external/bsd/bind/dist/contrib/dlz/modules/sqlite3/testing/
H A DREADME5 - Run "sqlite3 BindDB < dlz.schema" to set up database
6 - Run "sqlite3 BindDB < dlz.data" to populate it
H A Dnamed.conf38 dlz "test" {
/minix3/external/bsd/bind/dist/bin/tests/system/dlzredir/ns1/
H A Dnamed.conf32 dlz fszone {
39 dlz fszone;
/minix3/external/bsd/bind/dist/contrib/
H A DREADME23 - dlz/modules
29 - dlz/drivers
/minix3/external/bsd/bind/dist/lib/dns/include/dns/
H A Ddlz.h104 #define DNS_DLZ_VALID(dlz) ISC_MAGIC_VALID(dlz, DNS_DLZ_MAGIC) argument
/minix3/external/bsd/bind/dist/contrib/dlz/example/
H A DREADME11 example, "configure --with-dlz-ldap"). Currently, the drivers provided
12 in the BIND 9 tarball in contrib/dlz/drivers are still linked this way.
31 A DLZ database is configured with a "dlz" statement in named.conf.
33 dlz example {
40 driver. Multiple "dlz" statements can be specified; when answering a
54 dlz other {
61 dlz other;
130 contrib/dlz/modules/dlz_minimal.h and is currently 3. 'flags' is
/minix3/external/bsd/bind/dist/contrib/dlz/modules/perl/testing/
H A Dnamed.conf29 dlz "perl zone" {
/minix3/external/bsd/bind/dist/bin/tests/system/dlz/ns1/
H A Dnamed.conf32 dlz fszone {
/minix3/external/bsd/bind/dist/contrib/dlz/modules/bdbhpt/testing/
H A Dnamed.conf38 dlz "bdbhpt_dynamic" {
/minix3/external/bsd/bind/dist/contrib/dlz/modules/wildcard/testing/
H A Dnamed.conf43 dlz "test" {
/minix3/external/bsd/bind/dist/contrib/dlz/modules/wildcard/
H A DREADME6 dlz "test" {
/minix3/external/bsd/bind/dist/lib/dns/
H A DMakefile.in68 dlz.@O@ dns64.@O@ dnssec.@O@ ds.@O@ forward.@O@ \
106 dlz.c dns64.c dnssec.c ds.c forward.c geoip.c \

12