This commit is contained in:
Roland Gruber 2019-02-27 20:05:25 +01:00
parent 1eac04648a
commit ab12d24703
6 changed files with 294 additions and 251 deletions

View File

@ -3,7 +3,7 @@ March 2019
- Support logging to remote syslog server - Support logging to remote syslog server
- LAM Pro: - LAM Pro:
-> New self service fields: Mail routing (Local address) and Windows (Proxy-Addresses) -> New self service fields: Mail routing (Local address) and Windows (Proxy-Addresses)
-> Bind DLZ: support DNAME records and descriptions in records (requires latest LDAP schema) -> Bind DLZ: support DNAME+XFR records and descriptions in records (requires latest LDAP schema)
- Fixed bugs: - Fixed bugs:
-> Allow tree-only configurations without any other tab -> Allow tree-only configurations without any other tab

View File

@ -4103,7 +4103,8 @@ Run slapindex to rebuild the index.
url="https://gitlab.isc.org/isc-projects/bind9/blob/master/contrib/dlz/modules/ldap/testing/dlz.schema">git url="https://gitlab.isc.org/isc-projects/bind9/blob/master/contrib/dlz/modules/ldap/testing/dlz.schema">git
repository</ulink>.</para> repository</ulink>.</para>
<para><emphasis role="bold">Configuration</emphasis></para> <section>
<title>Configuration</title>
<para>First, you need to add the Bind DNS account type and the Bind DLZ <para>First, you need to add the Bind DNS account type and the Bind DLZ
module:</para> module:</para>
@ -4116,8 +4117,9 @@ Run slapindex to rebuild the index.
</mediaobject> </mediaobject>
</screenshot> </screenshot>
<para>Please set the LDAP suffix either to an existing DNS zone (dlzZone) <para>Please set the LDAP suffix either to an existing DNS zone
or an organizational unit that should include your DNS zones.</para> (dlzZone) or an organizational unit that should include your DNS
zones.</para>
<screenshot> <screenshot>
<mediaobject> <mediaobject>
@ -4130,6 +4132,9 @@ Run slapindex to rebuild the index.
<literallayout> <literallayout>
</literallayout> </literallayout>
<para>For regular entry management use "DNS entry (bindDLZ)(*)"
module.</para>
<screenshot> <screenshot>
<mediaobject> <mediaobject>
<imageobject> <imageobject>
@ -4138,6 +4143,23 @@ Run slapindex to rebuild the index.
</mediaobject> </mediaobject>
</screenshot> </screenshot>
<para><emphasis role="bold">XFR</emphasis></para>
<para>If you want to edit XFR entries please add a second account type
for XFR. Recommended list attributes are
"#dlzipaddr;#dlzrecordid".</para>
<screenshot>
<graphic fileref="images/mod_bind13.png"/>
</screenshot>
<para>Now use the "XFR (bindDLZXfr)(*)" module for this account
type.</para>
<screenshot>
<graphic fileref="images/mod_bind14.png"/>
</screenshot>
<para><emphasis role="bold">Automatic PTR management</emphasis></para> <para><emphasis role="bold">Automatic PTR management</emphasis></para>
<para>LAM can automatically create/delete PTR entries for the entered <para>LAM can automatically create/delete PTR entries for the entered
@ -4159,12 +4181,12 @@ Run slapindex to rebuild the index.
<para><emphasis role="bold">Zone management</emphasis></para> <para><emphasis role="bold">Zone management</emphasis></para>
<para>If you do not yet have a DNS zone then LAM can create one for you. <para>If you do not yet have a DNS zone then LAM can create one for you.
In list view switch the suffix to an organizational unit DN. Now you will In list view switch the suffix to an organizational unit DN. Now you
see a button "New zone".</para> will see a button "New zone".</para>
<para>This will create the zone container entry and a default DNS entry <para>This will create the zone container entry and a default DNS entry
"@" for authoritative information. Now switch the suffix to your new zone "@" for authoritative information. Now switch the suffix to your new
and start adding DNS entries.</para> zone and start adding DNS entries.</para>
<screenshot> <screenshot>
<mediaobject> <mediaobject>
@ -4173,8 +4195,10 @@ Run slapindex to rebuild the index.
</imageobject> </imageobject>
</mediaobject> </mediaobject>
</screenshot> </screenshot>
</section>
<para><emphasis role="bold">DNS entries</emphasis></para> <section>
<title>DNS entries</title>
<para>LAM supports the following DNS record types:</para> <para>LAM supports the following DNS record types:</para>
@ -4218,9 +4242,9 @@ Run slapindex to rebuild the index.
<para><emphasis role="bold">Authoritative (SOA) and name server (NS) <para><emphasis role="bold">Authoritative (SOA) and name server (NS)
records</emphasis></para> records</emphasis></para>
<para>Here you can manage general information about the zone like timeouts <para>Here you can manage general information about the zone like
and name servers. Please note that name servers must be inserted in a timeouts and name servers. Please note that name servers must be
special format (dot at the end).</para> inserted in a special format (dot at the end).</para>
<screenshot> <screenshot>
<mediaobject> <mediaobject>
@ -4251,9 +4275,9 @@ Run slapindex to rebuild the index.
<para><emphasis role="bold">Reverse DNS entries</emphasis></para> <para><emphasis role="bold">Reverse DNS entries</emphasis></para>
<para>Reverse DNS entries are important when you need to find the DNS name <para>Reverse DNS entries are important when you need to find the DNS
that is associated with a given IP address. Reverse DNS entries are stored name that is associated with a given IP address. Reverse DNS entries are
in a separate DNS zone.</para> stored in a separate DNS zone.</para>
<screenshot> <screenshot>
<mediaobject> <mediaobject>
@ -4301,8 +4325,8 @@ Run slapindex to rebuild the index.
<para><emphasis role="bold">Text records (TXT)</emphasis></para> <para><emphasis role="bold">Text records (TXT)</emphasis></para>
<para>Text records can be added to store a description or other data (e.g. <para>Text records can be added to store a description or other data
SPF information).</para> (e.g. SPF information).</para>
<screenshot> <screenshot>
<mediaobject> <mediaobject>
@ -4317,8 +4341,8 @@ Run slapindex to rebuild the index.
<para><emphasis role="bold">Services (SRV)</emphasis></para> <para><emphasis role="bold">Services (SRV)</emphasis></para>
<para>Service records can be used to specify which servers provide common <para>Service records can be used to specify which servers provide
services such as LDAP. Please note that the host name must be common services such as LDAP. Please note that the host name must be
_SERVICE._PROTOCOL (e.g. _ldap._tcp).</para> _SERVICE._PROTOCOL (e.g. _ldap._tcp).</para>
<literallayout> <literallayout>
@ -4349,8 +4373,8 @@ Run slapindex to rebuild the index.
<para><emphasis role="bold">File upload</emphasis></para> <para><emphasis role="bold">File upload</emphasis></para>
<para>You can upload complete DNS zones via LAM's file upload. Here is an <para>You can upload complete DNS zones via LAM's file upload. Here is
example for a zone file and the corresponding CSV file.</para> an example for a zone file and the corresponding CSV file.</para>
<table> <table>
<title>Zone file</title> <title>Zone file</title>
@ -4454,9 +4478,9 @@ Run slapindex to rebuild the index.
<para>Please check that you have an existing zone entry that can be used <para>Please check that you have an existing zone entry that can be used
for the file upload. See above to create a new zone.</para> for the file upload. See above to create a new zone.</para>
<para>Hint: If you use the function above to create a new zone then please <para>Hint: If you use the function above to create a new zone then
skip the "@" entry in the CSV file below. LAM creates this entry with please skip the "@" entry in the CSV file below. LAM creates this entry
sample data.</para> with sample data.</para>
<para>In this example we assume that the following zone extry <para>In this example we assume that the following zone extry
exists:</para> exists:</para>
@ -4472,6 +4496,25 @@ objectclass: top
url="resources/bindUpload.csv">bindUpload.csv</ulink></para> url="resources/bindUpload.csv">bindUpload.csv</ulink></para>
</section> </section>
<section>
<title>XFR entries</title>
<para>You can manage the XFR entries in the second tab that you
configured before.</para>
<screenshot>
<graphic fileref="images/mod_bind16.png"/>
</screenshot>
<para>For each XFR entry you can set a record ID and the IP
address.</para>
<screenshot>
<graphic fileref="images/mod_bind15.png"/>
</screenshot>
</section>
</section>
<section> <section>
<title>Aliases (LAM Pro)</title> <title>Aliases (LAM Pro)</title>

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB