diff options
| author | Jonathan Bauer | 2014-04-22 14:22:36 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-04-22 14:22:36 +0200 |
| commit | 3eb53ddcb765983a5175a5d53de9efc428011e8b (patch) | |
| tree | 498358c2fe68cf0e9c3290241c5f60677b644d78 /remote/modules | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-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/modules')
| -rw-r--r-- | remote/modules/pam/module.conf.ubuntu.14 | 13 |
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 +" |
