mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
11 lines
354 B
Diff
11 lines
354 B
Diff
--- a/ipaplatform/debian/constants.py
|
|
+++ b/ipaplatform/debian/constants.py
|
|
@@ -12,6 +12,7 @@ from ipaplatform.base.constants import B
|
|
|
|
class DebianConstantsNamespace(BaseConstantsNamespace):
|
|
HTTPD_USER = "www-data"
|
|
+ HTTPD_GROUP = "www-data"
|
|
NAMED_USER = "bind"
|
|
NAMED_GROUP = "bind"
|
|
# ntpd init variable used for daemon options
|