I have a samba 3 domain with 5 xp cients. Unfortuantley I have to add 2 w2k clients. I am doing the same thing to add them as I did with the xp clients but I am constantly getting rejected. Sometimes it says Domain can not be found and other times it says it doesnt like the password. I looked in the logs and only find this
[2004/08/06 17:13:19, 1] smbd/service.c:make_connection(785)
make_connection: refusing to connect with no session setup
After googleing it I saw something about acl support for w2k sp2 and to put the folling line in the smb.conf under the profile share
nt acl support = no


I still cannot connect any help would be appreciated. below is the config.

[global]
workgroup = ALIQUIPPA
domain logons = yes
logon path = \\%L\profiles\%U .pds
logon home = \\%L\%U
logon drive = m:
printcap name = /etc/printcap
load printers = yes
log file = /var/log/samba/%m.log
max log size = 50
security = user
password server = *
encrypt passwords = yes
smb passwd file = /etc/samba/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*
username map = /etc/samba/smbusers
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
interfaces = eth1 tun0
remote announce = 192.168.2.255 192.168.1.255
os level = 100
domain master = yes
preferred master = yes
name resolve order = wins lmhosts bcast
wins support = no
wins server = 192.168.1.1
dns proxy = no


[homes]
  comment = Home Directories
  browseable = no
  writable = yes

[public]
   comment = Public Directory
   path = /export/public
   create mode = 0777
   directory mode = 0777
   public = yes
   readonly = no
   writable = yes
   printable = no

[Domain Admins]
    valid users = root,wsl,administrator,dbologna
    path = /export/admins

[profiles]
    comment = User Profiles
    path = /export/profiles
    create mode = 0600
    directory mode = 0700
    nt acl support = no
    writeable = yes
    browseable = yes
    force user = %U
    valid users = %U

[netlogon]
    comment = The domain logon service
    path = /export/netlogon
    writeable = no
    locking = no

[claims]
comment = Methadone Claims files
path = /export/claims
valid users = root,wsl,administrator,sshelkons,dbologna,mmclaughlin,towersys






<cid:[EMAIL PROTECTED]>
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to