Differences

This shows you the differences between two versions of the page.

Link to this comparison view

nconf:help:documentation:detail:authentication:main [09.12.2011 01:48]
127.0.0.1 external edit
nconf:help:documentation:detail:authentication:main [10.02.2012 00:34] (current)
agargiulo [General]
Line 71: Line 71:
   * **sql**:\\ the result returned from your SQL query will be the user's full name (details in [[.::sql|Auth by SQL]])   * **sql**:\\ the result returned from your SQL query will be the user's full name (details in [[.::sql|Auth by SQL]])
  
 +
 +<html><br/><b><font color=navy>LOG_REMOTE_IP_HISTORY</font></b></html>
 +
 +Enable / disable logging of the remote-IP / hostname to the history.\\ 
 +If set to "1", the remote-IP is written to the history after a user logs in.\\ 
 +In case "HostnameLookups" is set to On in the apache config, the hostname will be used instead.
 +
 +<code php>
 +Possible values: "0", "1"
 +Default value:   "1"
 +</code>
  
 ===== Group ===== ===== Group =====