From d87a20e8c5254780b1855f92332706780cba4255 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 24 May 2000 07:18:34 +0000 Subject: we don't do "revalidate = yes" any more (This used to be commit 289d3cac38ae271175697f98d3eb01a21f3678a7) --- source3/utils/testparm.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/utils') diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c index e4f603e0ce..009fed80ea 100644 --- a/source3/utils/testparm.c +++ b/source3/utils/testparm.c @@ -49,11 +49,6 @@ static int do_global_checks(void) int ret = 0; SMB_STRUCT_STAT st; - if (lp_security() > SEC_SHARE && lp_revalidate(-1)) { - printf("WARNING: the 'revalidate' parameter is ignored in all but \ -'security=share' mode.\n"); - } - if (lp_security() == SEC_DOMAIN && !lp_encrypted_passwords()) { printf("ERROR: in 'security=domain' mode the 'encrypt passwords' parameter must also be set to 'true'.\n"); ret = 1; -- cgit