now gives host
This commit is contained in:
@@ -489,8 +489,8 @@ void inform_user(code)
|
|||||||
|
|
||||||
case VALIDATE_NOT_OK:
|
case VALIDATE_NOT_OK:
|
||||||
(void) fprintf(stderr,
|
(void) fprintf(stderr,
|
||||||
"Sorry, user %s is not allowed to execute %s\n\n",
|
"Sorry, user %s is not allowed to execute %s on %s.\n\n",
|
||||||
user, cmnd);
|
user, cmnd, host);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case VALIDATE_ERROR:
|
case VALIDATE_ERROR:
|
||||||
|
Reference in New Issue
Block a user