Re: [Perlgssapi-users] gss_nt_service_name
Brought to you by:
achimgrolms
From: Achim G. <ac...@gr...> - 2006-09-23 09:26:59
|
On Saturday 23 September 2006 05:09, David Leonard wrote: > Oops, you're right; that's what happens when I fire off hasty emails! :-( > ok, I see that gss_nt_service_name means GSS_C_NT_HOSTBASED_SERVICE.. > > So, then the krb5 principal ipmi/IT-CC would have to be specified as > ipmi@IT-CC ... or he could change the example scripts to use > gss_nt_krb5_principal instead of gss_nt_service_name. How does that sound? Yes, gss_nt_krb5_principal can work, because no hostnames are hardwired in the principal name. Is it a good idea not to check the correct hostname/key when connecting to? Achim |