summaryrefslogtreecommitdiff
path: root/docs/faq/sambafaq.txt
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-06-08 14:44:43 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-06-08 14:44:43 +0000
commit9b5af2ad79448acc97cd44d9446d4ede9dcdd4b8 (patch)
tree6b702f764a6103a69550c2204e7cb5dcab096ec9 /docs/faq/sambafaq.txt
parenta811a7914fa6bcc155ac8f624df3ced0e9222d87 (diff)
downloadsamba-9b5af2ad79448acc97cd44d9446d4ede9dcdd4b8.tar.gz
samba-9b5af2ad79448acc97cd44d9446d4ede9dcdd4b8.tar.bz2
samba-9b5af2ad79448acc97cd44d9446d4ede9dcdd4b8.zip
FAQ Update
Tidied up some entries with incorrect casing Added NT SP3 entry Updated list of ported systems Updated More Info entry with more web site details and list of all doco files Moved mailing list subscriptions to separate entry Removed reference to 'samba team mailing list' just in case people guessed Updated nmbd -C entry, indicating obsolete. General cleanup of document with indented lists. Added url links where needed. Web docs will not show urls but will link, text files will show file names AND urls Fixed missing info where '\\' was being interpreted as '\' (used [\\]) If I get a warning before 1.9.17 is released, I'll clean up blank lines from the text faq. Don't want to do them now as I may modify the sgml again. For those who don't know, we now maintain the FAQ as an sgml document, and convert/create html and txt FAQs from that. We use LinuxDoc which is now called SGMLtools. Paul. (This used to be commit 37214555db739a7f4ef683d287fe2febe85fee19)
Diffstat (limited to 'docs/faq/sambafaq.txt')
-rw-r--r--docs/faq/sambafaq.txt487
1 files changed, 342 insertions, 145 deletions
diff --git a/docs/faq/sambafaq.txt b/docs/faq/sambafaq.txt
index 8014efdc3c..9324df3bde 100644
--- a/docs/faq/sambafaq.txt
+++ b/docs/faq/sambafaq.txt
@@ -1,12 +1,96 @@
Samba FAQ
Paul Blackman, ictinus@lake.canberra.edu.au
- , v 0.7
+ v 0.7, June '97
This is the Frequently Asked Questions (FAQ) document for Samba, the
free and very popular SMB server product. An SMB server allows file
and printer connections from clients such as Windows, OS/2, Linux and
others. Current to version 1.9.17. Please send any corrections to the
author.
+ ______________________________________________________________________
+
+ Table of Contents:
+
+ 1. General Information
+
+ 1.1. What is Samba?
+
+ 1.2. What is the current version of Samba?
+
+ 1.3. Where can I get it?
+
+ 1.4. What do the version numbers mean?
+
+ 1.5. What platforms are supported?
+
+ 1.6. How can I find out more about Samba?
+
+ 1.7. How do I subscribe to the Samba Mailing Lists?
+
+ 1.8. Something's gone wrong - what should I do?
+
+ 1.9. Pizza supply details
+
+ 2. Compiling and installing Samba on a Unix host
+
+ 2.1. I can't see the Samba server in any browse lists!
+
+ 2.2. Some files that I KNOW are on the server doesn't show up when
+ I view the files from my client!
+
+ 2.3. Some files on the server show up with really wierd filenames
+ when I view the files from my client!
+
+ 2.4. My client reports "cannot locate specified computer" or
+ similar
+
+ 2.5. My client reports "cannot locate specified share name" or
+ similar
+
+ 2.6. My client reports "cannot find domain controller", "cannot log
+ on to the network" or similar
+
+ 2.7. Printing doesn't work :-(
+
+ 2.8. My programs install on the server OK, but refuse to work
+ properly
+
+ 2.9. My "server string" doesn't seem to be recognised
+
+ 2.10. My client reports "This server is not configured to list
+ shared resources"
+
+ 2.11. Log message "you appear to have a trapdoor uid system"
+
+ 3. Common client questions
+
+ 3.1. Are there any Macintosh clients for Samba?
+
+ 3.2. "Session request failed (131,130)" error
+
+ 3.3. How do I synchronise my PC's clock with my Samba server?
+
+ 3.4. Problems with WinDD, NTrigue, WinCenterPro etc
+
+ 3.5. Problem with printers under NT
+
+ 3.6. Why are my file's timestamps off by an hour, or by a few
+ hours?
+
+ 3.7. How do I set the printer driver name correctly?
+
+ 3.8. I've applied NT 4.0 SP3, and now I can't access Samba shares,
+ Why?
+
+ 4. Specific client application problems
+
+ 4.1. MS Office Setup reports "Cannot change properties of
+ 'MSOFFICEUP.INI'"
+
+ 5. Miscellaneous
+
+ 5.1. Is Samba Year 2000 compliant?
+ ______________________________________________________________________
1. General Information
@@ -20,7 +104,6 @@
1.1. What is Samba?
-
Samba is a suite of programs which work together to allow clients to
access to a server's filespace and printers via the SMB (Server
Message Block) protocol. Initially written for Unix, Samba now also
@@ -39,29 +122,30 @@
The components of the suite are (in summary):
- · smbd, the SMB server. This handles actual connections from clients,
+ o smbd, the SMB server. This handles actual connections from clients,
doing all the file, permission and username work
- · nmbd, the Netbios name server, which helps clients locate servers,
+ o nmbd, the Netbios name server, which helps clients locate servers,
doing the browsing work and managing domains as this capability is
being built into Samba
- · smbclient, the Unix-hosted client program
- · smbrun, a little 'glue' program to help the server run external
+ o smbclient, the Unix-hosted client program
+
+ o smbrun, a little 'glue' program to help the server run external
programs
- · testprns, a program to test server access to printers
+ o testprns, a program to test server access to printers
- · testparms, a program to test the Samba configuration file for
+ o testparms, a program to test the Samba configuration file for
correctness
- · smb.conf, the Samba configuration file
+ o smb.conf, the Samba configuration file
- · smbprint, a sample script to allow a Unix host to use smbclient to
+ o smbprint, a sample script to allow a Unix host to use smbclient to
print to an SMB server
- · documentation! DON'T neglect to read it - you will save a great
+ o Documentation! DON'T neglect to read it - you will save a great
deal of time!
The suite is supplied with full source (of course!) and is GPLed.
@@ -74,8 +158,7 @@
1.2. What is the current version of Samba?
-
- At time of writing, the current version was 1.9.16. If you want to be
+ At time of writing, the current version was 1.9.17. If you want to be
sure check the bottom of the change-log file.
<ftp://samba.anu.edu.au/pub/samba/alpha/change-log>
@@ -85,7 +168,6 @@
1.3. Where can I get it?
-
The Samba suite is available via anonymous ftp from samba.anu.edu.au.
The latest and greatest versions of the suite are in the directory:
@@ -106,7 +188,6 @@
1.4. What do the version numbers mean?
-
It is not recommended that you run a version of Samba with the word
"alpha" in its name unless you know what you are doing and are willing
to do some debugging. Many, many people just get the latest
@@ -115,138 +196,240 @@
but don't install it on your departmental server. Samba is typically
very stable and safe, and this is mostly due to the policy of many
public releases.
-
How the scheme works:
- 1. when major changes are made the version number is increased. For
+ 1. When major changes are made the version number is increased. For
example, the transition from 1.9.15 to 1.9.16. However, this
version number will not appear immediately and people should
continue to use 1.9.15 for production systems (see next point.)
- 2. just after major changes are made the software is considered
+ 2. Just after major changes are made the software is considered
unstable, and a series of alpha releases are distributed, for
example 1.9.16alpha1. These are for testing by those who know what
they are doing. The "alpha" in the filename will hopefully scare
off those who are just looking for the latest version to install.
-
- 3. when Andrew thinks that the alphas have stabilised to the point
+ 3. When Andrew thinks that the alphas have stabilised to the point
where he would recommend new users install it, he renames it to the
same version number without the alpha, for example 1.9.16.
- 4. inevitably bugs are found in the "stable" releases and minor patch
+ 4. Inevitably bugs are found in the "stable" releases and minor patch
levels are released which give us the pXX series, for example
1.9.16p2.
So the progression goes:
- 1.9.15p7 (production)
- 1.9.15p8 (production)
- 1.9.16alpha1 (test sites only)
- :
- 1.9.16alpha20 (test sites only)
- 1.9.16 (production)
- 1.9.16p1 (production)
+ 1.9.15p7 (production)
+ 1.9.15p8 (production)
+ 1.9.16alpha1 (test sites only)
+ :
+ 1.9.16alpha20 (test sites only)
+ 1.9.16 (production)
+ 1.9.16p1 (production)
The above system means that whenever someone looks at the samba ftp
site they will be able to grab the highest numbered release without an
- alpha in the name and be sure of getting the current recommended ver­
+ alpha in the name and be sure of getting the current recommended ver-
sion.
1.5. What platforms are supported?
-
Many different platforms have run Samba successfully. The platforms
most widely used and thus best tested are Linux and SunOS.
At time of writing, the Makefile claimed support for:
- · SunOS
+ o A/UX 3.0
+
+ o AIX
+
+ o Altos Series 386/1000
- · Linux with shadow passwords
+ o Amiga
- · Linux without shadow passwords
+ o Apollo Domain/OS sr10.3
- · SOLARIS
+ o BSDI
- · SOLARIS 2.2 and above (aka SunOS 5)
+ o B.O.S. (Bull Operating System)
- · SVR4
+ o Cray, Unicos 8.0
- · ULTRIX
+ o Convex
- · OSF1 (alpha only)
+ o DGUX.
- · OSF1 with NIS and Fast Crypt (alpha only)
+ o DNIX.
- · OSF1 V2.0 Enhanced Security (alpha only)
+ o FreeBSD
- · AIX
+ o HP-UX
- · BSDI
+ o Intergraph.
- · NetBSD
+ o Linux with/without shadow passwords and quota
- · NetBSD 1.0
+ o LYNX 2.3.0
- · SEQUENT
+ o MachTen (a unix like system for Macintoshes)
- · HP-UX
+ o Motorola 88xxx/9xx range of machines
- · SGI
+ o NetBSD
- · SGI IRIX 4.x.x
+ o NEXTSTEP Release 2.X, 3.0 and greater (including OPENSTEP for
+ Mach).
- · SGI IRIX 5.x.x
+ o OS/2 using EMX 0.9b
- · FreeBSD
+ o OSF1
- · NeXT 3.2 and above
+ o QNX 4.22
- · NeXT OS 2.x
+ o RiscIX.
- · NeXT OS 3.0
+ o RISCOs 5.0B
- · ISC SVR3V4 (POSIX mode)
+ o SEQUENT.
- · ISC SVR3V4 (iBCS2 mode)
+ o SCO (including: 3.2v2, European dist., OpenServer 5)
- · A/UX 3.0
+ o SGI.
- · SCO with shadow passwords.
+ o SMP_DC.OSx v1.1-94c079 on Pyramid S series
- · SCO with shadow passwords, without YP.
+ o SONY NEWS, NEWS-OS (4.2.x and 6.1.x)
- · SCO with TCB passwords
+ o SUNOS 4
- · SCO 3.2v2 (ODT 1.1) with TCP passwords
+ o SUNOS 5.2, 5.3, and 5.4 (Solaris 2.2, 2.3, and '2.4 and later')
- · intergraph
+ o Sunsoft ISC SVR3V4
- · DGUX
+ o SVR4
- · Apollo Domain/OS sr10.3 (BSD4.3)
+ o System V with some berkely extensions (Motorola 88k R32V3.2).
+
+ o ULTRIX.
+
+ o UNIXWARE
+
+ o UXP/DS
1.6. How can I find out more about Samba?
+ There are a number of places to look for more information on Samba,
+ including:
+
+ o Two mailing lists devoted to discussion of Samba-related matters.
+
+ o The newsgroup, comp.protocols.smb, which has a great deal of
+ discussion on Samba.
+
+ o The WWW site 'SAMBA Web Pages' at
+ <http://samba.canberra.edu.au/pub/samba/samba.html> includes:
+
+ o Links to man pages and documentation, including this FAQ
+
+ o A comprehensive survey of Samba users.
+
+ o A searchable hypertext archive of the Samba mailing list.
+
+ o Links to Samba source code, binaries, and mirrors of both.
+
+ o The long list of topic documentation. These files can be found in
+ the 'docs' directory of the Samba source, or at
+ <ftp://samba.anu.edu.au/pub/samba/docs/>
+
+ o Application_Serving.txt
+ <ftp://samba.anu.edu.au/pub/samba/docs/Application_Serving.txt>
+
+ o BROWSING.txt <ftp://samba.anu.edu.au/pub/samba/docs/BROWSING.txt>
+
+ o BUGS.txt <ftp://samba.anu.edu.au/pub/samba/docs/BUGS.txt>
+
+ o DIAGNOSIS.txt <ftp://samba.anu.edu.au/pub/samba/docs/DIAGNOSIS.txt>
+
+ o DNIX.txt <ftp://samba.anu.edu.au/pub/samba/docs/DNIX.txt>
+
+ o DOMAIN.txt <ftp://samba.anu.edu.au/pub/samba/docs/DOMAIN.txt>
+
+ o CONTROL.txt
+ <ftp://samba.anu.edu.au/pub/samba/docs/DOMAIN_CONTROL.txt>
+
+ o ENCRYPTION.txt
+ <ftp://samba.anu.edu.au/pub/samba/docs/ENCRYPTION.txt>
+
+ o Faxing.txt <ftp://samba.anu.edu.au/pub/samba/docs/Faxing.txt>
+
+ o GOTCHAS.txt <ftp://samba.anu.edu.au/pub/samba/docs/GOTCHAS.txt>
+
+ o HINTS.txt <ftp://samba.anu.edu.au/pub/samba/docs/HINTS.txt>
+
+ o INSTALL.sambatar
+ <ftp://samba.anu.edu.au/pub/samba/docs/INSTALL.sambatar>
+
+ o INSTALL.txt <ftp://samba.anu.edu.au/pub/samba/docs/INSTALL.txt>
+
+ o MIRRORS <ftp://samba.anu.edu.au/pub/samba/docs/MIRRORS>
+
+ o NetBIOS.txt <ftp://samba.anu.edu.au/pub/samba/docs/NetBIOS.txt>
+
+ o OS2.txt <ftp://samba.anu.edu.au/pub/samba/docs/OS2.txt>
+
+ o PROJECTS <ftp://samba.anu.edu.au/pub/samba/docs/PROJECTS>
+
+ o Passwords.txt <ftp://samba.anu.edu.au/pub/samba/docs/Passwords.txt>
+
+ o Printing.txt <ftp://samba.anu.edu.au/pub/samba/docs/Printing.txt>
+
+ o README.DCEDFS <ftp://samba.anu.edu.au/pub/samba/docs/README.DCEDFS>
+
+ o README.OS2 <ftp://samba.anu.edu.au/pub/samba/docs/README.OS2>
+
+ o README.jis <ftp://samba.anu.edu.au/pub/samba/docs/README.jis>
+
+ o README.sambatar
+ <ftp://samba.anu.edu.au/pub/samba/docs/README.sambatar>
+
+ o SCO.txt <ftp://samba.anu.edu.au/pub/samba/docs/SCO.txt>
+
+ o SMBTAR.notes <ftp://samba.anu.edu.au/pub/samba/docs/SMBTAR.notes>
+
+ o Speed.txt <ftp://samba.anu.edu.au/pub/samba/docs/Speed.txt>
+
+ o Support.txt <ftp://samba.anu.edu.au/pub/samba/docs/Support.txt>
+
+ o THANKS <ftp://samba.anu.edu.au/pub/samba/docs/THANKS>
+
+ o Tracing.txt <ftp://samba.anu.edu.au/pub/samba/docs/Tracing.txt>
+
+ o SMB.txt <ftp://samba.anu.edu.au/pub/samba/docs/UNIX-SMB.txt>
+
+ o Warp.txt <ftp://samba.anu.edu.au/pub/samba/docs/Warp.txt>
+
+ o WinNT.txt <ftp://samba.anu.edu.au/pub/samba/docs/WinNT.txt>
+
+ o history <ftp://samba.anu.edu.au/pub/samba/docs/history>
+
+ o level.txt
+ <ftp://samba.anu.edu.au/pub/samba/docs/security_level.txt>
+
+ o slip.htm <ftp://samba.anu.edu.au/pub/samba/docs/wfw_slip.htm>
+
+
+ 1.7. How do I subscribe to the Samba Mailing Lists?
- There are two mailing lists devoted to discussion of Samba-related
- matters. There is also the newsgroup, comp.protocols.smb, which has a
- great deal of discussion on Samba. There is also a WWW site 'SAMBA Web
- Pages' at <http://samba.canberra.edu.au/pub/samba/samba.html>, under
- which there is a comprehensive survey of Samba users. Another useful
- resource is the hypertext archive of the Samba mailing list.
Send email to listproc@samba.anu.edu.au. Make sure the subject line is
blank, and include the following two lines in the body of the message:
-
subscribe samba Firstname Lastname
subscribe samba-announce Firstname Lastname
@@ -267,19 +450,17 @@
include the following two lines in the body of the message:
-
unsubscribe samba
unsubscribe samba-announce
- The From: line in your message ____ be the same address you used when
+ The From: line in your message MUST be the same address you used when
you subscribed.
- 1.7. Something's gone wrong - what should I do?
-
+ 1.8. Something's gone wrong - what should I do?
# *** IMPORTANT! *** #
@@ -290,7 +471,8 @@
Firstly, see if there are any likely looking entries in this FAQ! If
you have just installed Samba, have you run through the checklist in
DIAGNOSIS.txt <ftp://samba.anu.edu.au/pub/samba/DIAGNOSIS.txt>? It can
- save you a lot of time and effort.
+ save you a lot of time and effort. DIAGNOSIS.txt can also be found in
+ the docs directory of the Samba distribution.
Secondly, read the man pages for smbd, nmbd and smb.conf, looking for
topics that relate to what you are trying to do.
@@ -315,12 +497,11 @@
If you make changes to the source code, _please_ submit these patches
so that everyone else gets the benefit of your work. This is one of
the most important aspects to the maintainence of Samba. Send all
- patches to samba-bugs@samba.anu.edu.au, not Andrew Tridgell or any
- other individual and not the samba team mailing list.
+ patches to samba-bugs@samba.anu.edu.au. Do not send patches to Andrew
+ Tridgell or any other individual, they may be lost if you do.
- 1.8. Pizza supply details
-
+ 1.9. Pizza supply details
Those who have registered in the Samba survey as "Pizza Factory" will
@@ -328,6 +509,7 @@
for payment, but he does appreciate it when people give him pizza.
This calls for a little organisation when the pizza donor is twenty
thousand kilometres away, but it has been done.
+
Method 1: Ring up your local branch of an international pizza chain
and see if they honour their vouchers internationally. Pizza Hut do,
which is how the entire Canberra Linux Users Group got to eat pizza
@@ -343,6 +525,7 @@
useless but he can hang it on the wall next to the one he already has
from Germany :-)
+
Method 4: Air freight him a pizza with your favourite regional
flavours. It will probably get stuck in customs or torn apart by
hungry sniffer dogs but it will have been a noble gesture.
@@ -352,7 +535,6 @@
-
2.1. I can't see the Samba server in any browse lists!
@@ -365,7 +547,11 @@
Lan Manager you might connect to the above service as disk drive M:
thusly:
- net use M: \maryed
+
+ net use M: \\mary\fred
+
+
+
The details of how to do this and the specific syntax varies from
client to client - check your client's documentation.
@@ -375,13 +561,12 @@
view the files from my client!
-
+ See the next question.
2.3. Some files on the server show up with really wierd filenames
when I view the files from my client!
-
If you check what files are not showing up, you will note that they
are files which contain upper case letters or which are otherwise not
DOS-compatible (ie, they are not legal DOS filenames for some reason).
@@ -397,7 +582,6 @@
2.4. My client reports "cannot locate specified computer" or similar
-
This indicates one of three things: You supplied an incorrect server
name, the underlying TCP/IP layer is not working correctly, or the
name you specified cannot be resolved.
@@ -407,6 +591,7 @@
to somewhere on your network to see if TCP/IP is functioning OK. If it
is, the problem is most likely name resolution.
+
If your client has a facility to do so, hardcode a mapping between the
hosts IP and the name you want to use. For example, with Man Manager
or Windows for Workgroups you would put a suitable entry in the file
@@ -425,11 +610,10 @@
tests :-)
- 2.5. My client reports "cannot locate specified share name" or simi­
+ 2.5. My client reports "cannot locate specified share name" or simi-
lar
-
This message indicates that your client CAN locate the specified
server, which is a good start, but that it cannot find a service of
the name you gave.
@@ -440,20 +624,19 @@
to specify a service name correctly), read on:
- · Many clients cannot accept or use service names longer than eight
+ o Many clients cannot accept or use service names longer than eight
characters.
- · Many clients cannot accept or use service names containing spaces.
+ o Many clients cannot accept or use service names containing spaces.
- · Some servers (not Samba though) are case sensitive with service
+ o Some servers (not Samba though) are case sensitive with service
names.
- · Some clients force service names into upper case.
+ o Some clients force service names into upper case.
- 2.6. on to the network" or similar My client reports "cannot find
- domain controller", "cannot log
-
+ 2.6. My client reports "cannot find domain controller", "cannot log
+ on to the network" or similar
Nothing is wrong - Samba does not implement the primary domain name
@@ -463,7 +646,7 @@
machines (such as users of smbclient under Unix). Having said that,
several developers are working hard on building it in to the next
major version of Samba. If you can contribute, send a message to
- samba-bugs!
+ samba-bugs@anu.edu.au !
Seeing this message should not affect your ability to mount redirected
disks and printers, which is really what all this is about.
@@ -472,10 +655,12 @@
setting the domain to STANDALONE at least gets rid of the message.
- 2.7. Printing doesn't work :-(
+ 2.7. Printing doesn't work :-(
+
+
Make sure that the specified print command for the service you are
connecting to is correct and that it has a fully-qualified path (eg.,
use "/usr/bin/lpr" rather than just "lpr").
@@ -504,7 +689,7 @@
mechanism.
- 2.8. My programs install on the server OK, but refuse to work prop­
+ 2.8. My programs install on the server OK, but refuse to work prop-
erly
@@ -524,17 +709,18 @@
2.9. My "server string" doesn't seem to be recognised
- my client reports the default setting, eg. "Samba 1.9.15p4", instead
- of what I have changed it to in the smb.conf file.
+ OR My client reports the default setting, eg. "Samba 1.9.15p4",
+ instead of what I have changed it to in the smb.conf file.
+
You need to use the -C option in nmbd. The "server string" affects
- what smbd puts out and -C affects what nmbd puts out. Current
- versions of Samba (1.9.16p11 +) have combined these options into the
- "server string" field of smb.conf, -C for nmbd is now obsolete.
+ what smbd puts out and -C affects what nmbd puts out.
+ Current versions of Samba (1.9.16 +) have combined these options into
+ the "server string" field of smb.conf, -C for nmbd is now obsolete.
- 2.10. resources" My client reports "This server is not configured to
- list shared
+ 2.10. My client reports "This server is not configured to list shared
+ resources"
Your guest account is probably invalid for some reason. Samba uses the
@@ -584,16 +770,15 @@
- 3.1. Are any Macintosh clients for Samba
+ 3.1. Are there any Macintosh clients for Samba?
-
- lkcl - update 09mar97 - the answer is "Yes!". Thursby now have a CIFS
- Client / Server - see <http://www.thursby.com/>. They test it
- against Windows 95, Windows NT and samba for compatibility issues. At
- present, DAVE is at version 1.0.0. DAVE version 1.0.1 is in beta, and
- will be released in April 97 (the speed of finder copies has been
- greatly enhanced, and there are bug-fixes included).
+ Yes! Thursby now have a CIFS Client / Server called DAVE - see
+ <http://www.thursby.com/>. They test it against Windows 95, Windows
+ NT and samba for compatibility issues. At the time of writing, DAVE
+ was at version 1.0.1. The 1.0.0 to 1.0.1 update is available as a free
+ download from the Thursby web site (the speed of finder copies has
+ been greatly enhanced, and there are bug-fixes included).
Alternatives - There are two free implementations of AppleTalk for
several kinds of UNIX machnes, and several more commercial ones.
@@ -605,12 +790,9 @@
Windows users, these packages offer to Macs. For more info on these
packages, Samba, and Linux (and other UNIX-based systems) see
<http://www.eats.com/linux_mac_win.html>
-
-
3.2. Session request failed (131,130)" error
-
The following answer is provided by John E. Miller:
I'll assume that you're able to ping back and forth between the
@@ -642,26 +824,24 @@
To syncronize your PC's clock with your Samba server:
+ o Copy timesync.pif to your windows directory
- · Copy timesync.pif to your windows directory
-
- · timesync.pif can be found at:
+ o timesync.pif can be found at:
<http://samba.canberra.edu.au/pub/samba/binaries/miscellaneous/timesync.pif>
- · Add timesync.pif to your 'Start Up' group/folder
+ o Add timesync.pif to your 'Start Up' group/folder
- · Open the properties dialog box for the program/icon
+ o Open the properties dialog box for the program/icon
- · Make sure the 'Run Minimized' option is set in program 'Properties'
+ o Make sure the 'Run Minimized' option is set in program 'Properties'
- · Change the command line section that reads \sambahost to reflect
+ o Change the command line section that reads \sambahost to reflect
the name of your server.
+ o Close the properties dialog box by choosing 'OK'
- · Close the properties dialog box by choosing 'OK'
-
- Each time you start your computer (or login for Win95) your PC will
- synchronize it's clock with your Samba server.
+ Each time you start your computer (or login for Win95) your PC will
+ synchronize it's clock with your Samba server.
Alternativley, if you clients support Domain Logons, you can setup
Domain Logons with Samba - see: BROWSING.txt
@@ -702,8 +882,9 @@
It means that if you run your Samba server in share level security
(the default) then things will definately break as described above.
The share level SMB security model has no provision for multiple user
- IDs on the one SMB connection. See security_level.txt in the docs for
- more info on share/user/server level security.
+ IDs on the one SMB connection. See security_level.txt
+ <ftp://samba.anu.edu.au/pub/samba/docs/security_level.txt> in the docs
+ for more info on share/user/server level security.
If you run in user or server level security then you have a chance,
but only if you have a recent version of Samba (at least 1.9.15p6). In
@@ -722,8 +903,6 @@
3.5. Problem with printers under NT
-
-
This info from Stefan Hergeth hergeth@f7axp1.informatik.fh-muenchen.de
may be useful:
@@ -789,26 +968,25 @@
strings can take the following form (with optional items in
brackets):
-
- StdOffset[Dst[Offset],Date/Time,Date/Time]
+ StdOffset[Dst[Offset],Date/Time,Date/Time]
where:
- · `Std' is the standard time designation (e.g. `PST').
+ o `Std' is the standard time designation (e.g. `PST').
- · `Offset' is the number of hours behind UTC (e.g. `8'). Prepend
+ o `Offset' is the number of hours behind UTC (e.g. `8'). Prepend
a `-' if you are ahead of UTC, and append `:30' if you are at a
half-hour offset. Omit all the remaining items if you do not
use daylight-saving time.
- · `Dst' is the daylight-saving time designation (e.g. `PDT').
+ o `Dst' is the daylight-saving time designation (e.g. `PDT').
The optional second `Offset' is the number of hours that
daylight-saving time is behind UTC. The default is 1 hour ahead
of standard time.
- · `Date/Time,Date/Time' specify when daylight-saving time starts
+ o `Date/Time,Date/Time' specify when daylight-saving time starts
and ends. The format for a date is `Mm.n.d', which specifies
the dth day (0 is Sunday) of the nth week of the mth month,
where week 5 means the last such day in the month. The format
@@ -846,7 +1024,7 @@
In the more recent versions of Samba you can now set the "printer
driver" in smb.conf. This tells the client what driver to use. For
- example, I have:
+ example:
printer driver = HP LaserJet 4L
@@ -854,8 +1032,9 @@
- and NT knows to use the right driver. You have to get this string
- exactly right.
+ with this, NT knows to use the right driver. You have to get this
+ string exactly right.
+
To find the exact string to use, you need to get to the dialog box in
your client where you select which printer driver to install. The
correct strings for all the different printers are shown in a listbox
@@ -870,20 +1049,36 @@
this is effectively what older versions of Samba did, so if that
- worked for you then give it a go. If this does work then let me know
- and I'll make it the default. Currently the default is a 0 length
- string.
+ worked for you then give it a go. If this does work then let us know
+ via samba-bugs@anu.edu.au, and we'll make it the default. Currently
+ the default is a 0 length string.
- 4. Specific client application problems
+ 3.8. I've applied NT 4.0 SP3, and now I can't access Samba shares,
+ Why?
+
+
+ As of SP3, Microsoft has decided that they will no longer default to
+ passing clear text passwords over the network. To enable access to
+ Samba shares from NT 4.0 SP3, you must do ONE of two things:
+
+ 1. Set the Samba configuration option 'security = user' and implement
+ all of the stuff detailed in ENCRYPTION.txt
+ <ftp://samba.anu.edu.au/pub/samba/docs/ENCRYPTION.txt>.
+ 2. Follow Microsoft's directions for setting your NT box to allow
+ plain text passwords. see Knowledge Base Article Q166730
+ <http://www.microsoft.com/kb/articles/q166/7/30.htm>
+ 4. Specific client application problems
+
- 4.1. MS Office Setup reports "Cannot change properties of "MSOF­
- FICEUP.INI"
+ 4.1. MS Office Setup reports "Cannot change properties of 'MSOF-
+ FICEUP.INI'"
+
When installing MS Office on a Samba drive for which you have admin
user permissions, ie. admin users = username, you will find the setup
@@ -902,9 +1097,11 @@
+ 5.1. Is Samba Year 2000 compliant?
-
+ The CIFS protocol that Samba implements negotiates times in various
+ formats, all of which are able to cope with dates beyond 2000.