From 681ed0d4af70363bfa73ca27a4a0b878679a9363 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Mon, 16 Jan 2023 14:14:53 +0100 Subject: [PATCH] fix: remove unloaded ldapapi:// from systemd config --- roles/usermanagement/templates/slapd-custom.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/usermanagement/templates/slapd-custom.service b/roles/usermanagement/templates/slapd-custom.service index 8a67522..973d108 100644 --- a/roles/usermanagement/templates/slapd-custom.service +++ b/roles/usermanagement/templates/slapd-custom.service @@ -4,7 +4,7 @@ Description=Slapd Custom Service [Service] Type=forking -ExecStart=/usr/sbin/slapd -f /etc/ldap/slapd.conf -h "ldapi:/// ldap:///" +ExecStart=/usr/sbin/slapd -f /etc/ldap/slapd.conf -h "ldap:///" User=openldap Group=openldap