Hi Asaf
Thanks for watching the list. :)
Basically I want to encode "HTTP on host.server.com" into a service
principal like "HTTP/[EMAIL PROTECTED]".
By changing the nameType to GSSName.NT_HOSTBASED_SERVICE, it means the
underlying Kerberos principal should be of the NT-SRV-HST type.
According t
Roman Kennke wrote:
I am confused how this method is supposed to work. It has a boolean
parameter that is documented to be used to distinguish between datagram
and stream sockets. However, it is only used by Socket and ServerSocket,
so I guess it must always be a stream socket? But it gets worse.