summaryrefslogtreecommitdiffstats
path: root/ipaplatform/base/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaplatform/base/constants.py')
-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"