mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
mtr complains about klist is not found, if Kerberos is not installed on machines
This commit is contained in:
parent
9b53d84d14
commit
d1e6c40294
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ else
|
|||
{
|
||||
if (!$ENV{'GSSAPI_FULLNAME'})
|
||||
{
|
||||
my $s = `klist |grep 'Default principal: '`;
|
||||
my $s = `klist 2>/dev/null |grep 'Default principal: '`;
|
||||
if ($s)
|
||||
{
|
||||
chomp($s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue