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:
Bosanac Dejan 2012-12-11 11:45:36 +00:00
parent 1797ce98e3
commit 6a5069ad22
1 changed files with 4 additions and 2 deletions

View File

@ -41,9 +41,11 @@
<map> <map>
<cachedLDAPAuthorizationMap <cachedLDAPAuthorizationMap
connectionURL="ldap://localhost:389" 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" 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" /> refreshInterval="300000" />
</map> </map>
</authorizationPlugin> </authorizationPlugin>