I am looking for instruction on how to configure my Ubuntu 10.04 box to allow samba shares access through Active Directory users and groups. I have joined the Ubuntu machine to my AD domain using Likewise-open, however when I enable 'security = ads' in my smb.conf I am getting access denied errors when trying to view shares in windows explorer. Any sugestions?
Try following the official guide: https://help.ubuntu.com/10.04/serverguide/C/samba-ad-integration.html
I'm guessing you haven't linked the password files, as it says Samba and likewise use separate databases.
Best of luck.
Here is a good guide, step by step. https://help.ubuntu.com/community/ActiveDirectoryWinbindHowto
First step. install andconfigure kerberos: https://help.ubuntu.com/community/Samba/Kerberos
Next install required packages: winbind samba
And if you wish to mount samba folders: smbfs smbclient
Then Join the AD domain by editing the /etc/samba/smb.conf file ( follow the guide )
This isn't an answer per se, but I think it's informative (I never tried it).. I have been browsing the canonical partner repository (for ubuntu 10.10 maverick) and I noticed a package named "centrifydc". The description follows:
An informative website of what you have to do: http://www.centrify.com/blogs/tomkemp/join_ubuntu_to_active_directory_domain.asp
See this it may help you
http://wiki.samba.org/index.php/Samba_&_Active_Directory