[
https://issues.apache.org/jira/browse/AXIS2-5317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431381#comment-13431381
]
John Patrick commented on AXIS2-5317:
-
I don't understanding your comment.
I was aski
Ranjani Kannappan created AXIS2-5384:
Summary: org.apache.axis2.AxisFault:
org.apache.axis2.databinding.ADBException: Unexpected subelement messages
Key: AXIS2-5384
URL: https://issues.apache.org/jira/browse/A
Hi Gary
you'll need to refactor
UsernamePasswordCredentials out of axis2-kernel
org.apache.axis2
axis2-kernel
how about using Kerberos instead?
http://thejavamonkey.blogspot.com/2008/09/axis-2-kerberos-web-services-featuring.html
can you suggest another alternative to commons-httpcli
you can as long as you set JAAS properties to use kerberos e.g.
System.setProperty( "sun.security.krb5.debug", "true");
System.setProperty( "java.security.krb5.realm", "EXAMPLE.COM");
System.setProperty( "java.security.krb5.kdc", "localhost");
System.setProperty( "java.security.auth.login.config"
This means that there is no way to currently retrieve tickets from
kerberos and verify them?
Sincerely,
Abdel
On Wed, Aug 8, 2012 at 2:00 PM, Amila Jayasekara
wrote:
> Hi Abdel,
>
> Kerberos support is not integrated into 1.6.2.
>
> Thanks
> AmilaJ
>
> On Wed, Aug 8, 2012 at 5:55 AM, abdelrahman
Hi Abdel,
Kerberos support is not integrated into 1.6.2.
Thanks
AmilaJ
On Wed, Aug 8, 2012 at 5:55 AM, abdelrahman almahmoud
wrote:
> Hi
>
> If I remember, there were plans to include kerbside in 1.6.2, but I
> can't seem to find any information on that
> Can rampart currently request kerberos
Simon Jongsma created RAMPART-386:
-
Summary: Rampart should allow password validation in callback
Key: RAMPART-386
URL: https://issues.apache.org/jira/browse/RAMPART-386
Project: Rampart
Issu