summaryrefslogtreecommitdiffstats
path: root/remote/modules/pam
diff options
context:
space:
mode:
authorJonathan Bauer2013-06-04 20:48:33 +0200
committerJonathan Bauer2013-06-04 20:48:33 +0200
commite3ecae28eff31fe097cb479ae981e9739cfb15e9 (patch)
tree84ec242d66ccd0d2dc5524a9e92b5a1afa619b6f /remote/modules/pam
parent[systemd] Enable blkid support (diff)
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-e3ecae28eff31fe097cb479ae981e9739cfb15e9.tar.gz
tm-scripts-e3ecae28eff31fe097cb479ae981e9739cfb15e9.tar.xz
tm-scripts-e3ecae28eff31fe097cb479ae981e9739cfb15e9.zip
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/pam')
-rw-r--r--remote/modules/pam/pam.conf.zypper6
1 files changed, 3 insertions, 3 deletions
diff --git a/remote/modules/pam/pam.conf.zypper b/remote/modules/pam/pam.conf.zypper
index 58f8bb46..2defe1bb 100644
--- a/remote/modules/pam/pam.conf.zypper
+++ b/remote/modules/pam/pam.conf.zypper
@@ -1,10 +1,10 @@
REQUIRED_INSTALLED_PACKAGES=" pam_ldap pam pam-devel nss_ldap pam-modules"
REQUIRED_CONTENT_PACKAGES=" pam_ldap pam pam-devel nss_ldap pam-modules nss-mdns"
REQUIRED_BINARIES=" mkhomedir_helper"
-REQUIRED_DIRECTORIES=" /lib
- /usr/lib
+REQUIRED_DIRECTORIES=" /$LIB64
+ /usr/$LIB64
/etc/security"
REQUIRED_SYSTEM_FILES=" /etc/login.defs
/etc/securetty
- /lib/security"
+ /$LIB64/security"