Hi everyone.  I know this one is going to get me ragged on, but
unfortunately with work and all that, we got some workstations with Windows
2000 Pro (the workstation version) on them.  Unfortunately, my job is to get
them to work on the samba network I've got set up.  Has anyone heard
anything about how to do this?  I've already set most of the items I think
should make it work in my smb.conf file.  I've included my smb.conf file and
a sample from my smbpasswd.conf, and passwd file.


The main problem is that the W2K box can not seem to find the domain even
though everything that I could find was pointing to it.  Also, I can't quite
figure out if I've set up the account for the machine on the domain
correctly... confused.....


If any of you could help.. I would greatly appreciate it.

thanks,

steven westbrook

------------------------------------------------------------
smb.conf
--------------------------------------------------------------
[global]

# workgroup = NT-Domain-Name or Workgroup-Name
   workgroup = Intranet
   server string = Samba Server
hosts allow = 192.168.1. 192.168.2. 192.168.1.3 127.
   printcap name = /etc/printcap
   load printers = yes
   printing = bsd
   log file = /var/log/samba/log.%m
   max log size = 50
# Security mode. Most people will want user level security. See
# security_level.txt for details.
   security = domain
  encrypt passwords = yes
  smb passwd file = smbpasswd
 unix password sync = Yes
 passwd program = /usr/bin/passwd %u
  passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*
# Most people will find that this option gives better performance.
# See speed.txt and the manual pages for details
   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
  os level = 0
  domain master = yes
   preferred master = yes
   domain logons = yes
   logon path = \\%L\Profiles\%U
   wins support = yes
   wins proxy = yes
   dns proxy = yes
#============================ Share Definitions
==============================
[homes]
   comment = Home Directories
   browseable = no
   writable = yes

[printers]
   comment = All Printers
   path = /var/spool/samba
   browseable = no
# Set public = yes to allow user 'guest account' to print
   guest ok = no
   writable = no
   printable = yes

# This one is useful for people to share files
[tmp]
   comment = Temporary file space
   path = /tmp
   read only = no
   public = yes

[Programs]
    comment = Windows Programs on Linux Server
    path = /usr/local/windows/
    read only = No

---------------------------------------
passwd
--------------------

#I think this is the way to set up a W2K workstation for domain
authentification
WESTLAP$:*:801:800:NT Workstation 1:/dev/null:/bin/false

------------------------------------------------------------------------
smbpasswd
-----------------------------------------

westlap$:801:###Whole bunch of numbers in
          ]:LCT-##morenumbers##:

---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to