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

This commit is contained in:
gtully 2017-09-07 16:14:55 +01:00
parent 08839d2996
commit d402756e09
1 changed files with 1 additions and 1 deletions

View File

@ -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.Krb5LoginModule required
; ;
org.apache.activemq.artemis.spi.core.security.jaas.LDAPLoginModule optional org.apache.activemq.artemis.spi.core.security.jaas.LDAPLoginModule optional
debug=true
initialContextFactory=com.sun.jndi.ldap.LdapCtxFactory initialContextFactory=com.sun.jndi.ldap.LdapCtxFactory
connectionURL="ldap://localhost:1024" connectionURL="ldap://localhost:1024"
authentication=GSSAPI authentication=GSSAPI
@ -720,6 +719,7 @@ that the Kerberos Peer Principal does not exist as an Apache ActiveMQ Artemis us
userSearchSubtree=true userSearchSubtree=true
authenticateUser=false authenticateUser=false
roleBase="ou=system" roleBase="ou=system"
roleName=cn
roleSearchMatching="(member={0})" roleSearchMatching="(member={0})"
roleSearchSubtree=false roleSearchSubtree=false
; ;