]> git.decadent.org.uk Git - nfs-utils.git/commit
mountd: change "unknown host" error message to "unmatched host"
authorJeff Layton <jlayton@redhat.com>
Mon, 29 Sep 2008 14:20:57 +0000 (10:20 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 29 Sep 2008 14:20:57 +0000 (10:20 -0400)
commit6fdba8870cc40a2f40ed87c4b3563e8b29ad124c
tree6d928c0f02e3eb9cb35919b50c6c56ffa28ca511
parent8f1abb8ab1f7afcb9c2c0c094255d7e438b57b09
mountd: change "unknown host" error message to "unmatched host"

mount request from unknown host 10.11.14.99 for /export

The hosts are listed in DNS with proper reverse records, so the reason
why the host is "unknown" isn't clear. This patch just changes the
wording of this error to hopefully make it more clear why the mount
request was rejected. This also makes this error message use a format
more similar to the other error messages in auth_authenticate().

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mountd/auth.c