On my debian server, when a user who does not have any rights in the sudoers file or any include dirs, calls sudo -l, he gets the standard "responsibility header" and is prompted for his password.
Is it possible to allow all users on a system to call the sudo -l command without needing to specify their password? Preferably, if the user has no privileges, it should just report that.