summaryrefslogtreecommitdiffstats
path: root/remote/modules/pam
diff options
context:
space:
mode:
authorSimon Rettberg2014-07-04 14:51:37 +0200
committerSimon Rettberg2014-07-04 14:51:37 +0200
commitb0d1d643c7259b41d51437f0d468cbb0bb8c2773 (patch)
treec200c1e29ae4d41f9ab7ea7b9ee4f0c6c586ad75 /remote/modules/pam
parent"Fedora Support", step 1 -> (diff)
parentrelative paths dont work with systemd-204 (diff)
downloadtm-scripts-b0d1d643c7259b41d51437f0d468cbb0bb8c2773.tar.gz
tm-scripts-b0d1d643c7259b41d51437f0d468cbb0bb8c2773.tar.xz
tm-scripts-b0d1d643c7259b41d51437f0d468cbb0bb8c2773.zip
Merge branch 'master' of git://git.openslx.org/openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/pam')
-rw-r--r--remote/modules/pam/module.conf.debian10
1 files changed, 9 insertions, 1 deletions
diff --git a/remote/modules/pam/module.conf.debian b/remote/modules/pam/module.conf.debian
index d424f1f7..be237be2 100644
--- a/remote/modules/pam/module.conf.debian
+++ b/remote/modules/pam/module.conf.debian
@@ -20,7 +20,7 @@ REQUIRED_CONTENT_PACKAGES="
libpam-ck-connector
libpam-cap
libldap-2.4-2
- libpam-ldap
+ libpam-ldapd
libnss-ldapd
nslcd
krb5-user
@@ -49,3 +49,11 @@ REQUIRED_SYSTEM_FILES+="
/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
+"