You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by bh...@apache.org on 2019/11/19 16:17:02 UTC

[qpid-dispatch] branch master updated: Doc attrs for vhost user group max connections. This closes #616.

This is an automated email from the ASF dual-hosted git repository.

bhardesty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 30c3848  Doc attrs for vhost user group max connections. This closes #616.
30c3848 is described below

commit 30c384892ed46a952707585491c76d9d77d2c9b1
Author: Ben Hardesty <bh...@redhat.com>
AuthorDate: Tue Nov 5 17:43:59 2019 -0500

    Doc attrs for vhost user group max connections. This closes #616.
---
 docs/books/modules/user-guide/authorization.adoc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/books/modules/user-guide/authorization.adoc b/docs/books/modules/user-guide/authorization.adoc
index 3eab5ff..dcc7763 100644
--- a/docs/books/modules/user-guide/authorization.adoc
+++ b/docs/books/modules/user-guide/authorization.adoc
@@ -195,6 +195,12 @@ A list of authenticated users for this user group. Use commas to separate multip
 `remoteHosts`::
 A list of remote hosts from which the users may connect. A host can be a hostname, IP address, or IP address range. Use commas to separate multiple hosts. To allow access from all remote hosts, specify a wildcard `*`. To deny access from all remote hosts, leave this attribute blank.
 
+`maxConnectionsPerUser`::
+The maximum number of connections that may be created by users in this user group. This value, if specified, overrides the vhost `maxConnectionsPerUser` value.
+
+`maxConnectionsPerHost`::
+The maximum number of concurrent connections that may be created by users in this user group from any of the permitted remote hosts. This value, if specified, overrides the vhost `maxConnectionsPerUser` value.
+
 `allowDynamicSource`::
 If true, connections from users in this group are permitted to attach receivers to dynamic sources.  This permits creation of listners to temporary addresses or termporary queues.  If false, use of dynamic sources is forbidden.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org