mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove reference to very unlikely service examples that are not
currently kerberized (and may never be due to their nature).
This commit is contained in:
@@ -32,14 +32,11 @@ service/fully\-qualified\-hostname
|
||||
The list of possible services is too extensive to list here but a short list is:
|
||||
|
||||
cifs
|
||||
dhcp
|
||||
dns
|
||||
host
|
||||
HTTP
|
||||
ldap
|
||||
nfs
|
||||
rpc
|
||||
snmp
|
||||
|
||||
The IPA server automatically appends the Kerberos realm for which it is configured. You cannot specify a different realm.
|
||||
|
||||
|
||||
@@ -26,15 +26,12 @@ class PrincipalFields(object):
|
||||
label="Service Type",
|
||||
options = [
|
||||
("cifs", "cifs"),
|
||||
("dhcp", "dhcp"),
|
||||
("dns", "dns"),
|
||||
("host", "host"),
|
||||
("HTTP", "HTTP"),
|
||||
("ldap", "ldap"),
|
||||
("nfs", "nfs"),
|
||||
("other", "other"),
|
||||
("rpc", "rpc"),
|
||||
("snmp", "snmp")
|
||||
("other", "other")
|
||||
],
|
||||
attrs=dict(onchange="toggleOther(this.id)"))
|
||||
other = widgets.TextField(name="other", label="Other Service", attrs=dict(size=10))
|
||||
|
||||
Reference in New Issue
Block a user