Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 71194a7ae -> d38977c9e


NO-JIRA - Fix a typo in the uidFormat field of qdrouter.json


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

Branch: refs/heads/master
Commit: d38977c9ea62a2ed03204887cae64889f2f2815c
Parents: 71194a7
Author: Ganesh Murthy <gmur...@redhat.com>
Authored: Fri May 20 15:48:13 2016 -0400
Committer: Ganesh Murthy <gmur...@redhat.com>
Committed: Fri May 20 15:48:13 2016 -0400

----------------------------------------------------------------------
 python/qpid_dispatch/management/qdrouter.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/d38977c9/python/qpid_dispatch/management/qdrouter.json
----------------------------------------------------------------------
diff --git a/python/qpid_dispatch/management/qdrouter.json 
b/python/qpid_dispatch/management/qdrouter.json
index 138942f..f696f62 100644
--- a/python/qpid_dispatch/management/qdrouter.json
+++ b/python/qpid_dispatch/management/qdrouter.json
@@ -95,7 +95,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 'oF' indicates that the 
uid will consist of o (organization name) concatenated with F (the sha256 
fingerprint of the entire certificate) . Allowed values can be any combination 
of comma separated '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 ce
 rtificate fingerprint) 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 comma separated '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 ce
 rtificate fingerprint) and 5 (sha512 certificate fingerprint). ",
                     "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