From 8fb42ab1314ca77aa0454658991edcb04229e7c9 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Fri, 13 Dec 2024 12:03:13 +0100 Subject: [PATCH] document hostname -f issue --- admin-guide/configuration/software/citrix_vda.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin-guide/configuration/software/citrix_vda.md b/admin-guide/configuration/software/citrix_vda.md index 8df4a856..69526456 100644 --- a/admin-guide/configuration/software/citrix_vda.md +++ b/admin-guide/configuration/software/citrix_vda.md @@ -10,3 +10,5 @@ networking::hostname_on_lo: true aaa::sssd_cache_creds: false aaa::default_krb_cache: "FILE:/tmp/krb5cc_%{literal('%')}{uid}" ``` + +Note that for `hostname -f` to work correctly with `hostname::short: true` you need to set as well `networking::hostname_on_lo: true` because `glibc getaddrinfo()` reads the first hostname in `/etc/hosts` to determine the fully qalified hostname.