mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 14:55:12 +00:00
Better debugging of ALL command
This commit is contained in:
2
ldap.c
2
ldap.c
@@ -273,6 +273,8 @@ int sudo_ldap_check_command(ld,entry)
|
|||||||
ret=1;
|
ret=1;
|
||||||
if (safe_cmnd) free (safe_cmnd);
|
if (safe_cmnd) free (safe_cmnd);
|
||||||
safe_cmnd=estrdup(user_cmnd);
|
safe_cmnd=estrdup(user_cmnd);
|
||||||
|
if (ldap_conf.debug>1) printf(" MATCH!\n");
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* check for !command */
|
/* check for !command */
|
||||||
|
Reference in New Issue
Block a user