summaryrefslogtreecommitdiffstats
path: root/ipaplatform
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-10-27 15:36:55 +0100
committerMartin Basti <mbasti@redhat.com>2015-11-13 14:02:45 +0100
commit19044e87ac54200b7710b8ec5405175c3d749e76 (patch)
treea0d316d525d2407215bdf3d3c5381de08b3ffe01 /ipaplatform
parentb0faf30eac6b75267923fac59ef0728d763d29fe (diff)
downloadfreeipa-19044e87ac54200b7710b8ec5405175c3d749e76.tar.gz
freeipa-19044e87ac54200b7710b8ec5405175c3d749e76.tar.xz
freeipa-19044e87ac54200b7710b8ec5405175c3d749e76.zip
Drop configure.jar
Configure.jar used to be used with firefox version < 10 which is not supported anymore, thus this can be removed. https://fedorahosted.org/freeipa/ticket/5144 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'ipaplatform')
-rw-r--r--ipaplatform/base/paths.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py
index 74d7a7d97..6686bf07e 100644
--- a/ipaplatform/base/paths.py
+++ b/ipaplatform/base/paths.py
@@ -241,13 +241,11 @@ class BasePathNamespace(object):
FFEXTENSION = "/usr/share/ipa/ffextension"
IPA_HTML_DIR = "/usr/share/ipa/html"
CA_CRT = "/usr/share/ipa/html/ca.crt"
- CONFIGURE_JAR = "/usr/share/ipa/html/configure.jar"
KERBEROSAUTH_XPI = "/usr/share/ipa/html/kerberosauth.xpi"
KRB_CON = "/usr/share/ipa/html/krb.con"
KRB_JS = "/usr/share/ipa/html/krb.js"
HTML_KRB5_INI = "/usr/share/ipa/html/krb5.ini"
HTML_KRBREALM_CON = "/usr/share/ipa/html/krbrealm.con"
- PREFERENCES_HTML = "/usr/share/ipa/html/preferences.html"
NIS_ULDIF = "/usr/share/ipa/nis.uldif"
IPA_PLUGINS = "/usr/share/ipa/plugins"
SCHEMA_COMPAT_ULDIF = "/usr/share/ipa/schema_compat.uldif"