Update preseed.cfg
This commit is contained in:
parent
8bc925cda5
commit
4011431cab
17
preseed.cfg
17
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
|
||||
|
|
Loading…
Reference in New Issue