mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
server.postinst, tmpfile: Create state directories for mod_auth_gssapi.
This commit is contained in:
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -39,6 +39,8 @@ freeipa (4.3.0-1) UNRELEASED; urgency=medium
|
||||
* control: Bump server and python-ipaserver dependency on python-ldap
|
||||
to 2.4.22 to fix a bug on ipa-server-upgrade.
|
||||
* control: Bump server dependency on oddjob to 0.34.3-2.
|
||||
* server.postinst, tmpfile: Create state directories for
|
||||
mod_auth_gssapi.
|
||||
|
||||
-- Timo Aaltonen <tjaalton@debian.org> Sat, 03 Oct 2015 08:56:31 +0300
|
||||
|
||||
|
||||
14
debian/freeipa-server.postinst
vendored
14
debian/freeipa-server.postinst
vendored
@@ -40,4 +40,18 @@ if [ ! -e /run/ipa_memcached ]; then
|
||||
chown www-data:www-data /run/ipa_memcached
|
||||
fi
|
||||
|
||||
if [ ! -e /run/apache2/ipa ]; then
|
||||
mkdir -m 0700 /run/apache2/ipa
|
||||
chown www-data:www-data /run/apache2/ipa
|
||||
|
||||
if [ ! -e /run/apache2/ipa/clientcaches ]; then
|
||||
mkdir -m 0700 /run/apache2/ipa/clientcaches
|
||||
chown www-data:www-data /run/apache2/ipa/clientcaches
|
||||
fi
|
||||
if [ ! -e /run/apache2/ipa/krbcache ]; then
|
||||
mkdir -m 0700 /run/apache2/ipa/krbcache
|
||||
chown www-data:www-data /run/apache2/ipa/krbcache
|
||||
fi
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
3
debian/freeipa-server.tmpfile
vendored
3
debian/freeipa-server.tmpfile
vendored
@@ -1 +1,4 @@
|
||||
d /var/run/ipa_memcached 0700 www-data www-data
|
||||
d /var/run/apache2/ipa 0700 www-data www-data
|
||||
d /var/run/apache2/ipa/clientcaches 0700 www-data www-data
|
||||
d /var/run/apache2/ipa/krbcache 0700 www-data www-data
|
||||
|
||||
Reference in New Issue
Block a user