summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-11 09:49:12 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-06-11 03:54:44 +0200
commit530e4cac2e93177923080daa5ec1bac2c65d269b (patch)
tree088e79b4d28869fb4c51b1cbdfc7ca852bbc1f35 /source3
parent35aeeab29dc414bff9123d8cf059e981397cae79 (diff)
downloadsamba-530e4cac2e93177923080daa5ec1bac2c65d269b.tar.gz
samba-530e4cac2e93177923080daa5ec1bac2c65d269b.tar.bz2
samba-530e4cac2e93177923080daa5ec1bac2c65d269b.zip
s3-param Remove 'time offset' from smb.conf
This strange parameter is apparently very rarely used, and it seems to me that on modern networks, if clients don't have correct clocks and DST offsets, that many other things (Kerberos) start to fail pretty quickly, and time and DST tables tend to be internet delivered anyway. Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Jun 11 03:54:45 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r--source3/param/loadparm.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index c80b7517c9..ed41fdb479 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -4138,15 +4138,6 @@ static struct parm_struct parm_table[] = {
.flags = FLAG_ADVANCED,
},
{
- .label = "time offset",
- .type = P_INTEGER,
- .p_class = P_GLOBAL,
- .ptr = &extra_time_offset,
- .special = NULL,
- .enum_list = NULL,
- .flags = FLAG_ADVANCED,
- },
- {
.label = "NIS homedir",
.type = P_BOOL,
.p_class = P_GLOBAL,