Hi
We are using (Ubuntu) Linux desktops (version 9.04 and 10.04) for several installations and setup these machines to 'join' the Windows (Samba) domain via command
"sudo net rpc join -S YOUR_PRIMARY_DOMAIN_CONTROLLER_NAME -Udomainadmin" or
"sudo net rpc join -D YOUR_DOMAIN_NAME -Udomainadmin" (both commands seem to work in the same way).
All that is as described in the Wiki under
http://wiki.contribs.org/Client_Authentication:UbuntuThis works and allows domain user logons - but only for some time and then the machine looses the domain membership which means we have to join the domain again to get everything working.
We cannot find what breaks the domain membership. There is no specific time when this issue occurs. It might be after we have done some other administrative activity on the SME server (currently running SME7.4) like adding a user or an ibay or whatever. We suspect an activity that might imply a change for the file /etc/samba/smbpasswd (which is where the Samba domain memberships are maintained) but again, I cannot see what would trigger this or would then change the entry in that Samba file related to the machine account for the Ubuntu client.
I know this is outside the standard SMEserver setup. There are many documents on the net about Winbind and how to set this all up (including our Contrib.org Wiki with the document above) but I have not found anything about the loosing of the domain membership.
Has anybody out here seen this before?
Michael