diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 8a5c23f3..87409b7f 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -2256,7 +2256,7 @@ Have fun! For slapd.d configurations you need to upload the schema file passwordSelfReset.ldif via ldapadd command: - ldapadd -x -W -H ldap://localhost -D "cn=admin,o=test,c=de" -f + ldapadd -x -W -H ldap://localhost -D "cn=admin,o=test,c=de" -f /daten/dev/lamPro/docs/schema/passwordSelfReset.ldif Please replace "localhost" with your LDAP server and @@ -3987,6 +3987,184 @@ Run slapindex to rebuild the index. +
+ Bind DLZ (LAM Pro) + + Bind DLZ is + an extension to the DNS server Bind that allows to store + DNS entries inside LDAP. Please install the Bind DLZ schema file on your + LDAP server. It is part of the DLZ patch. + + Configuration + + First, you need to add the Bind DNS account type and the Bind DLZ + module: + + + + + + + + + + Please set the LDAP suffix either to an existing DNS zone + (dlzZone) or an organizational unit that should include your DNS + zones. + + + + + + + + + + + + + + + + + + + + + Zone management + + 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 see a button "New zone". + + This will create the zone container entry and a default DNS entry + "@" for authoritative information. Now switch the suffix to your new + zone and start adding DNS entries. + + + + + + + + + + DNS entries + + LAM supports the following DNS record types: + + + + SOA: authoritative information + + + + NS: name servers + + + + A/AAAA: IP addresses + + + + PTR: reverse DNS entries + + + + CNAME: alias names + + + + MX: mail servers + + + + + + + Authoritative (SOA) and name server (NS) + records + + Here you can manage general information about the zone like + timeouts and name servers. Please note that name servers must be + inserted in a special format (dot at the end). + + + + + + + + + + + + + IP addresses (A/AAAA) + + LAM will automatically set the correct type (A/AAAA) depending if + you enter an IPv4 or IPv6 address. + + + + + + + + + + + + + Reverse DNS entries + + Reverse DNS entries are important when you need to find the DNS + name that is associated with a given IP address. Reverse DNS entries are + stored in a separate DNS zone. + + + + + + + + + + + + + Alias names (CNAME) + + Sometimes a DNS entry should simply point to a different DNS entry + (e.g. for migrations). This can be done by adding an alias name. + + + + + + + + + + + + + Mail servers (MX) + + The mail server entries define where mails to a domain should be + delivered. The server with the lowest preference has the highest + priority. + + + + + + + + +
+
Aliases (LAM Pro) @@ -7115,6 +7293,26 @@ Run slapindex to rebuild the index. entry. + + + + + + + + Bind DLZ DNS + + dlzZone, dlzHost, dlzSOARecord, dlzNSRecord, dlzARecord, + dlzMXRecord, dlzCNameRecord, dlzPTRRecord + + dlz.schema + + part of Bind + DLZ patch + + LAM Pro only + + diff --git a/lam/docs/manual-sources/images/mod_bind1.png b/lam/docs/manual-sources/images/mod_bind1.png new file mode 100644 index 00000000..4e335f54 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_bind1.png differ diff --git a/lam/docs/manual-sources/images/mod_bind2.png b/lam/docs/manual-sources/images/mod_bind2.png new file mode 100644 index 00000000..aac74e53 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_bind2.png differ diff --git a/lam/docs/manual-sources/images/mod_bind3.png b/lam/docs/manual-sources/images/mod_bind3.png new file mode 100644 index 00000000..a9cde6e2 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_bind3.png differ diff --git a/lam/docs/manual-sources/images/mod_bind4.png b/lam/docs/manual-sources/images/mod_bind4.png new file mode 100644 index 00000000..6ac165dc Binary files /dev/null and b/lam/docs/manual-sources/images/mod_bind4.png differ diff --git a/lam/docs/manual-sources/images/mod_bind5.png b/lam/docs/manual-sources/images/mod_bind5.png new file mode 100644 index 00000000..9a67ef96 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_bind5.png differ diff --git a/lam/docs/manual-sources/images/mod_bind6.png b/lam/docs/manual-sources/images/mod_bind6.png new file mode 100644 index 00000000..5debfc55 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_bind6.png differ diff --git a/lam/docs/manual-sources/images/mod_bind7.png b/lam/docs/manual-sources/images/mod_bind7.png new file mode 100644 index 00000000..527dd579 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_bind7.png differ diff --git a/lam/docs/manual-sources/images/mod_bind8.png b/lam/docs/manual-sources/images/mod_bind8.png new file mode 100644 index 00000000..010b459d Binary files /dev/null and b/lam/docs/manual-sources/images/mod_bind8.png differ diff --git a/lam/docs/manual-sources/images/mod_bind9.png b/lam/docs/manual-sources/images/mod_bind9.png new file mode 100644 index 00000000..a3847ff5 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_bind9.png differ diff --git a/lam/docs/manual-sources/images/schema_bind.png b/lam/docs/manual-sources/images/schema_bind.png new file mode 100644 index 00000000..5acff48d Binary files /dev/null and b/lam/docs/manual-sources/images/schema_bind.png differ