diff options
author | Gerald Carter <jerry@samba.org> | 2006-05-12 21:00:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:16:58 -0500 |
commit | 18d5a26f74ea49ba0a059cfb942c4c8ac9956d3b (patch) | |
tree | e09e95631359da81cc2b7fcb931c63636d9d7804 /source3/utils | |
parent | 1d650a276b4545636d18ae65aabf985893c2c84e (diff) | |
download | samba-18d5a26f74ea49ba0a059cfb942c4c8ac9956d3b.tar.gz samba-18d5a26f74ea49ba0a059cfb942c4c8ac9956d3b.tar.bz2 samba-18d5a26f74ea49ba0a059cfb942c4c8ac9956d3b.zip |
r15549: removing rhosts and 'hosts equiv' authentication features
(This used to be commit d19dad88155f985f113c667b6bdad5a1b25eca18)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/testparm.c | 9 |
1 files changed, 0 insertions, 9 deletions
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 @@ -96,15 +96,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. */ |