diff options
author | Tomas Babej <tbabej@redhat.com> | 2013-08-02 17:06:29 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2013-08-06 12:31:16 +0200 |
commit | 3bb6d3830868a50066569b55158fbba1f36654fd (patch) | |
tree | 1c49be66724bcbffe829c1411f6d49b13507e9d4 /ipalib | |
parent | 8122d74596457530ce794916bafb1c7fcdb56ada (diff) | |
download | freeipa-3bb6d3830868a50066569b55158fbba1f36654fd.tar.gz freeipa-3bb6d3830868a50066569b55158fbba1f36654fd.tar.xz freeipa-3bb6d3830868a50066569b55158fbba1f36654fd.zip |
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
Diffstat (limited to 'ipalib')
-rw-r--r-- | ipalib/plugins/host.py | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py index 6be069425..7aa94aa95 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. |