diff options
| author | Jonathan Bauer | 2014-01-23 13:52:48 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2014-01-23 13:52:48 +0100 |
| commit | 6d17f2339ffddede2cc350b0de01fca80d82c2bf (patch) | |
| tree | dd894ff6cc5abe8cb157ed4e83bfc207b80f2838 /remote | |
| parent | [pam-freiburg] fix wrong pam config (diff) | |
| download | tm-scripts-6d17f2339ffddede2cc350b0de01fca80d82c2bf.tar.gz tm-scripts-6d17f2339ffddede2cc350b0de01fca80d82c2bf.tar.xz tm-scripts-6d17f2339ffddede2cc350b0de01fca80d82c2bf.zip | |
[pam] added cifs support to pam module. This is ugly. TODO: split pam
modul in sub-modules for ncp, cifs, etc...
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/modules/pam/pam.conf.ubuntu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remote/modules/pam/pam.conf.ubuntu b/remote/modules/pam/pam.conf.ubuntu index 5f6435f0..31023197 100644 --- a/remote/modules/pam/pam.conf.ubuntu +++ b/remote/modules/pam/pam.conf.ubuntu @@ -11,6 +11,7 @@ REQUIRED_INSTALLED_PACKAGES=" nfs-common libpam0g-dev ncpfs + cifs-utils " REQUIRED_CONTENT_PACKAGES=" libpam0g @@ -27,6 +28,7 @@ REQUIRED_CONTENT_PACKAGES=" libnfsidmap2 nfs-common ncpfs + cifs-utils " REQUIRED_BINARIES+=" nwmsg @@ -34,6 +36,7 @@ REQUIRED_BINARIES+=" ncpumount mount.ncp mount.ncpfs + mount.cifs " REQUIRED_DIRECTORIES+=" /lib |
