You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2017/09/07 15:15:14 UTC

activemq-artemis git commit: ARTEMIS-1373 - ensure roleName is in the doc config example

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 08839d299 -> d402756e0


ARTEMIS-1373 - ensure roleName is in the doc config example


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d402756e
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d402756e
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d402756e

Branch: refs/heads/master
Commit: d402756e09f1ed9537051a9d2d7aa1b8bc9f3244
Parents: 08839d2
Author: gtully <ga...@gmail.com>
Authored: Thu Sep 7 16:14:55 2017 +0100
Committer: gtully <ga...@gmail.com>
Committed: Thu Sep 7 16:14:55 2017 +0100

----------------------------------------------------------------------
 docs/user-manual/en/security.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d402756e/docs/user-manual/en/security.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/security.md b/docs/user-manual/en/security.md
index 93da340..1ddd5cc 100644
--- a/docs/user-manual/en/security.md
+++ b/docs/user-manual/en/security.md
@@ -709,7 +709,6 @@ that the Kerberos Peer Principal does not exist as an Apache ActiveMQ Artemis us
     org.apache.activemq.artemis.spi.core.security.jaas.Krb5LoginModule required
         ;
     org.apache.activemq.artemis.spi.core.security.jaas.LDAPLoginModule optional
-        debug=true
         initialContextFactory=com.sun.jndi.ldap.LdapCtxFactory
         connectionURL="ldap://localhost:1024"
         authentication=GSSAPI
@@ -720,6 +719,7 @@ that the Kerberos Peer Principal does not exist as an Apache ActiveMQ Artemis us
         userSearchSubtree=true
         authenticateUser=false
         roleBase="ou=system"
+        roleName=cn
         roleSearchMatching="(member={0})"
         roleSearchSubtree=false
         ;