summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2014-04-22 14:22:36 +0200
committerJonathan Bauer2014-04-22 14:22:36 +0200
commit3eb53ddcb765983a5175a5d53de9efc428011e8b (patch)
tree498358c2fe68cf0e9c3290241c5f60677b644d78 /remote
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-3eb53ddcb765983a5175a5d53de9efc428011e8b.tar.gz
tm-scripts-3eb53ddcb765983a5175a5d53de9efc428011e8b.tar.xz
tm-scripts-3eb53ddcb765983a5175a5d53de9efc428011e8b.zip
[pam] no more /lib/security. only with arch triplet.
Diffstat (limited to 'remote')
-rw-r--r--remote/modules/pam/module.conf.ubuntu.1413
1 files changed, 13 insertions, 0 deletions
diff --git a/remote/modules/pam/module.conf.ubuntu.14 b/remote/modules/pam/module.conf.ubuntu.14
index 2148f421..b08aa71a 100644
--- a/remote/modules/pam/module.conf.ubuntu.14
+++ b/remote/modules/pam/module.conf.ubuntu.14
@@ -29,3 +29,16 @@ REQUIRED_CONTENT_PACKAGES="
nfs-common
cifs-utils
"
+REQUIRED_BINARIES+="
+ mount.cifs
+"
+REQUIRED_DIRECTORIES+="
+ /lib
+ /usr/lib
+"
+REQUIRED_SYSTEM_FILES+="
+ /etc/pam.conf
+ /etc/default/locale
+ /lib/${ARCH_TRIPLET}/security
+ /sbin/mkhomedir_helper
+"