You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2016/11/08 14:56:40 UTC

[13/14] cxf-fediz git commit: Fixing LDAP configuration

Fixing LDAP configuration


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/1879dafc
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/1879dafc
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/1879dafc

Branch: refs/heads/1.3.x-fixes
Commit: 1879dafcc6a2c51b42be5413a5925a9b53d51e5d
Parents: 940d2fb
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue Oct 25 16:55:23 2016 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue Nov 8 14:47:44 2016 +0000

----------------------------------------------------------------------
 services/sts/src/main/webapp/WEB-INF/ldap.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/1879dafc/services/sts/src/main/webapp/WEB-INF/ldap.xml
----------------------------------------------------------------------
diff --git a/services/sts/src/main/webapp/WEB-INF/ldap.xml b/services/sts/src/main/webapp/WEB-INF/ldap.xml
index dbd3265..8b36f86 100644
--- a/services/sts/src/main/webapp/WEB-INF/ldap.xml
+++ b/services/sts/src/main/webapp/WEB-INF/ldap.xml
@@ -102,16 +102,16 @@
     </bean>
 
     <jaxws:endpoint id="transportSTS1" implementor="#transportSTSProviderBean"
-        address="/STSService" wsdlLocation="/WEB-INF/wsdl/ws-trust-1.4-service.wsdl"
+        address="/REALMA/STSServiceTransportUT" wsdlLocation="/WEB-INF/wsdl/ws-trust-1.4-service.wsdl"
         xmlns:ns1="http://docs.oasis-open.org/ws-sx/ws-trust/200512/"
         serviceName="ns1:SecurityTokenService" endpointName="ns1:TransportUT_Port">
         <jaxws:properties>
             <entry key="ws-security.ut.validator">
-                <bean class="org.apache.ws.security.validate.JAASUsernameTokenValidator">
+                <bean class="org.apache.wss4j.dom.validate.JAASUsernameTokenValidator">
                     <property name="contextName" value="LDAP" />
                 </bean>
             </entry>
         </jaxws:properties>
     </jaxws:endpoint>
 	
-</beans>
\ No newline at end of file
+</beans>