summaryrefslogtreecommitdiffstats
path: root/remote/modules/pam
diff options
context:
space:
mode:
authorSimon Rettberg2013-09-10 13:07:53 +0200
committerSimon Rettberg2013-09-10 13:07:53 +0200
commit00e2efa7809d0a1cada7ea67fbe870db2a02d737 (patch)
treec6391b54bb909cb4782708f1c6adc55504fba093 /remote/modules/pam
parent[rootfs-stage32] (ubuntu) add ntpdate to required installed packages (diff)
downloadtm-scripts-00e2efa7809d0a1cada7ea67fbe870db2a02d737.tar.gz
tm-scripts-00e2efa7809d0a1cada7ea67fbe870db2a02d737.tar.xz
tm-scripts-00e2efa7809d0a1cada7ea67fbe870db2a02d737.zip
* Add debian support *
Diffstat (limited to 'remote/modules/pam')
-rw-r--r--remote/modules/pam/pam.conf.debian49
1 files changed, 49 insertions, 0 deletions
diff --git a/remote/modules/pam/pam.conf.debian b/remote/modules/pam/pam.conf.debian
new file mode 100644
index 00000000..278c36be
--- /dev/null
+++ b/remote/modules/pam/pam.conf.debian
@@ -0,0 +1,49 @@
+REQUIRED_INSTALLED_PACKAGES="
+ libpam-ldap
+ libnss-ldap
+ 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-ldap
+ libnss-ldap
+ 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
+"