Repository: cxf-fediz
Updated Branches:
  refs/heads/master a758d3137 -> 747223b34


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/747223b3
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/747223b3
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/747223b3

Branch: refs/heads/master
Commit: 747223b34bec2dce20369202eb4e672420b81ec7
Parents: a758d31
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Tue Oct 25 16:55:23 2016 +0100
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Tue Oct 25 16:55:23 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/747223b3/services/sts/src/main/webapp/WEB-INF/endpoints/ldap.xml
----------------------------------------------------------------------
diff --git a/services/sts/src/main/webapp/WEB-INF/endpoints/ldap.xml 
b/services/sts/src/main/webapp/WEB-INF/endpoints/ldap.xml
index dbd3265..8b36f86 100644
--- a/services/sts/src/main/webapp/WEB-INF/endpoints/ldap.xml
+++ b/services/sts/src/main/webapp/WEB-INF/endpoints/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>

Reply via email to