summaryrefslogtreecommitdiffstats
path: root/ipaplatform
diff options
context:
space:
mode:
authorTimo Aaltonen <tjaalton@debian.org>2015-10-06 16:35:24 +0300
committerTomas Babej <tbabej@redhat.com>2015-11-04 13:12:12 +0100
commit24ebdf90a5c1cb500591b273c61ccf588aad9ab1 (patch)
tree7e198b26e84f477c023eddbf582d8705d674d9e8 /ipaplatform
parentd269e25bfba0021528bde8c278cacbf894c40962 (diff)
downloadfreeipa-24ebdf90a5c1cb500591b273c61ccf588aad9ab1.tar.gz
freeipa-24ebdf90a5c1cb500591b273c61ccf588aad9ab1.tar.xz
freeipa-24ebdf90a5c1cb500591b273c61ccf588aad9ab1.zip
ipaplatform: Add SECURE_NFS_VAR to constants
https://fedorahosted.org/freeipa/ticket/5343 Reviewed-By: Tomas Babej <tbabej@redhat.com>
Diffstat (limited to 'ipaplatform')
-rw-r--r--ipaplatform/base/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipaplatform/base/constants.py b/ipaplatform/base/constants.py
index 9a1237106..77d50a708 100644
--- a/ipaplatform/base/constants.py
+++ b/ipaplatform/base/constants.py
@@ -11,3 +11,5 @@ class BaseConstantsNamespace(object):
HTTPD_USER = "apache"
IPA_DNS_PACKAGE_NAME = "freeipa-server-dns"
NAMED_USER = "named"
+ # nfsd init variable used to enable kerberized NFS
+ SECURE_NFS_VAR = "SECURE_NFS"