Hi listers, i was using old samba 2.2.3 or similar this week upgrade the samba to 2.2.8a to keep mi users list and conf backup the following files smb.conf smbpasswd after the succefull install (FreeBSD Ports) i restore the files to the apropiate directory the clients are the same (win2k sp2) boxes, i have to remove all machine account from smbpasswd and recreate again with smbpasswd -a -m machine$ from the clients i can't log to the domain and i got the message that the workstation account dos not exist into domain or bad password. in the samba log i have something like [2003/08/15 12:17:52, 0] rpc_server/srv_samr.c:api_samr_set_userinfo(670) api_samr_set_userinfo: Unable to unmarshall SAMR_Q_SET_USERINFO. i try take off the client from the domain and move it to a workgroup and back agian windows say welcome to the domain but after restart a got the same message any help are welcome.... David Perez my smb.conf is --------------BOF----------------- [global] # strict allocate = yes utmp = yes utmp directory = /var/run log file = /var/log/samba/%m.log max log size = 50 domain master = yes dns proxy = no passwd program = /usr/bin/passwd %u min password length = 6 domain logons = yes encrypt passwords = yes domain admin group = @whell admin users = dperez root server string = SERVIDOR ALUMNOS workgroup = ALUMNOS passwd chat = *password* %n\n *password* %n\n *done* unix password sync = yes smb passwd file = /usr/local/private/smbpasswd logon script = configure.bat socket options = SO_KEEPALIVE TCP_NODELAY netbios name = kabah keepalive = 3600 local master = yes client code page = 852 security = user logon drive = z: logon home = \\kabah\%U\ logon path = \\kabah\%U\profile os level = 65 wins support = true preferred master = yes time server = yes interfaces = 172.21.14.1/255.255.0.0 10.0.0.1/255.0.0.0 [homes] comment = Home Directories browseable = no writeable = yes guest ok = no read only = no create mask = 0700 oplocks = false locking = no force directory mode = 0700 directory mask = 0700 directory mode = 0700 [netlogon] comment = Network Logon Service path = /usr/local/samba/netlogon browseable = no guest ok = yes writeable = no share modes = no # root preexec = sh /usr/local/admin/adminlog/login.sh %u %m root preexec = sh /usr/local/admin/adminlog/l.sh %u %m %I root postexec = sh /usr/local/admin/adminlog/logout.sh %u %m -----EOF------------