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/01/14 16:42:39 UTC

[2/3] cxf-fediz git commit: Updating Kerberos systests

Updating Kerberos systests


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

Branch: refs/heads/master
Commit: 6608107a3544332313da3ecfcd138f2f47f796b8
Parents: 5f5dfbf
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Jan 14 15:41:47 2016 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Jan 14 15:41:47 2016 +0000

----------------------------------------------------------------------
 .../apache/cxf/fediz/integrationtests/KerberosTest.java   | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/6608107a/systests/kerberos/src/test/java/org/apache/cxf/fediz/integrationtests/KerberosTest.java
----------------------------------------------------------------------
diff --git a/systests/kerberos/src/test/java/org/apache/cxf/fediz/integrationtests/KerberosTest.java b/systests/kerberos/src/test/java/org/apache/cxf/fediz/integrationtests/KerberosTest.java
index 57c9876..564731a 100644
--- a/systests/kerberos/src/test/java/org/apache/cxf/fediz/integrationtests/KerberosTest.java
+++ b/systests/kerberos/src/test/java/org/apache/cxf/fediz/integrationtests/KerberosTest.java
@@ -41,7 +41,6 @@ import org.apache.commons.io.IOUtils;
 import org.apache.cxf.fediz.core.ClaimTypes;
 import org.apache.cxf.fediz.tomcat7.FederationAuthenticator;
 import org.apache.directory.server.annotations.CreateKdcServer;
-import org.apache.directory.server.annotations.CreateLdapServer;
 import org.apache.directory.server.annotations.CreateTransport;
 import org.apache.directory.server.core.annotations.ApplyLdifFiles;
 import org.apache.directory.server.core.annotations.CreateDS;
@@ -93,16 +92,9 @@ import org.junit.runner.RunWith;
         }
 )
 
-@CreateLdapServer(
-    transports = {
-        @CreateTransport(protocol = "LDAP")
-        }
-)
-
 @CreateKdcServer(
     transports = {
-        // @CreateTransport(protocol = "TCP", address = "127.0.0.1", port=1024)
-        @CreateTransport(protocol = "UDP", address = "127.0.0.1")
+        @CreateTransport(protocol = "KRB", address = "127.0.0.1")
         },
     primaryRealm = "service.ws.apache.org",
     kdcPrincipal = "krbtgt/service.ws.apache.org@service.ws.apache.org"