2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

3985. [doc] Describe how +ndots and +search interact in dig.

[RT #37529]
This commit is contained in:
Mark Andrews 2014-10-21 08:05:21 +11:00
parent 7fbfa379e2
commit 40b28f5402
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,6 @@
3985. [doc] Describe how +ndots and +search interact in dig.
[RT #37529]
3984. [func] Accept 256 byte long PINs in native PKCS#11
crypto. [RT #37410]

View File

@ -683,7 +683,8 @@
are interpreted as relative names and will be searched
for in the domains listed in the <option>search</option>
or <option>domain</option> directive in
<filename>/etc/resolv.conf</filename>.
<filename>/etc/resolv.conf</filename> if
<option>+search</option> is set.
</para>
</listitem>
</varlistentry>
@ -790,6 +791,13 @@
<filename>resolv.conf</filename> (if any). The search
list is not used by default.
</para>
<para>
'ndots' from <filename>resolv.conf</filename> (default 1)
which may be overridden by <parameter>+ndots</parameter>
determines if the name will be treated as relative
or not and hence whether a search is eventually
performed or not.
</para>
</listitem>
</varlistentry>