From 27fb3e1bb7a573968615d9337ff82683940feed3 Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Fri, 5 Jul 2019 11:57:11 +0200 Subject: [PATCH] README.md: OTP needs kinit on controller Add Information about needed /usr/bin/kinit on the controller when OTP is used --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a47fdcb..22d129e9 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Requirements **Controller** * Ansible version: 2.8+ (ansible-freeipa is an Ansible Collection) +* /usr/bin/kinit is required on the controller if a one time password (OTP) is used * python3-gssapi is required on the controller if a one time password (OTP) is used with keytab to install the client. **Node** -- GitLab