From 45b2648af2ec7f092208d4e30b7066a09ce62f00 Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Fri, 5 Jul 2019 11:59:14 +0200
Subject: [PATCH] roles/ipaclient/README.md: OTP needs kinit on controller

Add Information about needed /usr/bin/kinit on the controller when OTP is used
---
 roles/ipaclient/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/roles/ipaclient/README.md b/roles/ipaclient/README.md
index 612fe668..02a5feac 100644
--- a/roles/ipaclient/README.md
+++ b/roles/ipaclient/README.md
@@ -32,6 +32,7 @@ Requirements
 
 **Controller**
 * Ansible version: 2.8+
+* /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 to install the client.
 
 **Node**
-- 
GitLab