IBM Java 1.4.2 Kerberos over TCP

2008-01-13 Thread Scharrer, Hans P
Did you ever get this to work with IBM's implementation of kerberos? Hans Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: IBM Java 1.4.2 Kerberos over TCP

2004-12-03 Thread Seema Malkani
Following up on this email.. (this apparently got filtered with MIT alias) Java GSS/Kerberos does support TCP Sun's implementation of Java Kerberos now supports automatic fallback to TCP. Therefore, if the Kerberos ticket request using UDP fails and the KDC returns

Re: IBM Java 1.4.2 Kerberos over TCP

2004-12-03 Thread Douglas E. Engert
Seema Malkani wrote: Following up on this email.. (this apparently got filtered with MIT alias) Can you answer the other question in the user's orginal question? He needs both TCP and RC4/HMAC. When will the Sun Java support RC4/HMAC for better compatability with Windows? Java GSS/Kerberos does

Re: IBM Java 1.4.2 Kerberos over TCP

2004-12-03 Thread Seema Malkani
Currently Java GSS/Kerberos in J2SE 1.5.0 supports Triple-DES and DES (des3-cbc-sha1-kd, des-cbc-md5, des-cbc-crc). Support for AES (aes128-cts-hmac-sha1-96, aes256-cts-hmac-sha1-96) and RC4-HMAC in Kerberos will be available in future J2SE release. For now in order to interoperate with Windows,

IBM Java 1.4.2 Kerberos over TCP

2004-10-18 Thread Pittman Daniel E Jr Civ 96 CG/SCTOA
Hello, I am trying to connect to an AD 2003 server, and am encountering the following error com.ibm.security.jgss.i18n.exception.KRBResponseTooBigError After doing some research, I have found this is related to a problem which occurs when a UDP packet is too large. UDP seems to be the only

Re: IBM Java 1.4.2 Kerberos over TCP

2004-10-18 Thread Douglas E. Engert
Pittman Daniel E Jr Civ 96 CG/SCTOA wrote: Hello, I am trying to connect to an AD 2003 server, and am encountering the following error com.ibm.security.jgss.i18n.exception.KRBResponseTooBigError After doing some research, I have found this is related to a problem which occurs when a UDP packet