From 11c798dc058fc4246596dd8c03feed1a1766b9c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Mon, 3 Sep 2007 08:51:01 +0000 Subject: * doc/guide.html: Generated latest version of the documentation. SVN Revision: 914 --- doc/guide.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'doc/guide.html') 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.

Example:

Limiting Opened Sessions with ACL

-

The special access max_users 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 -session replaced will be sent to the disconnected session. The value -for this option can be either a number, or infinity. The default -value is infinity.

The syntax is: +

The special access max_user_sesssions 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 session replaced +will be sent to the disconnected session. The value for this option +can be either a number, or infinity. The default value is +infinity.

The syntax is:

  {access, max_user_sessions, [{<maxnumber>, <aclname>},
                                ...
                               ]}.
-- 
cgit v1.2.3