summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorFlorence Blanc-Renaud <frenaud@redhat.com>2016-06-01 17:42:48 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-17 17:31:08 +0200
commit4a7345e44804cf14f664814a2ab60f7a43ffa4ee (patch)
tree4d8d7e60daf545c74e665935b8ad5294a086c0d7 /API.txt
parentd70e52b61b35f42ca2d34ef05310fd2c18c882ce (diff)
downloadfreeipa-4a7345e44804cf14f664814a2ab60f7a43ffa4ee.tar.gz
freeipa-4a7345e44804cf14f664814a2ab60f7a43ffa4ee.tar.xz
freeipa-4a7345e44804cf14f664814a2ab60f7a43ffa4ee.zip
Always qualify requests for admin in ipa-replica-conncheck
ipa-replica-conncheck connects to the master using an SSH command: ssh -o StrictHostKeychecking=no -o UserKnownHostsFile=<tmpfile> \ -o GSSAPIAuthentication=yes <principal>@<master hostname> \ echo OK The issue is that the principal name is not fully qualified (for instance 'admin' is used, even if ipa-replica-conncheck was called with --principal admin@EXAMPLE.COM). When the FreeIPA server is running with a /etc/sssd/sssd.conf containing [sssd] default_domain_suffix = ad.domain.com this leads to the SSH connection failure because admin is not defined in the default domain. The fix uses the fully qualified principal name, and calls ssh with ssh -o StrictHostKeychecking=no -o UserKnownHostsFile=<tmpfile> \ -o GSSAPIAuthentication=yes -o User=<principal> \ <master hostname> echo OK to avoid syntax issues with admin@DOMAIN@master https://fedorahosted.org/freeipa/ticket/5812 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'API.txt')
0 files changed, 0 insertions, 0 deletions