You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Bobby Lawrence (JIRA)" <ji...@apache.org> on 2009/05/22 23:45:45 UTC

[jira] Created: (GERONIMO-4643) Geronimo LDAP realm follow referrals

Geronimo LDAP realm follow referrals
------------------------------------

                 Key: GERONIMO-4643
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4643
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: security
    Affects Versions: 2.1.4
         Environment: Windows XP, Java 1.5.0_06
            Reporter: Bobby Lawrence
            Priority: Critical


After setting up an LDAP realm and testing a login, the server throws the following error:

javax.naming.PartialResultException: Unprocessed Continuation Reference(s); ...

I have even set the system property "java.naming.referral=follow" and I get the same problems.

It would also be great if I could test login modules AFTER they are deployed.  I really like being able to test when I'm setting them up, but after the deployment would really be useful in diagnosing problems.

Also - it would be nice if I could delete a realm from the console.

And..sorry for everything at once....it would be helpful if I could deploy an application from the console and not have to do it from the command line....


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


[jira] Resolved: (GERONIMO-4643) Geronimo LDAP realm follow referrals

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

Jarek Gawor resolved GERONIMO-4643.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2
                   2.1.5
         Assignee: Jarek Gawor

I think this can be resolved as the main issue related to ldap referrals has been addressed. For the other issues please open new set of bugs but I believe some of these issues are already addressed or being addressed.


> Geronimo LDAP realm follow referrals
> ------------------------------------
>
>                 Key: GERONIMO-4643
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4643
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: security
>    Affects Versions: 2.1.4
>         Environment: Windows XP, Java 1.5.0_06
>            Reporter: Bobby Lawrence
>            Assignee: Jarek Gawor
>            Priority: Critical
>             Fix For: 2.1.5, 2.2
>
>
> After setting up an LDAP realm and testing a login, the server throws the following error:
> javax.naming.PartialResultException: Unprocessed Continuation Reference(s); ...
> I have even set the system property "java.naming.referral=follow" and I get the same problems.
> It would also be great if I could test login modules AFTER they are deployed.  I really like being able to test when I'm setting them up, but after the deployment would really be useful in diagnosing problems.
> Also - it would be nice if I could delete a realm from the console.
> And..sorry for everything at once....it would be helpful if I could deploy an application from the console and not have to do it from the command line....

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


[jira] Closed: (GERONIMO-4643) Geronimo LDAP realm follow referrals

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

Rex Wang closed GERONIMO-4643.
------------------------------


closing it

> Geronimo LDAP realm follow referrals
> ------------------------------------
>
>                 Key: GERONIMO-4643
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4643
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: security
>    Affects Versions: 2.1.4
>         Environment: Windows XP, Java 1.5.0_06
>            Reporter: Bobby Lawrence
>            Assignee: Jarek Gawor
>            Priority: Critical
>             Fix For: 2.1.5, 2.2
>
>
> After setting up an LDAP realm and testing a login, the server throws the following error:
> javax.naming.PartialResultException: Unprocessed Continuation Reference(s); ...
> I have even set the system property "java.naming.referral=follow" and I get the same problems.
> It would also be great if I could test login modules AFTER they are deployed.  I really like being able to test when I'm setting them up, but after the deployment would really be useful in diagnosing problems.
> Also - it would be nice if I could delete a realm from the console.
> And..sorry for everything at once....it would be helpful if I could deploy an application from the console and not have to do it from the command line....

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


[jira] Commented: (GERONIMO-4643) Geronimo LDAP realm follow referrals

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12720338#action_12720338 ] 

Jarek Gawor commented on GERONIMO-4643:
---------------------------------------

Modified LDAPLoginModule to follow referrals by default. The LDAPLoginModule can also be configured to ignore the referrals by passing 'followReferrals=false' login module option. Committed changes to LDAPLoginModule to trunk (revision 785374) and branches/2.1 (revision 785375).


> Geronimo LDAP realm follow referrals
> ------------------------------------
>
>                 Key: GERONIMO-4643
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4643
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: security
>    Affects Versions: 2.1.4
>         Environment: Windows XP, Java 1.5.0_06
>            Reporter: Bobby Lawrence
>            Priority: Critical
>
> After setting up an LDAP realm and testing a login, the server throws the following error:
> javax.naming.PartialResultException: Unprocessed Continuation Reference(s); ...
> I have even set the system property "java.naming.referral=follow" and I get the same problems.
> It would also be great if I could test login modules AFTER they are deployed.  I really like being able to test when I'm setting them up, but after the deployment would really be useful in diagnosing problems.
> Also - it would be nice if I could delete a realm from the console.
> And..sorry for everything at once....it would be helpful if I could deploy an application from the console and not have to do it from the command line....

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


[jira] Commented: (GERONIMO-4643) Geronimo LDAP realm follow referrals

Posted by "Bobby Lawrence (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712278#action_12712278 ] 

Bobby Lawrence commented on GERONIMO-4643:
------------------------------------------

oops - see now there is a way to deploy an app from the console...I just didn't see a link or something on the page displaying all the web apps, etc...but I do see the "Deploy New" link now.

> Geronimo LDAP realm follow referrals
> ------------------------------------
>
>                 Key: GERONIMO-4643
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4643
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: security
>    Affects Versions: 2.1.4
>         Environment: Windows XP, Java 1.5.0_06
>            Reporter: Bobby Lawrence
>            Priority: Critical
>
> After setting up an LDAP realm and testing a login, the server throws the following error:
> javax.naming.PartialResultException: Unprocessed Continuation Reference(s); ...
> I have even set the system property "java.naming.referral=follow" and I get the same problems.
> It would also be great if I could test login modules AFTER they are deployed.  I really like being able to test when I'm setting them up, but after the deployment would really be useful in diagnosing problems.
> Also - it would be nice if I could delete a realm from the console.
> And..sorry for everything at once....it would be helpful if I could deploy an application from the console and not have to do it from the command line....

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