diff options
author | Rob Crittenden <rcritten@redhat.com> | 2008-02-21 22:37:36 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2008-02-21 22:37:36 -0500 |
commit | b4c11c9bea68df8d5e3905fb244abf71e4976e11 (patch) | |
tree | 11904e79c111d0abf42856409d6ebbbb1a1c5eee /ipa-admintools/man | |
parent | 49148dc34a5fbd40f8e500e59691cea1600c9a86 (diff) | |
download | freeipa-b4c11c9bea68df8d5e3905fb244abf71e4976e11.tar.gz freeipa-b4c11c9bea68df8d5e3905fb244abf71e4976e11.tar.xz freeipa-b4c11c9bea68df8d5e3905fb244abf71e4976e11.zip |
Remove reference to wrong command
Clean up language around automatically appending the Kerberos realm
433800
Diffstat (limited to 'ipa-admintools/man')
-rw-r--r-- | ipa-admintools/man/ipa-addservice.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ipa-admintools/man/ipa-addservice.1 b/ipa-admintools/man/ipa-addservice.1 index 82250efca..4e3060fcc 100644 --- a/ipa-admintools/man/ipa-addservice.1 +++ b/ipa-admintools/man/ipa-addservice.1 @@ -21,14 +21,14 @@ ipa\-addservice \- Add a service principal .SH "SYNOPSIS" -ipa\-adduser \fIprincipal\fR +ipa\-addservice \fIprincipal\fR .SH "DESCRIPTION" Adds a service principal \fIprincipal\fR. The principal takes the form of: -service "/" fully\-qualified host name +service/fully\-qualified\-hostname The list of possible services is too exhaustive to list here but a short list is: @@ -41,12 +41,12 @@ ldap rpc snmp -NOTE: It is not necessary to include the kerberos realm. +The IPA server automatically appends the Kerberos realm for which it is configured. You cannot specify a different realm. .SH "EXAMPLES" -.TP +.TP ipa\-addservice HTTP/www.example.com Add a service principal for a web server -.TP +.TP ipa\-addservice host/ipa.example.com Add a service principal for the host (for ssh, for example) .SH "EXIT STATUS" |