summaryrefslogtreecommitdiffstats
path: root/ipaplatform
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2015-12-14 16:52:40 +1100
committerTomas Babej <tbabej@redhat.com>2015-12-14 14:32:36 +0100
commit38861428e76c19107a03f07530e3724aee60a270 (patch)
treed327034cd263d2fe52a90df21a5cdde37e0b5a91 /ipaplatform
parentd68613194b4a26239ebb689d7270cf6c2035afbd (diff)
downloadfreeipa-38861428e76c19107a03f07530e3724aee60a270.tar.gz
freeipa-38861428e76c19107a03f07530e3724aee60a270.tar.xz
freeipa-38861428e76c19107a03f07530e3724aee60a270.zip
dogtaginstance: remove unused function 'check_inst'
Reviewed-By: Tomas Babej <tbabej@redhat.com>
Diffstat (limited to 'ipaplatform')
-rw-r--r--ipaplatform/base/paths.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py
index 762a38136..5513d77c8 100644
--- a/ipaplatform/base/paths.py
+++ b/ipaplatform/base/paths.py
@@ -236,7 +236,6 @@ class BasePathNamespace(object):
SCHEMA_COMPAT_ULDIF = "/usr/share/ipa/schema_compat.uldif"
IPA_JS_PLUGINS_DIR = "/usr/share/ipa/ui/js/plugins"
UPDATES_DIR = "/usr/share/ipa/updates/"
- PKI_CONF_SERVER_XML_TEMPLATE = "/usr/share/pki/%s/conf/server.xml"
CACHE_IPA_SESSIONS = "/var/cache/ipa/sessions"
VAR_KERBEROS_KRB5KDC_DIR = "/var/kerberos/krb5kdc/"
VAR_KRB5KDC_K5_REALM = "/var/kerberos/krb5kdc/.k5."