I've tried to join an Xubuntu 12.04 desktop to Sme - Samba according to
http://wiki.contribs.org/Client_Authentication:Ubuntu#Ubuntu_12.04_LTS_Authentication .
In the past I did it succefully with Xubuntu 11 and Ubuntu 10.04 but this time when trying to join with "net rpc join -D <WORKGROUP> -U admin" i get a "session setup failed: NT_STATUS_LOGON_FAILURE" login/password not valid.
I've followed correctly the howto and testparm parses smb.conf without error.
I've solved adding "manually" on Sme the machine account.
useradd -d /dev/null -s /bin/false pc-name$
smbpasswd -a -m pc-name
Then all went smoothly: I joined and completed the "Authentication Modifications" tasks and I've been able to auto-mount user homes and iBays and add a sudoer.
The Samba installed are:
- on SME 8 side: 3.6.6-0.136.el5 (for all packages) - e-smith-samba.noarch 2.2.0-59.el5.sme
- on Xubuntu 12.04 side: 2:3.6.3-2ubuntu2.8
Can anyone confirm this problem ?
Eventually i'll add a note to the above howto.
Nicola