1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
# Common values for servers and workstations (non-standalone install)
# Kerberos client
krb5-config krb5-config/default_realm string INTERN
krb5-config krb5-config/dns_for_default boolean true
krb5-config krb5-config/add_servers boolean false
krb5-config krb5-config/kerberos_servers string kerberos
krb5-config krb5-config/admin_server string kerberos
# Settings for libnss-ldapd
libnss-ldapd libnss-ldapd/nsswitch multiselect group, netgroup, networks, passwd, shadow
# Settings for nslcd
nslcd nslcd/ldap-base string dc=skole,dc=skolelinux,dc=no
nslcd nslcd/ldap-uris string ldap://ldap
nslcd nslcd/ldap-starttls boolean true
nslcd nslcd/ldap-reqcert string demand
nslcd nslcd/ldap-cacertfile string /etc/ssl/certs/ca-certificates.crt
# Update hostname from DNS
debian-edu-config debian-edu-config/update-hostname boolean true
# Send sitesummary reports to the central collector
sitesummary-client sitesummary-client/collector_url string http://sitesummary/cgi-bin/sitesummary-collector.cgi
# Enable NRPE for Nagios configuration generated using sitesummary
sitesummary-client sitesummary-client/nagios-server string sitesummary
sitesummary-client sitesummary-client/enable-nagios-nrpe-config boolean true
# enable the WINS settings feature for addresses via DHCP
samba-common samba-common/dhcp boolean true
# Configure gosa-desktop
gosa-desktop gosa-desktop/url string https://www.intern/gosa/
# Initial exim4 configuration for clients
exim4-config exim4/dc_eximconfig_configtype select mail sent by smarthost; no local mail
exim4-config exim4/dc_smarthost string postoffice.intern
exim4-config exim4/dc_local_interfaces string 127.0.0.1 ; ::1
exim4-config exim4/dc_postmaster string root
exim4-config exim4/dc_readhost string postoffice.intern
exim4-config exim4/use_split_config boolean true
exim4-config exim4/mailname string postoffice.intern
exim4-config exim4/dc_minimaldns boolean false
exim4-config exim4/dc_other_hostnames string intern
# Prefer lightdm, sddm doesn't provide a language chooser
sddm shared/default-x-display-manager select lightdm
|