summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
authorJonathan Bauer2014-04-22 14:10:00 +0200
committerJonathan Bauer2014-04-22 14:10:00 +0200
commit20229fffa3c38567f5cdb13a3a2aa19c758dfd45 (patch)
tree5fc90edeb8fbaefb0e1f218c6a17a4aeae6be53b /remote/modules
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-20229fffa3c38567f5cdb13a3a2aa19c758dfd45.tar.gz
tm-scripts-20229fffa3c38567f5cdb13a3a2aa19c758dfd45.tar.xz
tm-scripts-20229fffa3c38567f5cdb13a3a2aa19c758dfd45.zip
[pam] removed NCP for ub14.04 (TODO: fix it!)
Diffstat (limited to 'remote/modules')
-rw-r--r--remote/modules/pam/module.conf.ubuntu.1431
1 files changed, 31 insertions, 0 deletions
diff --git a/remote/modules/pam/module.conf.ubuntu.14 b/remote/modules/pam/module.conf.ubuntu.14
new file mode 100644
index 00000000..2148f421
--- /dev/null
+++ b/remote/modules/pam/module.conf.ubuntu.14
@@ -0,0 +1,31 @@
+# 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
+"