[Perlgssapi-users] gss_nt_service_name
Brought to you by:
achimgrolms
From: Massimiliano M. <mas...@ce...> - 2006-09-21 15:34:39
|
Hi, I've another problem. I've a new serviceprincipal, called ipmi/IT...@CE.... When I run the examples, I see from the client part: root@pcitadc05:~/.cpan/build/GSSAPI-0.23/examples# ./gss-client.pl -hostname lxdev23.cern.ch -prodid ipmi -port 10000 ./gss-client.pl: using [ip...@lx...:10000] CLIENT::principal [ipmi] means going to communicate with server name [ipmi] Use of uninitialized value in subroutine entry at ./gss-client.pl line 88. CLIENT::Unable to initialize security context: MAJOR::Unspecified GSS failure. Minor code may provide more information MINOR::Server not found in Kerberos database root@pcitadc05:~/.cpan/build/GSSAPI-0.23/examples# ./gss-client.pl -hostname lxdev23.cern.ch -prodid ipmi/IT-CC -port 10000 ./gss-client.pl: using [ipmi/IT...@lx...:10000] CLIENT::principal [ipmi/IT-CC] means going to communicate with server name [ipmi/IT-CC] Use of uninitialized value in subroutine entry at ./gss-client.pl line 88. CLIENT::Unable to initialize security context: MAJOR::Unspecified GSS failure. Minor code may provide more information MINOR::Server not found in Kerberos database If I change the my $status = GSSAPI::Name->import(my $gss_server_name, $server_name, gss_nt_service_name); with my $status = GSSAPI::Name->import(my $gss_server_name, $server_name); I got MINOR::No principal in keytab matches desired name What is the problem? What is the gss_nt_service_name for? Thank you! -- Massimiliano Masi http://www.comunidelchianti.it/~max |