From 620d720a6c197f9c68bfe855e419f03fe2f4e0f9 Mon Sep 17 00:00:00 2001
From: Bill MacAllister <whm@stanford.edu>
Date: Thu, 16 Jan 2014 14:08:08 -0800
Subject: [PATCH] syslog: correct v5 rsyslog ldap fragment

---
 files/syslog/etc/rsyslog.d/50-ldap-v5.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/files/syslog/etc/rsyslog.d/50-ldap-v5.conf b/files/syslog/etc/rsyslog.d/50-ldap-v5.conf
index e0909f6..c3d88af 100644
--- a/files/syslog/etc/rsyslog.d/50-ldap-v5.conf
+++ b/files/syslog/etc/rsyslog.d/50-ldap-v5.conf
@@ -1,4 +1,4 @@
 # Move the ldap logging into its own file and don't log to messages
 #
-local4.debug  -/var/log/ldap;FileFormat
-
+local4.* /var/log/ldap;FileFormat
+:syslogfacility-text, isequal, "local4" ~
\ No newline at end of file
-- 
GitLab