Changeset 462 for trunk/docs/FAQ.html


Ignore:
Timestamp:
Jan 16, 2015, 8:45:20 PM (10 years ago)
Author:
katerina
Message:

Fix for ticket #362 (Buffer for getgrnam_r too small).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/FAQ.html

    r101 r462  
    139139</ul>
    140140</div>
    141 <p><i>FAQ Revised: Saturday 14 April 2007 17:05:58</i></p>
     141<p><i>FAQ Revised: Wednesday 14 January 2015 20:41:15</i></p>
    142142<hr><h2>Table of Contents</h2>
    143143<dl>
     
    148148<li><a href="#Most frequently2">1.3. It does not log anything / Can't stop logging to console</a></li>
    149149<li><a href="#Most frequently3">1.4. Client cannot self-resolve, but nslookup works fine</a></li>
     150<li><a href="#Most frequently4">1.5. Server logs hostname instead of FQDN (or vice versa)</a></li>
    150151</ul></dd>
    151152<dt><b>2. Build and install</b></dt>
     
    332333        xxx.xxx.xxx.xxx myhost.mydomain.tld  myhost
    333334</pre></div><br><br></dd>
     335<dt><b><a name="Most frequently4">1.5. Server logs hostname instead of FQDN (or vice versa)</a></b></dt>
     336<dd>The default is to log the hostname only, if you want the FQDN
     337then there is an option for the server configuration:
     338<div class="block"><pre>
     339        [Misc]
     340        SetStripDomain = true / false
     341</pre></div><br><br></dd>
    334342</dl>
    335343<hr><h2>2. Build and install</h2>
Note: See TracChangeset for help on using the changeset viewer.