Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. LdapConfiguration {
  2. org.apache.activemq.jaas.LDAPLoginModule required
  3. debug=true
  4. initialContextFactory=com.sun.jndi.ldap.LdapCtxFactory
  5. connectionURL="ldap://localhost:389"
  6. connectionUsername="cn=mqbroker,ou=Services,ou=system,dc=fusesource,dc=com"
  7. connectionPassword="sunflower"
  8. connectionProtocol="s"
  9. authentication=simple
  10. userBase="ou=User,ou=ActiveMQ,ou=system,dc=fusesource,dc=com"
  11. userSearchMatching="(uid={0})"
  12. userSearchSubtree=false
  13. roleBase="ou=Group,ou=ActiveMQ,ou=system,dc=fusesource,dc=com"
  14. roleName=cn
  15. roleSearchMatching="(member:=uid={1})"
  16. roleSearchSubtree=true
  17. ;
  18. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement