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 17:43:29 UTC

cxf-fediz git commit: Updating Kerberos systests

Repository: cxf-fediz
Updated Branches:
  refs/heads/1.2.x-fixes 5d18973a1 -> e0d2b1c40


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

Branch: refs/heads/1.2.x-fixes
Commit: e0d2b1c40756b00bc09a4f294b4dc8c45fb56212
Parents: 5d18973
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 16:43:23 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/e0d2b1c4/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 8379b3e..a414bdb 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.tomcat.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"