summaryrefslogtreecommitdiffstats
path: root/ipaplatform/base
diff options
context:
space:
mode:
authorTimo Aaltonen <tjaalton@debian.org>2016-03-29 21:33:15 +0300
committerMartin Basti <mbasti@redhat.com>2016-10-13 20:55:14 +0200
commit6c53765ac1746ea3cb82554775a37fe43af062e8 (patch)
treee649ab332e43bce04ba49ab73efaa2669d386d4a /ipaplatform/base
parent91b51e702f1e105329ebea29c633d94516cd673c (diff)
downloadfreeipa-6c53765ac1746ea3cb82554775a37fe43af062e8.tar.gz
freeipa-6c53765ac1746ea3cb82554775a37fe43af062e8.tar.xz
freeipa-6c53765ac1746ea3cb82554775a37fe43af062e8.zip
Purge obsolete firefox extension
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaplatform/base')
-rw-r--r--ipaplatform/base/paths.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py
index 025bed6b0..bbf6b5387 100644
--- a/ipaplatform/base/paths.py
+++ b/ipaplatform/base/paths.py
@@ -184,7 +184,6 @@ class BasePathNamespace(object):
BIN_TIMEOUT = "/usr/bin/timeout"
UPDATE_CA_TRUST = "/usr/bin/update-ca-trust"
BIN_CURL = "/usr/bin/curl"
- ZIP = "/usr/bin/zip"
BIND_LDAP_SO = "/usr/lib/bind/ldap.so"
BIND_LDAP_DNS_IPA_WORKDIR = "/var/named/dyndb-ldap/ipa/"
BIND_LDAP_DNS_ZONE_WORKDIR = "/var/named/dyndb-ldap/ipa/master/"
@@ -231,12 +230,9 @@ class BasePathNamespace(object):
USERADD = "/usr/sbin/useradd"
USR_SHARE_IPA_DIR = "/usr/share/ipa/"
CA_TOPOLOGY_ULDIF = "/usr/share/ipa/ca-topology.uldif"
- FFEXTENSION = "/usr/share/ipa/ffextension"
IPA_HTML_DIR = "/usr/share/ipa/html"
CA_CRT = "/usr/share/ipa/html/ca.crt"
- 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"
NIS_ULDIF = "/usr/share/ipa/nis.uldif"