mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
fix-httpd-group.diff: Fix apache group for Debian.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -4,6 +4,7 @@ freeipa (4.6.3-2) UNRELEASED; urgency=medium
|
||||
* client.dirs: Add /var/lib/ipa-client/pki.
|
||||
* server.post*: Enable session, session_cookie apache modules.
|
||||
* control: Add sssd-dbus to server Depends.
|
||||
* fix-httpd-group.diff: Fix apache group for Debian.
|
||||
|
||||
-- Timo Aaltonen <tjaalton@debian.org> Sun, 04 Feb 2018 00:25:41 +0200
|
||||
|
||||
|
||||
10
debian/patches/fix-httpd-group.diff
vendored
Normal file
10
debian/patches/fix-httpd-group.diff
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
--- 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
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -10,3 +10,4 @@ fix-replicainstall.diff
|
||||
create-sysconfig-ods.diff
|
||||
fix-named-conf-template.diff
|
||||
fix-opendnssec-setup.diff
|
||||
fix-httpd-group.diff
|
||||
|
||||
Reference in New Issue
Block a user