Advertisement
jachym_culka

Management console config

Oct 2nd, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.87 KB | None | 0 0
  1. <management>
  2.  <security-realms>
  3.   <security-realm name="LDAPRealm">
  4.    <authentication>
  5.     <ldap connection="ldap_connection" base-dn="ou=people,ou=entities,dc=doxologic,dc=com" recursive="true">
  6.      <advanced-filter filter="(&amp;(uid={0})(memberof=cn=jbossAdmin,ou=roles,dc=doxologic,dc=com))"/>
  7.     </ldap>
  8.    </authentication>
  9.   </security-realm>
  10.  <outbound-connections>
  11.   <ldap name="ldap_connection" url="ldaps://example.doxologic.com" search-dn="uid=jboss7,ou=systemUsers,ou=entities,dc=doxologic,dc=com" search-credential="jboss7ldapHeslo"/>
  12.  </outbound-connections>
  13.  <management-interfaces>
  14.   <native-interface security-realm="LDAPRealm">
  15.    <socket-binding native="management-native"/>
  16.   </native-interface>
  17.   <http-interface security-realm="LDAPRealm">
  18.    <socket-binding http="management-http"/>
  19.   </http-interface>
  20.  </management-interfaces>
  21. </management>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement