summaryrefslogtreecommitdiffstats
path: root/core/modules/pam/module.conf.debian
blob: e666147629235c83b80e3b8f00f3e4b584731364 (plain) (blame)
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
REQUIRED_INSTALLED_PACKAGES="
	libpam-ldap
	libnss-ldapd
	libpam-ck-connector
	libpam-cap
	krb5-user
	krb5-config
	libpam-krb5
	libssl-dev
	ldap-utils
	libnfsidmap2
	nfs-common
	libpam0g-dev
	ncpfs
"
REQUIRED_CONTENT_PACKAGES="
	libpam0g
	libpam-modules
	libpam-ck-connector
	libpam-cap
	libldap-2.4-2
	libpam-ldapd
	libnss-ldapd
	krb5-user
	krb5-config
	libpam-krb5
	ldap-utils
	libnfsidmap2
	nfs-common
	ncpfs
"
REQUIRED_BINARIES+="
	nwmsg
	ncpmount
	ncpumount
	mount.ncp
	mount.ncpfs
"
REQUIRED_DIRECTORIES+="
	/lib
	/usr/lib
"
REQUIRED_SYSTEM_FILES+="
	/etc/pam.conf
	/etc/default/locale
	/lib/security
	/lib/${ARCH_TRIPLET}/security
	/sbin/mkhomedir_helper
"

# For Debian 8: Both packages were dropped from official repos. Do not change the
# order, as these packages will be installed via dpkg and depend on each other.
REQUIRED_DOWNLOAD_URLS="
	ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/n/ncpfs/libpam-ncp_2.2.6-9_amd64.deb
	ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/n/ncpfs/libncp_2.2.6-9_amd64.deb
	ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/n/ncpfs/ncpfs_2.2.6-9_amd64.deb
"