EOS whoami prints wrong host and domain names

Dear community members,

‘eos whoami’ prints the wrong values for host and domain, let’s take a look:

$ eos whoami
Virtual Identity: uid=6968 (99,6968) gid=615 (99,615) [authz:krb5] host=[::ffff:10.220.31.229] domain=220.31.229] geo-location=RU::JINR::LIT

while the ‘host’ and ‘nslookup’ command’s output seems to be appropriate:

$ host 10.220.31.229
229.31.220.10.in-addr.arpa domain name pointer andromeda.jinr.ru.

$ nslookup 10.220.31.229
229.31.220.10.in-addr.arpa name = andromeda.jinr.ru.

So I’d expect … host=andromeda.jinr.ru domain=jinr.ru … instead of IP (and its three trailing octets as a domain name!), as for many other hosts of the same domain name jinr.ru.

Any ideas, what could be wrong in the EOS server settings?

Thanks!