summaryrefslogtreecommitdiffstats
path: root/ipaserver/install
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2017-03-07 14:06:11 +0000
committerMartin Basti <mbasti@redhat.com>2017-03-13 10:12:40 +0100
commit94f362d7b0b6c838752eb2f6674149e96d3ae95b (patch)
treef202a7afc609081e05ba1cab50585a367551adbf /ipaserver/install
parent5efa55c88d73d9f5db77df4be9fedf03f9b323d1 (diff)
downloadfreeipa-94f362d7b0b6c838752eb2f6674149e96d3ae95b.tar.gz
freeipa-94f362d7b0b6c838752eb2f6674149e96d3ae95b.tar.xz
freeipa-94f362d7b0b6c838752eb2f6674149e96d3ae95b.zip
server install: remove duplicate knob definitions
Remove duplicate definitions of knobs already defined in client install. https://pagure.io/freeipa/issue/6392 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Diffstat (limited to 'ipaserver/install')
-rw-r--r--ipaserver/install/server/__init__.py24
1 files changed, 0 insertions, 24 deletions
diff --git a/ipaserver/install/server/__init__.py b/ipaserver/install/server/__init__.py
index 4a0289bdd..edb91f3d1 100644
--- a/ipaserver/install/server/__init__.py
+++ b/ipaserver/install/server/__init__.py
@@ -221,30 +221,6 @@ class ServerInstallInterface(client.ClientInstallInterface,
)
no_ui_redirect = enroll_only(no_ui_redirect)
- ssh_trust_dns = knob(
- None,
- description="configure OpenSSH client to trust DNS SSHFP records",
- )
- ssh_trust_dns = enroll_only(ssh_trust_dns)
-
- no_ssh = knob(
- None,
- description="do not configure OpenSSH client",
- )
- no_ssh = enroll_only(no_ssh)
-
- no_sshd = knob(
- None,
- description="do not configure OpenSSH server",
- )
- no_sshd = enroll_only(no_sshd)
-
- no_dns_sshfp = knob(
- None,
- description="Do not automatically create DNS SSHFP records",
- )
- no_dns_sshfp = enroll_only(no_dns_sshfp)
-
dirsrv_config_file = knob(
str, None,
description="The path to LDIF file that will be used to modify "