File: debian-fbx.preinst

package info (click to toggle)
debian-fbx 4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 60 kB
  • sloc: makefile: 10; sh: 9
file content (15 lines) | stat: -rwxr-xr-x 664 bytes parent folder | download | duplicates (3)
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