Debian Etch + Samba + Windows 2008 Active Directory Server + DekiWiki
So I needed to install DekiWiki. I decided to just use the VMWare Image they supply. It uses Debian Etch as its OS. As with all of our other Linux server, I decided this one needed to join our Active Directory Domain. I went to google and did a search for how to connect Debian to AD. Well plenty of guides poped up so I followed them like I did for Ubuntu and for our CentOS machines. I got to the step of actually joining the domain and I got this crappy error:
utils/net_ads.c:ads_startup(289)
ads_connect: Server not found in Kerberos database
Well after a trip to the Samba IRC support room I found out I needed a newer version of Samba and WinBind. A simple fix on Debian. By default the Backports repository is already in the sources list on this VMWare image that dekiwiki came on. So all I had to do was:
apt-get -t etch-backports install samba
Then a simple:
net ads join -U administrator -S wpdc01.mhipriv.com -W MHIPRIV.COM
That rewarded me with:
Enter administrator’s password:
Using short domain name — MHI
Joined ‘WIKI2′ to realm ‘mhipriv.com’
With a few more changes to a few other config files and I am now able to ssh to that box as any AD user.
