From 4011431cab01c6aad36b9a9ff9cba1454d409949 Mon Sep 17 00:00:00 2001 From: Carneiro Date: Tue, 27 Aug 2024 16:51:33 -0300 Subject: [PATCH] Update preseed.cfg --- preseed.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/preseed.cfg b/preseed.cfg index 2596445..d6bc56b 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -44,6 +44,23 @@ d-i partman/auto-disk string tasksel tasksel/first multiselect standard, gnome-desktop, libpam-ldap, nslcd d-i pkgsel/include string build-essential +# Preseed settings for libpam-ldap +libpam-ldap libpam-ldap/ldapns/ldap-server string ldaps://alice.ufsj.edu.br:33001 +libpam-ldap libpam-ldap/ldapns/base-dn string dc=alice,dc=ufsj,dc=edu,dc=br +libpam-ldap libpam-ldap/ldapns/ldap_version select 3 +libpam-ldap shared/ldapns/ldap-server string ldaps://alice.ufsj.edu.br:33001 +libpam-ldap shared/ldapns/base-dn string dc=alice,dc=ufsj,dc=edu,dc=br + +# Preseed settings for nslcd +nslcd nslcd/ldap-uris string ldaps://alice.ufsj.edu.br:33001 +nslcd nslcd/ldap-base string dc=alice,dc=ufsj,dc=edu,dc=br +#nslcd nslcd/ldap-auth-type select simple +#nslcd nslcd/ldap-binddn string cn=proxyuser,dc=alice,dc=ufsj,dc=edu,dc=br +#nslcd nslcd/ldap-bindpw password your_password +nslcd nslcd/ldap-starttls boolean false +nslcd nslcd/ldap-version select 3 +nslcd nslcd/ldap-sasl-mech select none + # Install the GRUB bootloader d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true