diff options
| author | Simo Sorce <ssorce@redhat.com> | 2008-09-17 11:09:39 -0400 |
|---|---|---|
| committer | Simo Sorce <ssorce@redhat.com> | 2008-09-18 17:23:12 -0400 |
| commit | bc70a5146f9554225539079452e2d62f03c7edf2 (patch) | |
| tree | 840d3154f9a3477cc0a9ac0f1bb1e317b84516d2 /ipa-server | |
| parent | 8683c23e9d9e2924d36c0b9d0f4570dadb8c43df (diff) | |
Remove reference to very unlikely service examples that are not
currently kerberized (and may never be due to their nature).
Diffstat (limited to 'ipa-server')
| -rw-r--r-- | ipa-server/ipa-gui/ipagui/forms/principal.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ipa-server/ipa-gui/ipagui/forms/principal.py b/ipa-server/ipa-gui/ipagui/forms/principal.py index 02c62f26a..8ff5eed03 100644 --- a/ipa-server/ipa-gui/ipagui/forms/principal.py +++ b/ipa-server/ipa-gui/ipagui/forms/principal.py @@ -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)) |
