2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Better debugging of ALL command

This commit is contained in:
Aaron Spangler
2004-07-08 01:04:50 +00:00
parent a6fe34784a
commit 921f746138

2
ldap.c
View File

@@ -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 */