Skip to content
Snippets Groups Projects
Commit 9e6866cb authored by Thomas Woerner's avatar Thomas Woerner
Browse files

README.md: Added description about ipaclient_use_otp and ipaclient_allow_repair

parent ed91cc1d
No related branches found
No related tags found
No related merge requests found
...@@ -91,6 +91,12 @@ Variables ...@@ -91,6 +91,12 @@ Variables
**ipaclient_force_join** - Set force_join to yes to join the host even if it is already enrolled. **ipaclient_force_join** - Set force_join to yes to join the host even if it is already enrolled.
(bool, optional) (bool, optional)
**ipaclient_use_otp** - Enforce the generation of a one time password to configure new and existing hosts. The enforcement on an existing host is not done if there is a working krb5.keytab on the host. If the generation of an otp is enforced for an existing host entry, then the host gets diabled and the containing keytab gets removed.
(bool, optional)
**ipaclient_allow_repair** - Allow repair of already joined hosts. Contrary to ipaclient_force_join the host entry will not be changed on the server.
(bool, optional)
**ipaclient_kinit_attempts** - Repeat the request for host Kerberos ticket X times if it fails. **ipaclient_kinit_attempts** - Repeat the request for host Kerberos ticket X times if it fails.
(int, optional) (int, optional)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment