diff options
| author | Jonathan Bauer | 2014-07-03 17:47:44 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-07-03 17:47:44 +0200 |
| commit | 7eefa87bfb3d615abff998c9c31f02813a2754c4 (patch) | |
| tree | bd1d38baae4be5aa3dd54ca49dca1bd06b096912 /remote/modules/pam/module.conf.debian | |
| parent | minor (diff) | |
| download | tm-scripts-7eefa87bfb3d615abff998c9c31f02813a2754c4.tar.gz tm-scripts-7eefa87bfb3d615abff998c9c31f02813a2754c4.tar.xz tm-scripts-7eefa87bfb3d615abff998c9c31f02813a2754c4.zip | |
[debian] started debian support
TODO: chroot.inc with overlayfs support as its officially not in debian's repos
Diffstat (limited to 'remote/modules/pam/module.conf.debian')
| -rw-r--r-- | remote/modules/pam/module.conf.debian | 10 |
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 +" |
