summaryrefslogtreecommitdiffstats
path: root/core/modules/pam-slx-plug
diff options
context:
space:
mode:
authorSimon Rettberg2018-03-09 15:03:57 +0100
committerSimon Rettberg2018-03-09 15:03:57 +0100
commit98e119a3226cf00b74396b0961bc7a9c343e57ce (patch)
tree1b25d0b0bb153a4a25851520150e33bb03e4369d /core/modules/pam-slx-plug
parent[pam-slx-plug] Fix typo in sssd.conf template (diff)
downloadmltk-98e119a3226cf00b74396b0961bc7a9c343e57ce.tar.gz
mltk-98e119a3226cf00b74396b0961bc7a9c343e57ce.tar.xz
mltk-98e119a3226cf00b74396b0961bc7a9c343e57ce.zip
[pam-slx-plug] Add generic /etc/ldap.conf
Diffstat (limited to 'core/modules/pam-slx-plug')
-rw-r--r--core/modules/pam-slx-plug/data/etc/ldap.conf4
l---------core/modules/pam-slx-plug/data/etc/ldap/ldap.conf1
l---------core/modules/pam-slx-plug/data/etc/openldap/ldap.conf1
3 files changed, 6 insertions, 0 deletions
diff --git a/core/modules/pam-slx-plug/data/etc/ldap.conf b/core/modules/pam-slx-plug/data/etc/ldap.conf
new file mode 100644
index 00000000..81770915
--- /dev/null
+++ b/core/modules/pam-slx-plug/data/etc/ldap.conf
@@ -0,0 +1,4 @@
+BIND_TIMELIMIT 5
+TIMELIMIT 5
+TLS_REQCERT demand
+
diff --git a/core/modules/pam-slx-plug/data/etc/ldap/ldap.conf b/core/modules/pam-slx-plug/data/etc/ldap/ldap.conf
new file mode 120000
index 00000000..6050948a
--- /dev/null
+++ b/core/modules/pam-slx-plug/data/etc/ldap/ldap.conf
@@ -0,0 +1 @@
+../ldap.conf \ No newline at end of file
diff --git a/core/modules/pam-slx-plug/data/etc/openldap/ldap.conf b/core/modules/pam-slx-plug/data/etc/openldap/ldap.conf
new file mode 120000
index 00000000..6050948a
--- /dev/null
+++ b/core/modules/pam-slx-plug/data/etc/openldap/ldap.conf
@@ -0,0 +1 @@
+../ldap.conf \ No newline at end of file