From 0c3e56fc2ca250e49efe15493cb58c909d6ad17a Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 23 Feb 2021 17:01:04 +0100 Subject: [PATCH] [ldap] ldap_server is slapd Signed-off-by: Yohann D'ANELLO --- roles/ldap-client/templates/nslcd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ldap-client/templates/nslcd.conf.j2 b/roles/ldap-client/templates/nslcd.conf.j2 index 59c05d1b..7a945832 100644 --- a/roles/ldap-client/templates/nslcd.conf.j2 +++ b/roles/ldap-client/templates/nslcd.conf.j2 @@ -8,7 +8,7 @@ uid nslcd gid nslcd # The location at which the LDAP server(s) should be reachable. -{% if 'ldap_server' in group_names %} +{% if 'slapd' in group_names %} uri ldapi:/// {% else %} {% for server in ldap.servers %}