summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-11-27 17:00:23 +0100
committerMartin Basti <mbasti@redhat.com>2015-12-04 12:59:21 +0100
commit517aa84569ae144a8b781ef7ad67e356d9021757 (patch)
tree3bf6751b125536b2b10fc8b21d4ce57d7299f077 /ipalib/constants.py
parent03c7d63c52615cefef260e169ec4dadb85d54842 (diff)
downloadfreeipa-517aa84569ae144a8b781ef7ad67e356d9021757.tar.gz
freeipa-517aa84569ae144a8b781ef7ad67e356d9021757.tar.xz
freeipa-517aa84569ae144a8b781ef7ad67e356d9021757.zip
rename topology suffixes to "domain" and "ca"
https://www.redhat.com/archives/freeipa-devel/2015-November/msg00485.html Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index fc0560ba4..1ff9ccc7e 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -258,3 +258,6 @@ REPL_AGMT_STRIP_ATTRS = ('modifiersName',
'modifyTimestamp',
'internalModifiersName',
'internalModifyTimestamp')
+
+DOMAIN_SUFFIX_NAME = 'domain'
+CA_SUFFIX_NAME = 'ca'