aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickaël Rémond <mickael.remond@process-one.net>2007-09-03 08:51:01 +0000
committerMickaël Rémond <mickael.remond@process-one.net>2007-09-03 08:51:01 +0000
commit11c798dc058fc4246596dd8c03feed1a1766b9c8 (patch)
tree55d8d04357c07a491623216b30fee4ef83dc2c53
parent* doc/guide.tex: Reverted previous change (bad cut/paste). (diff)
* doc/guide.html: Generated latest version of the documentation.
SVN Revision: 914
Diffstat (limited to '')
-rw-r--r--doc/guide.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/guide.html b/doc/guide.html
index 0261bd042..d49cfc519 100644
--- a/doc/guide.html
+++ b/doc/guide.html
@@ -849,12 +849,13 @@ returned.</P><P>Example:
</DD></DL><!--TOC subsubsection Limiting Opened Sessions with ACL-->
<H4 CLASS="subsubsection"><!--SEC ANCHOR -->Limiting Opened Sessions with ACL</H4><!--SEC END --><P>
<A NAME="configmaxsessions"></A>
-</P><P>The special access <TT>max_users</TT> specifies the maximum number of sessions (authenticated
-connections) per user. If a user tries to open more sessions by using different
-resources, the first opened session will be disconnected. The error
-<TT>session replaced</TT> will be sent to the disconnected session. The value
-for this option can be either a number, or <TT>infinity</TT>. The default
-value is <TT>infinity</TT>.</P><P>The syntax is:
+</P><P>The special access <TT>max_user_sesssions</TT> specifies the maximum
+number of sessions (authenticated connections) per user. If a user
+tries to open more sessions by using different resources, the first
+opened session will be disconnected. The error <TT>session replaced</TT>
+will be sent to the disconnected session. The value for this option
+can be either a number, or <TT>infinity</TT>. The default value is
+<TT>infinity</TT>.</P><P>The syntax is:
</P><PRE CLASS="verbatim"> {access, max_user_sessions, [{&lt;maxnumber&gt;, &lt;aclname&gt;},
...
]}.