Github user jbertram commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/621#discussion_r69742648
  
    --- Diff: docs/user-manual/en/security.md ---
    @@ -10,6 +10,13 @@ long. To change this period set the property
     `security-invalidation-interval`, which is in milliseconds. The default
     is `10000` ms.
     
    +To assist in security auditing the `populate-validated-user` option 
exists. If this is `true` then
    +the server will add the name of the validated user to the message using 
the key `_AMQ_VALIDATED_USER`.
    +For JMS and Stomp clients this is mapped to the key `JMSXUserID`. For 
users authenticated based on
    +their SSL certificate this name is the name to which their certificate's 
DN maps. If `security-enabled`
    +is `false` and `populate-validated-user` is `true` then the server will 
simply use whatever user name
    +(if any) the client provides. This option is `false` by default.
    +
    --- End diff --
    
    Done.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to