diff --git a/lam/HISTORY b/lam/HISTORY index 03b3ae9b..1766983a 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -6,6 +6,7 @@ June 2014 4.6 - LAM Pro: -> Password self reset and user self registration support to set a header text -> Sudo roles: support latest schema + -> Bind DLZ: automatic PTR management (disabled by default) and better formating of e.g. TTL values 18.03.2014 4.5 diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 592bb2ef..4ddfc053 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -4430,6 +4430,24 @@ Run slapindex to rebuild the index. + Automatic PTR management + + LAM can automatically create/delete PTR entries for the entered + IPv4/6 records. You can enable this feature on the module settings + tab. + + PTR records will get the same TTL as IP records. Please note that + you need to have matching reverse zones (".in-addr.arpa"/".ip6.arpa") + under the same suffix as your other DNS entries. + + + + + + + + + Zone management If you do not yet have a DNS zone then LAM can create one for you. diff --git a/lam/docs/manual-sources/images/mod_bind12.png b/lam/docs/manual-sources/images/mod_bind12.png new file mode 100644 index 00000000..3f253dbc Binary files /dev/null and b/lam/docs/manual-sources/images/mod_bind12.png differ