Dear group, I work for two departments, each with their own samba server. Each samba server has a domain name related to the department's name. In previous versions of samba members of the first domain could log into the second domain if they had a passwd on the second domain's server. This was accomplished by the following line in /etc/samba/smb.conf domain guest group = server2 for the first server, and domain guest group = server1 in the smb.conf file on the second server. In version 2.2.1a of samba which I am currently running, I can see the server2 group from a computer logged into server1's domain, but I cannot log into the server2 group. What must I change in the configuration that will allow this crossover?