I have set the following line in the /etc/sudoers file
sana ALL=NOPASSWD: /usr/bin/wine
As the user sana, when I execute the command in the shell sudo -u randeel /usr/bin/wine cmd /c wscript some.vbs, it prompts for a password.
What is wrong here? I don't want a password prompt when I execute the command.