From 3bb6d3830868a50066569b55158fbba1f36654fd Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Fri, 2 Aug 2013 17:06:29 +0200 Subject: Improve help entry for ipa host Updates old information produced by the ipa help host command. Also adds a section to ipa-client-install manpage about client re-enrollment. https://fedorahosted.org/freeipa/ticket/3820 --- ipalib/plugins/host.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'ipalib/plugins') diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py index 6be06942..7aa94aa9 100644 --- a/ipalib/plugins/host.py +++ b/ipalib/plugins/host.py @@ -66,11 +66,13 @@ There are three enrollment scenarios when enrolling a new client: Host Enrollment privilege. 3. The host has been created with a one-time password. -A host can only be enrolled once. If a client has enrolled and needs to -be re-enrolled, the host entry must be removed and re-created. Note that -re-creating the host entry will result in all services for the host being -removed, and all SSL certificates associated with those services being -revoked. + +RE-ENROLLMENT: + +Host that has been enrolled at some point, and lost its configuration (e.g. VM +destroyed) can be re-enrolled. + +For more information, consult the manual pages for ipa-client-install. A host can optionally store information such as where it is located, the OS that it runs, etc. -- cgit