summaryrefslogtreecommitdiffstats
path: root/ipaplatform/base
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2016-01-19 14:18:30 +0100
committerMartin Basti <mbasti@redhat.com>2016-03-22 10:40:44 +0100
commit49be6c8d3cc20902dbe8e92a74e31aed2fd21d9f (patch)
tree5a1e7cd570fcd769f2e9dd41daacb49cf769fee4 /ipaplatform/base
parent4f25b296054076abf3d6e44f6b2e7552f993fb1c (diff)
downloadfreeipa-49be6c8d3cc20902dbe8e92a74e31aed2fd21d9f.tar.gz
freeipa-49be6c8d3cc20902dbe8e92a74e31aed2fd21d9f.tar.xz
freeipa-49be6c8d3cc20902dbe8e92a74e31aed2fd21d9f.zip
Move user/group constants for PKI and DS into ipaplatform
https://fedorahosted.org/freeipa/ticket/5619 Reviewed-By: David Kupka <dkupka@redhat.com> Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
Diffstat (limited to 'ipaplatform/base')
-rw-r--r--ipaplatform/base/constants.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipaplatform/base/constants.py b/ipaplatform/base/constants.py
index 50f8a3ed1..52af12429 100644
--- a/ipaplatform/base/constants.py
+++ b/ipaplatform/base/constants.py
@@ -8,9 +8,13 @@ This base platform module exports platform dependant constants.
class BaseConstantsNamespace(object):
+ DS_USER = 'dirsrv'
+ DS_GROUP = 'dirsrv'
HTTPD_USER = "apache"
IPA_DNS_PACKAGE_NAME = "freeipa-server-dns"
NAMED_USER = "named"
+ PKI_USER = 'pkiuser'
+ PKI_GROUP = 'pkiuser'
# ntpd init variable used for daemon options
NTPD_OPTS_VAR = "OPTIONS"
# quote used for daemon options