]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Docs: Add information on the OpenDBX backend 2292/head
authorPieter Lexis <pieter@plexis.eu>
Mon, 2 Mar 2015 09:35:42 +0000 (10:35 +0100)
committerPieter Lexis <pieter@plexis.eu>
Mon, 2 Mar 2015 09:35:42 +0000 (10:35 +0100)
Related to #445

docs/markdown/authoritative/backend-opendbx.md [new file with mode: 0644]
docs/markdown/authoritative/index.md
docs/mkdocs.yml

diff --git a/docs/markdown/authoritative/backend-opendbx.md b/docs/markdown/authoritative/backend-opendbx.md
new file mode 100644 (file)
index 0000000..bcc964d
--- /dev/null
@@ -0,0 +1,18 @@
+# OpenDBX Backend
+|&nbsp;|&nbsp;|
+|:--|:--|
+|Native|Yes|
+|Master|Yes|
+|Slave|Yes|
+|Superslave|Yes|
+|Autoserial|Yes|
+|DNSSEC|No|
+|Module name|opendbx|
+|Launch name|opendbx|
+
+The OpenDBX backend allows the authoritative server to connect to any backend
+supported by [OpenDBX](http://www.linuxnetworks.de/doc/index.php/OpenDBX).
+
+Full documentation is supplied by the author Norbert Sendetzky [here](http://www.linuxnetworks.de/doc/index.php/PowerDNS_OpenDBX_Backend).
+
+This module is fully supported (and tested) by PowerDNS.
index 8eb45ab669f1d1d33c149d3137f8c99b151f6e90..656e079fc61ba33fa08f6308402e0fa4784c06bd 100644 (file)
@@ -20,6 +20,7 @@ The following table describes the capabilities of the backends.
 | [LDAP](backend-ldap.md) | Unmaintained | Yes | No | No | No | No | No | Unknown (No) | Unknown (No) | Unknown |
 | [LMDB](backend-lmdb.md) | Supported | Yes | No | No | No | No | No | Unknown (No) | Unknown (No) | `lmdb`|
 | [MySQL](backend-generic-mypgsql.md) | Supported | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | `gmysql` |
+| [OpenDBX](backend-opendbx.md) | Supported | Yes | Yes | Yes | Yes | Unknown (No) | No | Unknown (No) | Unknown (No) | `opendbx` |
 | [Oracle](backend-oracle.md) | Supported | Yes | Yes | Yes | Yes | Yes | Yes | Unknown (No) | No | `oracle` |
 | [Pipe](backend-pipe.md) | Supported | Yes | No | No | No | No | Partial (no delegation, no key storage) | No | No | `pipe` |
 | [PostgreSQL](backend-generic-mypgsql.md) | Supported | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | `gpgsql` |
index 2217c3da9ae2ffcf3846234bbd605827b78e9484..c7af1130335e06068e76d3d02cbe41417d9fce65 100644 (file)
@@ -35,6 +35,7 @@ pages:
   - [authoritative/backend-ldap.md, 'Authoritative Backends', 'LDAP']
   - [authoritative/backend-lua.md, 'Authoritative Backends', 'Lua']
   - [authoritative/backend-lmdb.md, 'Authoritative Backends', 'LMDB']
+  - [authoritative/backend-opendbx.md, 'Authoritative Backends', 'OpenDBX']
   - [authoritative/backend-oracle.md, 'Authoritative Backends', 'Oracle']
   - [authoritative/backend-pipe.md, 'Authoritative Backends', 'Pipe']
   - [authoritative/backend-random.md, 'Authoritative Backends', 'Random']