diff options
| author | Jonathan Bauer | 2014-04-22 14:10:00 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-04-22 14:10:00 +0200 |
| commit | 20229fffa3c38567f5cdb13a3a2aa19c758dfd45 (patch) | |
| tree | 5fc90edeb8fbaefb0e1f218c6a17a4aeae6be53b /remote/modules/pam | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-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/pam')
| -rw-r--r-- | remote/modules/pam/module.conf.ubuntu.14 | 31 |
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 +" |
