Update of /cvsroot/mod-auth/mod_auth_webspace/htdocs/docs/mod_authn_dbi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5820
Modified Files:
index.xml
Log Message:
documentation for new config variables
Index: index.xml
===================================================================
RCS file: /cvsroot/mod-auth/mod_auth_webspace/htdocs/docs/mod_authn_dbi/index.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- index.xml 8 Feb 2004 21:52:13 -0000 1.12
+++ index.xml 25 Feb 2004 21:31:13 -0000 1.13
@@ -580,11 +580,19 @@
<tr><td>GivenUsername</td><td>The Username that was included in the
request. This is just what the client sent, not checked in any way.</td></tr>
<tr><td>IsActiveField</td><td>The value set by the directive <code>AuthnDbiIsActiveField</code>.</td></tr>
+ <tr><td>LocalIP</td><td>The local IP address of the webserver that the
+ current request came in on.</td></tr>
<tr><td>Name</td><td>The name of the mod_authn_dbi configuration that
is used for the current request.</td></tr>
<tr><td>PasswordField</td><td>The value set by the directive <code>AuthnDbiPasswordField</code>.</td></tr>
<tr><td>PathInfo</td><td>The path info value from the current request.</td></tr>
- <tr><td>Realm</td><td>The Digest realm, only valid for digest authentication.</td></tr>
+ <tr><td>Realm</td><td>The Digest realm, only valid for digest
+ authentication.</td></tr>
+ <tr><td>RemoteIP</td><td>The IP address of the client that sent the
+ current request.</td></tr>
+ <tr><td>RemoteHost</td><td>The hostname of the client that sent the
+ request. Only if available, otherwise it will contain an IP
+ address. Don't put too much (if any) trust into this.</td></tr>
<tr><td>RequestArgs</td><td>Any extra arguments supplied by the client
for this request.</td></tr>
<tr><td>RequestFile</td><td>The name of the file this request ist for.</td></tr>
|