hi everybody! i setup samba 2.2.2 on my freebsd 4.4 machine up with the following global smb.conf [global] workgroup = ARTCORE netbios name = IGOR netbios aliases = config server programme encrypt passwords = Yes # username map = /usr/local/etc/usermap.smb log file = /var/log/log.%m max log size = 50 time server = Yes logon path = \\server\eigene_dateien logon drive = H: logon home = \\server\eigene_dateien domain logons = Yes os level = 128 preferred master = True domain master = True dns proxy = No wins support = Yes include = /usr/local/etc/smb.conf.%L security = user local master = yes password server=192.168.0.20 domain admin group = @wheel when i want to logon from my w2k machine it wants a username and a passwort. i tried root and several other users which were in passwd and smbpasswd. but w2k keeps on giving me errors.. this is what i got from the logs: error: igor# cat log.hoenz [2002/01/06 15:38:53, 0] rpc_server/srv_samr.c:api_samr_set_userinfo(672) api_samr_set_userinfo: Unable to unmarshall SAMR_Q_SET_USERINFO. [2002/01/06 15:38:53, 0] lib/fault.c:fault_report(40) ==============================================================[2002/01/06 15:38:53, 0] lib/fault.c:fault_report(41) INTERNAL ERROR: Signal 11 in pid 10112 (2.2.2) Please read the file BUGS.txt in the distribution [2002/01/06 15:38:53, 0] lib/fault.c:fault_report(43) ==============================================================[2002/01/06 15:38:53, 0] lib/util.c:smb_panic(1055) (and yes, hoenz$ is in passwd and smbpassd...) anyone has an idea, i probably messed something up with my global vars, but i cant find it :/ anyone has an idea? greetings yannick