Bugzilla – Bug 144
Bogus output for nonexistent UID
Last modified: 2004-08-06 21:16:24 MDT
When sudo is called to execute some command and the user is specified via uid (i.e. #<number>) and the uid specified is not in /etc/passwd then sudo writes error message "sudo: uid <some random string> does not exist in the passwd file!"
Aha, this is only triggered when you have targetpw set. The code in sudo 1.6.8 is different and doesn't cause this though it should probably just error out since of course there is no way to use the target user for authentication in this case.