From b4c11c9bea68df8d5e3905fb244abf71e4976e11 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 21 Feb 2008 22:37:36 -0500 Subject: Remove reference to wrong command Clean up language around automatically appending the Kerberos realm 433800 --- ipa-admintools/man/ipa-addservice.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ipa-admintools') 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" -- cgit