From 210df4c714bd6c5a48a29256b020d9786b9fc077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 10 Nov 2017 10:10:21 +0100 Subject: [PATCH] openldap: add missing file --- openldap/ldap.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 openldap/ldap.conf diff --git a/openldap/ldap.conf b/openldap/ldap.conf new file mode 100644 index 0000000..6bf6fcd --- /dev/null +++ b/openldap/ldap.conf @@ -0,0 +1,5 @@ +BASE dc=my-domain,dc=com +URI ldapi:/// +TLS_CACERTDIR /etc/openldap/certs +# Turning this off breaks GSSAPI used with krb5 when rdns = false +SASL_NOCANON on