diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-11 09:49:12 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-11 03:54:44 +0200 |
commit | 530e4cac2e93177923080daa5ec1bac2c65d269b (patch) | |
tree | 088e79b4d28869fb4c51b1cbdfc7ca852bbc1f35 /docs-xml | |
parent | 35aeeab29dc414bff9123d8cf059e981397cae79 (diff) | |
download | samba-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 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/misc/timeoffset.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs-xml/smbdotconf/misc/timeoffset.xml b/docs-xml/smbdotconf/misc/timeoffset.xml deleted file mode 100644 index 1afc514e60..0000000000 --- a/docs-xml/smbdotconf/misc/timeoffset.xml +++ /dev/null @@ -1,15 +0,0 @@ -<samba:parameter name="time offset" - context="G" - type="integer" - advanced="1" developer="1" - xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> -<description> - <para>This parameter is a setting in minutes to add - to the normal GMT to local time conversion. This is useful if - you are serving a lot of PCs that have incorrect daylight - saving time handling.</para> -</description> - -<value type="default">0</value> -<value type="example">60</value> -</samba:parameter> |