mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-3791 - update openldap example config to reflect changes
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1420104 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1797ce98e3
commit
6a5069ad22
|
@ -41,9 +41,11 @@
|
|||
<map>
|
||||
<cachedLDAPAuthorizationMap
|
||||
connectionURL="ldap://localhost:389"
|
||||
connectionUsername="cn=mqbroker,ou=Services,dc=activemq,dc=apache,dc=org"
|
||||
connectionUsername="cn=admin,dc=activemq,dc=apache,dc=org"
|
||||
connectionPassword="sunflower"
|
||||
baseDn="dc=activemq,dc=apache,dc=org"
|
||||
queueSearchBase="ou=Queue,ou=Destination,ou=ActiveMQ,dc=activemq,dc=apache,dc=org"
|
||||
topicSearchBase="ou=Topic,ou=Destination,ou=ActiveMQ,dc=activemq,dc=apache,dc=org"
|
||||
tempSearchBase="ou=Temp,ou=Destination,ou=ActiveMQ,dc=activemq,dc=apache,dc=org"
|
||||
refreshInterval="300000" />
|
||||
</map>
|
||||
</authorizationPlugin>
|
||||
|
|
Loading…
Reference in New Issue