summaryrefslogtreecommitdiffstats
path: root/remote/modules/pam/module.conf.ubuntu.14
blob: 26307d8457eece30f3ed5b3bfadadac110802677 (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
# TODO fix and re-add ncp support !
REQUIRED_INSTALLED_PACKAGES="
	libpam-ldap
	libnss-ldapd
	nslcd
	krb5-user
	krb5-config
	libpam-krb5
	libssl-dev
	ldap-utils
	libnfsidmap2
	nfs-common
	libpam0g-dev
	cifs-utils
"
REQUIRED_CONTENT_PACKAGES="
	libpam0g
	libpam-modules
	libpam-cap
	libldap-2.4-2
	libpam-ldap
	libnss-ldapd
	nslcd
	krb5-user
	krb5-config
	libpam-krb5
	ldap-utils
	libnfsidmap2
	nfs-common
	cifs-utils
	ncpfs
"
REQUIRED_BINARIES+="
	nwmsg
	ncpmount
	ncpumount
	mount.ncp
	mount.ncpfs
	mount.cifs
"
REQUIRED_DIRECTORIES+="
	$SYS_PAM_MODULES_PATH
	/lib
	/usr/lib
"
REQUIRED_SYSTEM_FILES+="
	/etc/pam.conf
	/etc/default/locale
"

# For Ubuntu 14.04: 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="
	de.archive.ubuntu.com/ubuntu/pool/universe/n/ncpfs/libncp_2.2.6-9ubuntu1_amd64.deb
	de.archive.ubuntu.com/ubuntu/pool/universe/n/ncpfs/libpam-ncp_2.2.6-9ubuntu1_amd64.deb
	de.archive.ubuntu.com/ubuntu/pool/universe/n/ncpfs/ncpfs_2.2.6-9ubuntu1_amd64.deb
"