[jboss-jira] [JBoss JIRA] (WFLY-50) Management Console - LDAP authentication fails

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Tue May 28 12:47:54 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darran Lofthouse resolved WFLY-50.
----------------------------------

    Resolution: Out of Date

    
> Management Console - LDAP authentication fails
> ----------------------------------------------
>
>                 Key: WFLY-50
>                 URL: https://issues.jboss.org/browse/WFLY-50
>             Project: WildFly
>          Issue Type: Bug
>          Components: Domain Management, Security
>         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
>            Assignee: Darran Lofthouse
>             Fix For: 8.0.0.Alpha2
>
>
> 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