You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Christine Koppelt (JIRA)" <ji...@apache.org> on 2009/03/27 12:00:51 UTC

[jira] Created: (DIRSERVER-1341) GSSAPI Test

GSSAPI Test
-----------

                 Key: DIRSERVER-1341
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1341
             Project: Directory ApacheDS
          Issue Type: Bug
          Components: kerberos
            Reporter: Christine Koppelt
            Priority: Critical


Fix the testSaslGssapiBind() Test in class protocol-kerberos/src/test/java/org/apache/directory/server/kerberos/kdc/SaslGssapiBindITest so that it actually does what it promises to do.

    /**
     * Tests to make sure GSSAPI binds below the RootDSE work.
     */
    @Test
    public void testSaslGssapiBind()
    {
        assertTrue( true );
    }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DIRKRB-1) GSSAPI Test

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRKRB-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seelmann resolved DIRKRB-1.
----------------------------------

    Resolution: Fixed

KDC server fixed here by ckoppelt: 
  http://svn.apache.org/viewvc?rev=760603&view=rev
  http://svn.apache.org/viewvc?rev=762156&view=rev
  http://svn.apache.org/viewvc?rev=764561&view=rev

GSSAPI bind fixed here:
  http://svn.apache.org/viewvc?rev=801595&view=rev


> GSSAPI Test
> -----------
>
>                 Key: DIRKRB-1
>                 URL: https://issues.apache.org/jira/browse/DIRKRB-1
>             Project: Directory Kerberos
>          Issue Type: Bug
>            Reporter: Christine Koppelt
>            Priority: Critical
>             Fix For: 1.5.5
>
>
> Fix the testSaslGssapiBind() Test in class protocol-kerberos/src/test/java/org/apache/directory/server/kerberos/kdc/SaslGssapiBindITest so that it actually does what it promises to do.
>     /**
>      * Tests to make sure GSSAPI binds below the RootDSE work.
>      */
>     @Test
>     public void testSaslGssapiBind()
>     {
>         assertTrue( true );
>     }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRKRB-1) GSSAPI Test

Posted by "Christine Koppelt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRKRB-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christine Koppelt updated DIRKRB-1:
-----------------------------------

    Fix Version/s: 1.5.5

> GSSAPI Test
> -----------
>
>                 Key: DIRKRB-1
>                 URL: https://issues.apache.org/jira/browse/DIRKRB-1
>             Project: Directory Kerberos
>          Issue Type: Bug
>            Reporter: Christine Koppelt
>            Priority: Critical
>             Fix For: 1.5.5
>
>
> Fix the testSaslGssapiBind() Test in class protocol-kerberos/src/test/java/org/apache/directory/server/kerberos/kdc/SaslGssapiBindITest so that it actually does what it promises to do.
>     /**
>      * Tests to make sure GSSAPI binds below the RootDSE work.
>      */
>     @Test
>     public void testSaslGssapiBind()
>     {
>         assertTrue( true );
>     }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.