summaryrefslogtreecommitdiff
path: root/source3/utils/testparm.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-05-24 07:18:34 +0000
committerAndrew Tridgell <tridge@samba.org>2000-05-24 07:18:34 +0000
commitd87a20e8c5254780b1855f92332706780cba4255 (patch)
treeacc3bcadfc76d97d6ddd4a75be134cdac0e91aef /source3/utils/testparm.c
parent951492548151795acc378b7b13afca2712cbdcf0 (diff)
downloadsamba-d87a20e8c5254780b1855f92332706780cba4255.tar.gz
samba-d87a20e8c5254780b1855f92332706780cba4255.tar.bz2
samba-d87a20e8c5254780b1855f92332706780cba4255.zip
we don't do "revalidate = yes" any more
(This used to be commit 289d3cac38ae271175697f98d3eb01a21f3678a7)
Diffstat (limited to 'source3/utils/testparm.c')
-rw-r--r--source3/utils/testparm.c5
1 files changed, 0 insertions, 5 deletions
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;