diff --git a/lam/HISTORY b/lam/HISTORY index 57e500fd..b9f7f996 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -6,6 +6,7 @@ March 2014 4.5 -> Allow to set single account types read-only -> Support for organizationalRole entries -> Separate IP restriction list for self service + -> Bind DLZ: support TXT/SRV records - fixed bugs: -> PDF export for multiple entries does not work -> Personal: fixed photo upload if Imagick is not installed diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 50c7e316..2c672e85 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -4425,6 +4425,14 @@ Run slapindex to rebuild the index. MX: mail servers + + + TXT: text records + + + + SRV: service entries + @@ -4511,6 +4519,54 @@ Run slapindex to rebuild the index. + + + + Text records (TXT) + + Text records can be added to store a description or other data + (e.g. SPF information). + + + + + + + + + + + + + Services (SRV) + + Service records can be used to specify which servers provide + common services such as LDAP. Please note that the host name must be + _SERVICE._PROTOCOL (e.g. _ldap._tcp). + + + + + Priority: The priority of the target host, lower value means more + preferred. + + Weight: A relative weight for records with the same priority. E.g. + weights 20 and 80 for a service will result in 20% queries to the one + server and 80% to the other. + + Port: The port number that is used for your service. + + Server: DNS name where service can be reached (with dot at the + end). + + + + + + + + + diff --git a/lam/docs/manual-sources/images/mod_bind10.png b/lam/docs/manual-sources/images/mod_bind10.png new file mode 100644 index 00000000..9d18490d Binary files /dev/null and b/lam/docs/manual-sources/images/mod_bind10.png differ diff --git a/lam/docs/manual-sources/images/mod_bind11.png b/lam/docs/manual-sources/images/mod_bind11.png new file mode 100644 index 00000000..f5a4c5e7 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_bind11.png differ