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 | 289d3cac38ae271175697f98d3eb01a21f3678a7 (patch) | |
tree | 6c419e33ad5319833df33f3b225b377e2f251caf /source/utils/testparm.c | |
parent | fc8c460a618c25ffa46ab808a241dab466d2666b (diff) | |
download | samba-289d3cac38ae271175697f98d3eb01a21f3678a7.tar.gz samba-289d3cac38ae271175697f98d3eb01a21f3678a7.tar.xz samba-289d3cac38ae271175697f98d3eb01a21f3678a7.zip |
we don't do "revalidate = yes" any more
Diffstat (limited to 'source/utils/testparm.c')
-rw-r--r-- | source/utils/testparm.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/utils/testparm.c b/source/utils/testparm.c index e4f603e0ce2..009fed80eaf 100644 --- a/source/utils/testparm.c +++ b/source/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; |