From 6eb121e40cd895c9009c994041d6587968af19cd Mon Sep 17 00:00:00 2001 From: Carneiro Date: Mon, 9 Sep 2024 21:08:10 -0300 Subject: [PATCH] Update DEBIAN/preinst --- DEBIAN/preinst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/DEBIAN/preinst b/DEBIAN/preinst index 1861744..cf18661 100755 --- a/DEBIAN/preinst +++ b/DEBIAN/preinst @@ -2,12 +2,14 @@ # Script executado pre instalação +echo "libnss-ldapd libnss-ldapd/nsswitch string passwd,group,shadow" | debconf-set-selections + # Preseed settings for libpam-ldapd -echo " libpam-ldapd libpam-ldapd/ldapns/ldap-server string ldaps://alice.ufsj.edu.br:33001 - libpam-ldapd libpam-ldapd/ldapns/base-dn string dc=alice,dc=ufsj,dc=edu,dc=br - libpam-ldapd libpam-ldapd/ldapns/ldap_version select 3 - libpam-ldapd shared/ldapns/ldap-server string ldaps://alice.ufsj.edu.br:33001 - libpam-ldapd shared/ldapns/base-dn string dc=alice,dc=ufsj,dc=edu,dc=br" | debconf-set-selections +#echo " libpam-ldapd libpam-ldapd/ldapns/ldap-server string ldaps://alice.ufsj.edu.br:33001 +# libpam-ldapd libpam-ldapd/ldapns/base-dn string dc=alice,dc=ufsj,dc=edu,dc=br +# libpam-ldapd libpam-ldapd/ldapns/ldap_version select 3 +# libpam-ldapd shared/ldapns/ldap-server string ldaps://alice.ufsj.edu.br:33001 +# libpam-ldapd shared/ldapns/base-dn string dc=alice,dc=ufsj,dc=edu,dc=br" | debconf-set-selections # Preseed settings for nslcd echo " nslcd nslcd/ldap-uris string ldaps://alice.ufsj.edu.br:33001