Here is something that works for me... I have a couple of Win2K workstations connecting to a SAMBA server that is also the PDC... This may be a bit of an overkill in your situation, but here it is anyway, incase it helps...
-----------------START OF smb.conf-----------------
[global]
hosts allow = 192.168.0. 127.
workgroup = SOLAR_SYSTEM
netbios name = SATURN
server string = SAMBA Server
wins support = yes
security = USER
unix password sync = Yes
log level = 0
log file = /var/log/samba/log.%m
max log size = 200
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
os level = 65
domain logons = yes
logon script = %U.bat
domain admin group = @adm
domain master = yes
local master = yes
preferred master = yes
dns proxy = Yes
comment = Linux SAMBA Server
encrypt passwords = Yes
smbpasswd file = /etc/samba/smbpasswd
admin users = @adm
[netlogon]
comment = Network Logon Directory for NT Domains using SAMBA Server
path = /home/samba/netlogon
writeable = no
guest ok = yes
share modes = no
[homes]
comment = Home Directories
read only = No
create mask = 0760
writable = yes
[printers]
comment = All Printers
path = /var/spool/samba
guest ok = No
print ok = Yes
browseable = No
[Public]
comment = Public Stuff (Storage Space & Music)
path = /store
read only = No
guest ok = No
create mask = 0766
valid users = @adm @users
write list = @adm @users
[PublicII]
comment = Public Stuff II (More Storage Space & not so much Music)
path = /store2
read only = No
guest ok = No
create mask = 0766
valid users = @adm @users
write list = @adm @users
------------------END OF smb.conf------------------
the adm group contains the admin user, namely myself, and root, although there is no samba user called root. the users group contains members of the family that use these machines... One good advantage is that with roaming profiles, all the users workspace is copied to their home directory when they log out, and copied to the workstation when they log on again, meaning that they can use either machine without hassles... I had to add the Win2K machines to be domain members, and for that, one of the admin users had to log on first... but it was fairly simple...
I have not got the printing working yet, but have not spent much time on it as I hardly ever print from the Win2K side anyways... I am sure it is quite simple though, and no majors...
The /store and /store2 partitions are 2 SCSI disks I added for storing common things, and is shared and accessible to all...
I have created .BAT files as login scripts for users, named them by their login names, and put them in the /home/samba/netlogon directory... remember to use a DOS/Win text editor (or a linux editor capable of saving a file with DOS CR/LF) to create the batch files...
Mail me if this helps, or further help / explanation is required...
AV
tnedor@yahoo.com