1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
#!/bin/sh
# The following hard dependencies of FreedomBox are configured automatically to
# optimum value and managed by FreedomBox. FreedomBox performs a package
# reconfiguration during its initial setup process. The following values are
# also merely place-holder values although close to actually used values.
debconf-set-selections << EOF
nslcd nslcd/ldap-uris string ldapi:///
nslcd nslcd/ldap-base string dc=thisbox
samba-common samba-common/dhcp boolean false
slapd slapd/password1 password
slapd slapd/password2 password
ez-ipupdate ez-ipupdate/service_type select configure manually
libnss-ldapd libnss-ldapd/nsswitch string group, passwd, shadow
EOF
|