hrm I just noticed one thing
take a look at your permissions once more
your missing the "*" in "invpasswd = !A *"
the star is pretty important since it indicates all users, in this case it means all users but the A flag (anonymous flag), are allowed to execute the command.
|