From c2f6a196778cee6f8143909e346800169ae38d14 Mon Sep 17 00:00:00 2001 From: Kees Bakker <keestux@gmail.com> Date: Tue, 30 Jul 2024 10:36:26 +0200 Subject: [PATCH] README-host.md: correction of managedby_host description --- README-host.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-host.md b/README-host.md index 6ee82818..53e19b74 100644 --- a/README-host.md +++ b/README-host.md @@ -341,7 +341,7 @@ Variable | Description | Required `password` \| `user_password` \| `userpassword` | Password used in bulk enrollment for absent or not enrolled hosts. | no `random` \| `random_password` | Initiate the generation of a random password to be used in bulk enrollment for absent or not enrolled hosts. | no `certificate` \| `usercertificate` | List of base-64 encoded host certificates | no -`managedby` \| `principalname` \| `krbprincipalname` | List of hosts that can manage this host | no +`managedby_host` | List of hosts that can manage this host | no `principal` \| `principalname` \| `krbprincipalname` | List of principal aliases for this host | no `allow_create_keytab_user` \| `ipaallowedtoperform_write_keys_user` | Users allowed to create a keytab of this host. | no `allow_create_keytab_group` \| `ipaallowedtoperform_write_keys_group` | Groups allowed to create a keytab of this host. | no -- GitLab