From 18d5a26f74ea49ba0a059cfb942c4c8ac9956d3b Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 12 May 2006 21:00:52 +0000 Subject: r15549: removing rhosts and 'hosts equiv' authentication features (This used to be commit d19dad88155f985f113c667b6bdad5a1b25eca18) --- source3/utils/testparm.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/utils/testparm.c') diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c index 8b9ff4710e..fe2d26afca 100644 --- a/source3/utils/testparm.c +++ b/source3/utils/testparm.c @@ -95,15 +95,6 @@ to a valid password server.\n", sec_setting ); } - /* - * Check 'hosts equiv' and 'use rhosts' compatibility with 'hostname lookup' value. - */ - - if(*lp_hosts_equiv() && !lp_hostname_lookups()) { - fprintf(stderr, "ERROR: The setting 'hosts equiv = %s' requires that 'hostname lookups = yes'.\n", lp_hosts_equiv()); - ret = 1; - } - /* * Password chat sanity checks. */ -- cgit