From 98e119a3226cf00b74396b0961bc7a9c343e57ce Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 9 Mar 2018 15:03:57 +0100 Subject: [pam-slx-plug] Add generic /etc/ldap.conf --- core/modules/pam-slx-plug/data/etc/ldap.conf | 4 ++++ core/modules/pam-slx-plug/data/etc/ldap/ldap.conf | 1 + core/modules/pam-slx-plug/data/etc/openldap/ldap.conf | 1 + 3 files changed, 6 insertions(+) create mode 100644 core/modules/pam-slx-plug/data/etc/ldap.conf create mode 120000 core/modules/pam-slx-plug/data/etc/ldap/ldap.conf create mode 120000 core/modules/pam-slx-plug/data/etc/openldap/ldap.conf (limited to 'core/modules/pam-slx-plug') 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 -- cgit v1.2.3-55-g7522