From 921f746138469dfb9299a8ed5fe0e7330383dc7c Mon Sep 17 00:00:00 2001 From: Aaron Spangler Date: Thu, 8 Jul 2004 01:04:50 +0000 Subject: [PATCH] Better debugging of ALL command --- ldap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ldap.c b/ldap.c index d960ef326..dbc375bda 100644 --- a/ldap.c +++ b/ldap.c @@ -273,6 +273,8 @@ int sudo_ldap_check_command(ld,entry) ret=1; if (safe_cmnd) free (safe_cmnd); safe_cmnd=estrdup(user_cmnd); + if (ldap_conf.debug>1) printf(" MATCH!\n"); + continue; } /* check for !command */ -- 2.40.0