Repository: qpid-dispatch Updated Branches: refs/heads/master 5240adc14 -> d0364ceb8
NO-JIRA - Fix documentation for saslMechanisms and uidFormat Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/d0364ceb Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/d0364ceb Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/d0364ceb Branch: refs/heads/master Commit: d0364ceb8ef90f2457b54a50b18e622061e59835 Parents: 5240adc Author: Ganesh Murthy <[email protected]> Authored: Fri Jun 10 15:46:34 2016 -0400 Committer: Ganesh Murthy <[email protected]> Committed: Fri Jun 10 15:46:34 2016 -0400 ---------------------------------------------------------------------- python/qpid_dispatch/management/qdrouter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/d0364ceb/python/qpid_dispatch/management/qdrouter.json ---------------------------------------------------------------------- diff --git a/python/qpid_dispatch/management/qdrouter.json b/python/qpid_dispatch/management/qdrouter.json index a943121..4787b2b 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 '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). ", + "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). ", "create": true }, "displayNameFile": { @@ -643,7 +643,7 @@ "saslMechanisms": { "type": "string", "required": false, - "description": "Comma separated list of accepted SASL authentication mechanisms.", + "description": "Space separated list of accepted SASL authentication mechanisms.", "create": true }, "authenticatePeer": { @@ -724,7 +724,7 @@ "saslMechanisms": { "type": "string", "required": false, - "description": "Comma separated list of accepted SASL authentication mechanisms.", + "description": "Space separated list of accepted SASL authentication mechanisms.", "create": true }, "allowRedirect": { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
