mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
9e85d20bc1
- 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
9 lines
126 B
Bash
9 lines
126 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
if [ "$1" = configure ]; then
|
|
/usr/sbin/a2enmod auth_kerb expires headers proxy rewrite
|
|
fi
|
|
|
|
#DEBHELPER#
|