freeipa/debian/freeipa-server.postinst
Timo Aaltonen 9e85d20bc1 a bunch of changes
- add missing dependencies
- ship stub config files
- update platform code
- hack the path for dirsrv plugins (FIXME)
- use debian users for apache, bind
- add an initscript for ipa-memcached
- use dh_systemd
- ship generate-rndc-key.sh with the server
2014-09-12 14:19:13 +03:00

9 lines
126 B
Bash

#!/bin/sh
set -e
if [ "$1" = configure ]; then
/usr/sbin/a2enmod auth_kerb expires headers proxy rewrite
fi
#DEBHELPER#