GSS and NTLM
Hi.
I'm writing a SIP server and i'm trying to do the NTLM authentication.
I need to create a codec string to pass as a parameter of the authentication of the WWW-Authenticate header (gssapi-data).
I'm trying to put the GSS of Java working with NTLM but it seems hard... The GSS only suports Kerberos?
I always have the same error
Exception in thread "main" GSSException: Invalid name provided (Mechanism level:
Could not load configuration file c:\winnt\krb5.ini (The system cannot find the
path specified))
Can anyone help me?
Thanks

