[jboss-jira] [JBoss JIRA] (AS7-6414) Management Console - LDAP authentication fails

narayana b (JIRA) jira-events at lists.jboss.org
Tue Jan 29 01:50:47 EST 2013


narayana b created AS7-6414:
-------------------------------

             Summary: Management Console - LDAP authentication fails
                 Key: AS7-6414
                 URL: https://issues.jboss.org/browse/AS7-6414
             Project: Application Server 7
          Issue Type: Bug
         Environment: JBoss 7.1.1 on windows xp 32 / jboss 7.1.2 on cent os 6.3, x86_64, standalone.xml
            Reporter: narayana b


1) security realms
	<!-- nari start -->
			<security-realm name="my_Ldap_Realm">
                <authentication>
			        <ldap connection="my_Ldap_Connection" base-dn="dc=example,dc=com">
					     <username-filter attribute="sAMAccountName"/>
						 <!--
						 <advanced-filter filter="(sAMAccountName={0})"/> -->
					</ldap>
                </authentication>
            </security-realm>
			<!-- nari end -->

2) outbound connections
<!--nari start -->
		 <outbound-connections>
			<ldap  name="my_Ldap_Connection" 
                url="ldap://localhost:10389/" 
                search-dn="cn=jboss,ou=People,dc=example,dc=com" search-credential="admin123" /> 
		 </outbound-connections>
		<!--nari  end -->


3) Management console info config
   <!-- nari -->
            <native-interface security-realm="my_Ldap_Realm">
                <socket-binding native="management-native"/>
            </native-interface>
            <http-interface security-realm="my_Ldap_Realm">
			    <socket-binding http="management-http"/>
				<!-- nari disabled [http] and enabled [https]
				<socket-binding https="management-console-https"/> -->
				
            </http-interface>
			<!-- nari end -->

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list