From dde5a9f61d6facac06de23fc284ffeeee160c4b9 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Wed, 9 Sep 2020 15:49:41 +0000 Subject: [PATCH] ldap/client: Fix auth mech for root --- roles/ldap/client/templates/ldaprc.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ldap/client/templates/ldaprc.j2 b/roles/ldap/client/templates/ldaprc.j2 index 5f2de69..51c1b56 100644 --- a/roles/ldap/client/templates/ldaprc.j2 +++ b/roles/ldap/client/templates/ldaprc.j2 @@ -1,3 +1,3 @@ TLS_KEY {{ tls_private }}/{{ inventory_hostname }}.key TLS_CERT {{ tls_certs }}/{{ inventory_hostname }}.crt -MECH external +SASL_MECH external