Re: [Perlgssapi-users] gss_nt_service_name
Brought to you by:
achimgrolms
From: Achim G. <ac...@gr...> - 2006-09-22 09:58:08
|
On Friday 22 September 2006 11:02, David Leonard wrote: > Try setting the environment variable KRB5_KTNAME=/etc/ipmi.keytab when > you run your server 1. Massimiliano's problem starts on clientside, because the client can not get a GSSAPI-Token from KDC because GSSAPI tries to lookup the hostnamepart (because of gss_nt_service_name is used). No keytab is needed on clientside! 2. on Serverside the gss-server.pl script has a -keytabfile option to set keytab directly (Massimiliano knows how to use). Thanky you, Achim |