From fd290afe3ff9446dd53d8c3cc02a1b1050f13f31 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sat, 22 Jan 2000 13:36:02 +0000 Subject: Reinstate the policy that realm-visible locations cannot be seen by unauthentic ulocate requests. --- server/uloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/uloc.c') diff --git a/server/uloc.c b/server/uloc.c index f47d61b..4ab909a 100644 --- a/server/uloc.c +++ b/server/uloc.c @@ -869,7 +869,7 @@ ulogin_marshal_locs(notice, found, auth) char **answer; int i = 0; String *inst; - int local = sender_in_realm(notice); + int local = (auth && sender_in_realm(notice)); *found = 0; /* # of matches */ -- cgit v1.2.3