From 58346fe62b417fe343f4d720ca113ab71ee3516c Mon Sep 17 00:00:00 2001 From: Gabriel Carneiro Date: Sun, 17 Nov 2024 20:43:20 -0300 Subject: [PATCH] remove post inst for testing --- DEBIAN/postinst | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 DEBIAN/postinst diff --git a/DEBIAN/postinst b/DEBIAN/postinst deleted file mode 100755 index c615ae6..0000000 --- a/DEBIAN/postinst +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -# set -e - -# . /usr/share/debconf/confmodule - -# db_get alice-auth/ldap-bind-password -# CONFIG=/etc/sssd/sssd.conf - -# echo $RET - -# if [ ! -f "$CONFIG" ]; then -# echo "Error: Configuration file $CONFIG does not exist." -# exit 9 -# fi -# -# sed -i "s/ldap_default_authtok =.*/ldap_default_authtok = $RET/" $CONFIG