section-dns.sgml: fix typo whoes -> whose

This commit is contained in:
Ahmed Abdul Ali 2016-11-01 18:31:30 +05:00 committed by GitHub
parent 8bcdcb6539
commit ba0dc2a08b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ hosts: files, dns, ldap
</PROGRAMLISTING></PARA>
<PARA>Think well about the order in which you specify these! It is advised always to put <EMPHASIS>files</EMPHASIS> as the first entry.
Then, if you want ldap to override your local dns server, you have to make sure that the ip of the ldap server can be found in the <FILENAME>/etc/hosts</FILENAME> file.
If not, you will have a nice recursive lookup going. -- You want to look up a host, it's not in files, so we try to contact the ldap server, whoes ip we don't know, so we try to look it up in files, where we cannot find it, so we try to contact the ldap server -- get the point? You could bypass this problem entirely by referring to your ldap server with an ip number instead of a hostname (in <FILENAME>/etc/ldap.conf</FILENAME>, that is.)</PARA>
If not, you will have a nice recursive lookup going. -- You want to look up a host, it's not in files, so we try to contact the ldap server, whose ip we don't know, so we try to look it up in files, where we cannot find it, so we try to contact the ldap server -- get the point? You could bypass this problem entirely by referring to your ldap server with an ip number instead of a hostname (in <FILENAME>/etc/ldap.conf</FILENAME>, that is.)</PARA>
</SECT3>
<SECT3><TITLE>Schema</TITLE>
<PARA>The schema used for this, and similar services, can be found in RFC 2307. Entries used for mapping names to ipnumbers are in an objectclass <EMPHASIS>ipHost</EMPHASIS>. The name part of the mapping is given ni the attribute <EMPHASIS>cn</EMPHASIS>, while the ip part lives in <EMPHASIS>ipHostNumber</EMPHASIS>.