Repository: qpid-dispatch
Updated Branches:
  refs/heads/master bb1b085bb -> 10b2f3a28


NO-JIRA - Added some extra documentation around uidFormat and policy users


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/10b2f3a2
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/10b2f3a2
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/10b2f3a2

Branch: refs/heads/master
Commit: 10b2f3a2820405802e70ef9aeab76ad9c82fe267
Parents: bb1b085
Author: Ganesh Murthy <gmur...@redhat.com>
Authored: Wed Apr 5 09:45:00 2017 -0400
Committer: Ganesh Murthy <gmur...@redhat.com>
Committed: Wed Apr 5 09:45:00 2017 -0400

----------------------------------------------------------------------
 doc/book/policy.adoc                          | 2 +-
 python/qpid_dispatch/management/qdrouter.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/10b2f3a2/doc/book/policy.adoc
----------------------------------------------------------------------
diff --git a/doc/book/policy.adoc b/doc/book/policy.adoc
index 84a5b91..075e3f8 100644
--- a/doc/book/policy.adoc
+++ b/doc/book/policy.adoc
@@ -146,7 +146,7 @@ This object is the data value contained in entries in the 
policy/groups map.
 |====
 | Section/Attribute    | default | description
 | *Group Membership*             | |
-| users                | ""      | List of authenticated users in this group.
+| users                | ""      | Comma separated list of authenticated users 
in this group.
 | *Connection Restrictions*      | |
 | remoteHosts          | ""      | List of remote hosts from which the users 
may connect. List values may be host names, numeric IP addresses, numeric IP 
address ranges, or the wildcard '*'. An empty list denies all access.
 | *AMQP Connection Open Limits*  | |

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/10b2f3a2/python/qpid_dispatch/management/qdrouter.json
----------------------------------------------------------------------
diff --git a/python/qpid_dispatch/management/qdrouter.json 
b/python/qpid_dispatch/management/qdrouter.json
index b6ec3f2..65b5522 100644
--- a/python/qpid_dispatch/management/qdrouter.json
+++ b/python/qpid_dispatch/management/qdrouter.json
@@ -538,7 +538,7 @@
                 },
                 "uidFormat": {
                     "type": "string",
-                    "description": "A list of x509 client certificate fields 
that will be used to build a string that will uniquely identify the client 
certificate owner. For e.g. a value of 'cou' indicates that the uid will 
consist of c - common name concatenated with o - organization-company name 
concatenated with u - organization unit; or a value of 'o2' indicates that the 
uid will consist of o (organization name) concatenated with 2 (the sha256 
fingerprint of the entire certificate) . Allowed values can be any combination 
of 'c'( ISO3166 two character country code), 's'(state or province), 
'l'(Locality; generally - city), 'o'(Organization - Company Name), 
'u'(Organization Unit - typically certificate type or brand), 'n'(CommonName - 
typically a user name for client certificates) and '1'(sha1 certificate 
fingerprint, as displayed in the fingerprints section when looking at a 
certificate with say a web browser is the hash of the entire certificate) and 2 
(sha256 certificate finger
 print) and 5 (sha512 certificate fingerprint). ",
+                    "description": "A list of x509 client certificate fields 
that will be used to build a string that will uniquely identify the client 
certificate owner. For e.g. a value of 'cou' indicates that the uid will 
consist of c - common name concatenated with o - organization-company name 
concatenated with u - organization unit; or a value of 'o2' indicates that the 
uid will consist of o (organization name) concatenated with 2 (the sha256 
fingerprint of the entire certificate) . Allowed values can be any combination 
of 'c'( ISO3166 two character country code), 's'(state or province), 
'l'(Locality; generally - city), 'o'(Organization - Company Name), 
'u'(Organization Unit - typically certificate type or brand), 'n'(CommonName - 
typically a user name for client certificates) and '1'(sha1 certificate 
fingerprint, as displayed in the fingerprints section when looking at a 
certificate with say a web browser is the hash of the entire certificate) and 2 
(sha256 certificate finger
 print) and 5 (sha512 certificate fingerprint). The user identifier (uid) that 
is generated based on the uidFormat is a string which has a semi-colon as a 
separator between the components",
                     "create": true
                 },
                 "displayNameFile": {


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

Reply via email to