summaryrefslogtreecommitdiffstats
path: root/remote/modules/pam
diff options
context:
space:
mode:
authorJonathan Bauer2014-07-17 15:27:13 +0200
committerJonathan Bauer2014-07-17 15:27:13 +0200
commite57c4f6109c698431a6bd1fa39e3e293570f6cd4 (patch)
tree91f1f61e80bcc5f31cbf176561fe5044c6e5c7fb /remote/modules/pam
parent[rfs-s32] remove jfs stuff from configs as we dont use it (diff)
downloadtm-scripts-e57c4f6109c698431a6bd1fa39e3e293570f6cd4.tar.gz
tm-scripts-e57c4f6109c698431a6bd1fa39e3e293570f6cd4.tar.xz
tm-scripts-e57c4f6109c698431a6bd1fa39e3e293570f6cd4.zip
new 'stage32-headless' target. Started centos support. WIP
Use stage32-headless to build on CentOS. Stage32-bwlp won't work yet.
Diffstat (limited to 'remote/modules/pam')
-rw-r--r--remote/modules/pam/module.conf.centos36
1 files changed, 36 insertions, 0 deletions
diff --git a/remote/modules/pam/module.conf.centos b/remote/modules/pam/module.conf.centos
new file mode 100644
index 00000000..5dadea53
--- /dev/null
+++ b/remote/modules/pam/module.conf.centos
@@ -0,0 +1,36 @@
+# erase generic conf settings
+REQUIRED_BINARIES=""
+REQUIRED_FILES=""
+REQUIRED_INSTALLED_PACKAGES="
+ pam
+ pam-devel
+ pam_krb5
+ libnfsidmap
+ nss-mdns
+ openssl-devel
+ nfs-utils
+ glibc
+"
+REQUIRED_CONTENT_PACKAGES="
+ pam
+ pam-devel
+ pam_krb5
+ libnfsidmap
+ nss-mdns
+ nfs-utils
+ glibc
+"
+REQUIRED_LIBRARIES+="
+ libnss_compat
+ libnss_db
+ libnss_dns
+ libnss_files
+ libnss_nis
+"
+REQUIRED_DIRECTORIES+="
+ /$LIB64
+"
+REQUIRED_SYSTEM_FILES+="
+ $SYS_PAM_MODULES_PATH
+"
+