mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
Remove reference to wrong command
Clean up language around automatically appending the Kerberos realm 433800
This commit is contained in:
parent
49148dc34a
commit
b4c11c9bea
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user