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 48 49 50 51 52 53 54 55 56 57 58
|
# skip configuration of slapd for now, will do it manually later
slapd slapd/no_configuration boolean true
# Set basedn in ldap
slapd slapd/suffix_type select custom
slapd slapd/internal/dn string dc=skole,dc=skolelinux,dc=no
slapd slapd/custom_suffix string dc=skole,dc=skolelinux,dc=no
slapd slapd/internal/admin string ^cn=admin,ou=ldap-access,dc=skole,dc=skolelinux,dc=no$
# Debian-edu specific slbackup [werner - 2003-11-13]
slbackup slbackup/enable boolean true
slbackup slbackup/backuptime string 01:00
slbackup slbackup/server_type select local
slbackup slbackup/server_address string backup
slbackup slbackup/server_destdir string /skole/backup
slbackup slbackup/server_user string root
slbackup slbackup/client_name string tjener
slbackup slbackup/client_type select local
slbackup slbackup/client_address string tjener
slbackup slbackup/client_location string /etc /skole/tjener/home0 /var/backups
slbackup slbackup/client_user string root
slbackup slbackup/client_keep string 185
#debian-edu slbackup-php
slbackup-php slbackup-php/use-ssl boolean true
# Do not update hostname from DNS on the main-server
debian-edu-config debian-edu-config/update-hostname boolean false
# Kerberos KDC and admin server
krb5-admin-server krb5-admin-server/kadmind boolean true
# Do not enable the WINS feature of samba-common, because this profile
# does not get a address via DHCP
samba-common samba-common/dhcp boolean false
#Pressed sitesummary in order to be configured correctly for debian-edu
sitesummary sitesummary/replace-munin-config boolean true
sitesummary sitesummary/enable-nagios-config boolean true
sitesummary-client sitesummary-client/hostclass string main-server
#Configure bind9 options debian-edu.
bind9 bind9/default-start-options string -4 -u bind
# Ask for info on initial user before it is created in LDAP
user-setup-udeb passwd/make-user boolean true
# Create the dovecot ssl certificate with 'postoffice' as server name.
dovecot-core dovecot-core/ssl-cert-name string postoffice.intern
# Initial exim4 configuration for the main server
# FIXME Complete this and make sure our LDAP and maildir in
# /var/spool/mail setup can be preseeded.
exim4-config exim4/dc_postmaster string root
exim4-config exim4/mailname string postoffice.intern
exim4-config exim4/use_split_config boolean true
exim4-config exim4/dc_other_hostnames string intern
exim4-config exim4/dc_relay_nets string 10.0.0.0/8
exim4-config exim4/dc_local_interfaces string
|