[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Connection to Samba from Win2k/SP2



I can't seem to do it.  I plan to use Samba boxes as login servers on 
networks currently running NT4 as we phase out the NT boxes so I really need 
to get this working with full PDC capabilities, but I thought I'd start slow, 
so I set up a Debian Woody box with the latest Samba using dselect.

The Samba box is running 2.2.3a-6 and can be seen and connected to just fine 
from a Win98SE box (\\WIN98SE):

------- Included Stuff Follows -------
C:\>net view
Servers available in workgroup FLEMING.
Server name            Remark
----------------------------------------------------------
\\SAMBOX               sambox (Samba 2.2.3a-6 for Debian)
\\WIN98SE              IBM PC3000GL PII/256mb/3.2gb
\\TPAD_WIN2K
The command was completed successfully.
--------- Included Stuff Ends ---------

However, a Win2k/SP2 box on the same LAN can't see it.  

Here's the smb.conf file from the Samba box (minor word-wrapping may occur
on the longest lines):

------- Included Stuff Follows -------
;
; /etc/smb.conf

[global]
   printing = bsd
   printcap name = /etc/printcap
   load printers = yes
   guest account = nobody
   invalid users = root
   security = user
   workgroup = fleming
   server string = %h Sambox (Samba %v)
   syslog only = no
   syslog = 0;
   socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096 
SO_RCVBUF=4096
   encrypt passwords = yes 
   wins support = yes 
   os level = 65
   domain master = yes
   local master = yes
   preferred master =yes 
   name resolve order = lmhosts host wins bcast
   dns proxy = no
   preserve case = yes
   short preserve case = yes
   unix password sync = true
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\sUNIX\spassword:* %n\n 
*Retype\snew\sUNIX\spassword:* %n\n .
   max log size = 1000


[homes]
   comment = Home Directories
   browseable = no
   read only = no
   create mask = 0700
   directory mask = 0700

[printers]
   comment = All Printers
   browseable = no
   path = /tmp
   printable = yes
   public = no
   writable = no
   create mode = 0700

[home]
   comment = Home directories
   writable = yes
   locking = no
   path = /home/%u
   public = no

[pmail]
   comment = Pegasus Mail 
   writable = yes
   locking = no
   path = /pub/P
   public = yes

[pub]
   comment = Shared directories
   writable = yes
   locking = no
   path = /pub
   public = yes

[cdrom]
   comment = Samba server's CD-ROM
   writable = no
   locking = no
   path = /cdrom
   public = yes

   preexec = /bin/mount /cdrom
   postexec = /bin/umount /cdrom

--------- Included Stuff Ends ---------

Help!  TIA ...
--
GeoApps
http://www.geoapps.com/



-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: