From d402756e09f1ed9537051a9d2d7aa1b8bc9f3244 Mon Sep 17 00:00:00 2001 From: gtully Date: Thu, 7 Sep 2017 16:14:55 +0100 Subject: [PATCH] ARTEMIS-1373 - ensure roleName is in the doc config example --- docs/user-manual/en/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/en/security.md b/docs/user-manual/en/security.md index 93da34066a..1ddd5ccd33 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 ;