Re: [Jxplorer-devel] GSSAPI SASL data is not encrypted

2007-03-02 Thread vadim
Hi Douglas, Please find full documentation about JAAS kerberos login module configuration here: http://java.sun.com/j2se/1.5.0/docs/guide/security/jaas/spec/com/sun/security/auth/module/Krb5LoginModule.html You can extend that gssapi.conf file according to the documentation. Best regards, vadim

Re: [Jxplorer-devel] GSSAPI SASL data is not encrypted

2007-03-02 Thread Douglas E. Engert
Chris, Vadim, I am new to this list, and not much of a Java programmer, but work mostly with authentication: Kerberos, and PKI using smart cards. I noticed that the Sun Java Kerbeors would only use the default ticket cache on a system which is usually in FILE:/tmp/krb5cc_ on Unix. But there are ti

Re: [Jxplorer-devel] GSSAPI SASL data is not encrypted

2007-03-01 Thread Douglas E. Engert
vadim wrote: > I mean, I can provide a patch, where you can set QoP per connection and > also can define default QoP. Will it be OK for you? Sounds good to me, and yes per connection. I would like to see the default be the auth-conf, as if the server can do SASL/GSSAPI/Kerberos there is no reas

Re: [Jxplorer-devel] GSSAPI SASL data is not encrypted

2007-03-01 Thread vadim
I mean, I can provide a patch, where you can set QoP per connection and also can define default QoP. Will it be OK for you? best regards, vadim tarassov On Thu, 2007-03-01 at 21:18 +0100, vadim wrote: > Hi Douglas, > > what do you think about adding a tab in "advanced" options containing > GSSA

Re: [Jxplorer-devel] GSSAPI SASL data is not encrypted

2007-03-01 Thread vadim
Hi Douglas, what do you think about adding a tab in "advanced" options containing GSSAPI default QoP? I was actually original author of the GSSAPI authentication in JXplorer and I can provide this patch. best regards, vadim tarassov On Thu, 2007-03-01 at 13:59 -0600, Douglas E. Engert wrote: >