From 33e73f59900df1b3d21ca578281edefe4eda2a6e Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Sun, 30 Jun 2019 17:08:01 +0000
Subject: [PATCH] =?UTF-8?q?apps.plugin:=20detect=20openldap=20server=20pro?=
 =?UTF-8?q?cesses=20by=20default=20on=20Deb=E2=80=A6=20(#6364)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

apps_groups.conf: add 'slapd' process to auth process group
/usr/sbin/slapd is the openldap server binary provided in Debian
https://packages.debian.org/stretch/amd64/slapd/filelist
---
 collectors/apps.plugin/apps_groups.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/collectors/apps.plugin/apps_groups.conf b/collectors/apps.plugin/apps_groups.conf
index c4875bd6ba..541739652b 100644
--- a/collectors/apps.plugin/apps_groups.conf
+++ b/collectors/apps.plugin/apps_groups.conf
@@ -89,7 +89,7 @@ go.d.plugin: *go.d.plugin*
 # -----------------------------------------------------------------------------
 # authentication/authorization related servers
 
-auth: radius* openldap* ldap*
+auth: radius* openldap* ldap* slapd
 fail2ban: fail2ban*
 
 # -----------------------------------------------------------------------------