Alexander Segal
unread,Dec 11, 2013, 11:39:05 AM12/11/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello,
I have a weird behavior when joining active directory. I'm running ubuntu 12.04 and samba 3.6.3.
net ads join -U user%password works as expected.
However, if instead of the above I use kinit
and then
net ads join -k
It fails with the error: failed to connect to AD: Cannot read password
But the account is created in AD.
After running
net ads leave -k
and a second
net ads join -k
everything works.
Does anyone have an explanation for this?
Thanks.