It's working !!!! The Problem was the former workgroup. The Name of the Workgroup was the same as the domain. With other domain-name, it works fine. Now I have still the problem that the network-connection is still breaking down after a while, even when a file is opened by a client. There are two NIC's in the box, one for DSL and the other to LAN. Has anyone an idea ?? Samba version 2.2.3a
----- Original Message ----- From: "Bradley W. Langhorst" <[EMAIL PROTECTED]> To: "Cyberduck1" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, October 24, 2002 9:16 PM Subject: Re: [Samba] Domain not available > On Thu, 2002-10-24 at 14:46, Cyberduck1 wrote: > hmm you missed the most important point - read the howto... > > Ok, attached is my smb.conf > see my comments in there > > How can I check if Windows name resolution is working? > see my comments on your smb.conf > > What is signorseal reg fix and where can I find it? > http://www.google.com/search?q=signorseal > it's a reg file in the source distribution > > Yes, my machine-account is created on the server. > # Global parameters > [global] > workgroup = myDomain > netbios name = SERVER1 > server string = Samba %v (PDC) > interfaces = xxx.xxx.xxx.xxx/255.255.255.0 > encrypt passwords = Yes > update encrypted = Yes > min passwd length = 3 > null passwords = No > password level = 4 > log level = 2 > log file = /var/log/samba/samba.log.%m > max log size = 50 > deadtime = 15 > domain admin group = @root > add user script = useradd -d /dev/null -s /bin/false %u > logon script = netlogon.bat > logon path = \\%L\profiles\%U > logon drive = H: > logon home = \\%L\home\%U > domain logons = Yes > os level = 65 > preferred master = True > domain master = True > wins support = Yes > your samba server is acting as a wins server > you should configure all your clients to point to the servers address > for WINS (it's in the TCPIP settings) > kernel oplocks = No > admin users = root > browseable = No > strict locking = Yes > > [netlogon] > comment = Netzanmeldeverzeichnis > path = /daten/netlogon > write list = %U > what is this line? > this should be something like write list = root > make sure that all users have read permissions on /daten/netlogon > read only = No > share modes = No > > [home] > I think this should be [homes] if you want samba to do the automatic > home directory sharing... > comment = Eigene Dateien > path = /Daten/home/%U/Eigene Dateien/ > read only = No > create mask = 0770 > directory mask = 0770 > > > [profiles] > > path = /Daten/home > read only = No > > don't keep the profiles in the same place that you keep home > directories... > here is my profiles share > [profiles] > path = /home/xp_profiles > read only = No > create mask = 0600 > directory mask = 0700 > csc policy = disable > share modes = No > > -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
