diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-24 07:18:34 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-24 07:18:34 +0000 |
commit | d87a20e8c5254780b1855f92332706780cba4255 (patch) | |
tree | acc3bcadfc76d97d6ddd4a75be134cdac0e91aef /source3/utils/testparm.c | |
parent | 951492548151795acc378b7b13afca2712cbdcf0 (diff) | |
download | samba-d87a20e8c5254780b1855f92332706780cba4255.tar.gz samba-d87a20e8c5254780b1855f92332706780cba4255.tar.xz 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.c | 5 |
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; |