[
https://issues.apache.org/jira/browse/DISPATCH-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15217843#comment-15217843
]
ASF GitHub Bot commented on DISPATCH-200:
-----------------------------------------
Github user ted-ross commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/61#discussion_r57875819
--- Diff: src/container.c ---
@@ -21,6 +21,7 @@
#include <string.h>
#include "dispatch_private.h"
#include "connection_manager_private.h"
+#include "server_private.h"
--- End diff --
It would be better to not add this private linkage between container and
server. Rather, put the signature for qd_connection_set_user into the public
server.h file.
> Flexible mapping from x.509 certificates to an identity
> -------------------------------------------------------
>
> Key: DISPATCH-200
> URL: https://issues.apache.org/jira/browse/DISPATCH-200
> Project: Qpid Dispatch
> Issue Type: New Feature
> Components: Container
> Reporter: Ted Ross
> Assignee: Ganesh Murthy
> Fix For: 0.6
>
>
> x.509 certificates contain structured data. It is necessary to be able to
> generate a unique identity from a certificate for the purpose of indexing
> into access policy.
> The proposed feature will contain a descriptor that is part of an ssl-profile
> configuration that specifies the format and content of the identity in terms
> of the fields of a certificate.
> For example, the identity can be the certificate fingerprint, or the
> distinguished name, or the combination of more than one field.
> A further enhancement is to provide a secondary mapping from the above
> identity to a configured nickname. For example, a user may want to use the
> fingerprint as the identity field but wishes to write policy and view
> management data containing a more friendly "display" name rather than the raw
> fingerprint.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]