Ubuntu Linux as client of Active Directory server

October 2011


Table of Contents

The testing environment
Mounting a share from a Windows PC
Trying to mount a DFS share
What works, and what doesn't
A few relevant bookmarks
[Warning]Warning

This section contains a lot of incomplete and unverified information. It is really no more than loose notes.

That being said, I did get this working, to some extent. What worked was a Windows 2008 PC sharing C:\Shared, and the Linux PC mounting it with properly configured mount.cifs, Kerberos, WinBind and nameserving. The command to mount the share was:

apprentice@testbox:~$ mount.cifs //netbiosname-ofwindowsbox.testdomain.local/Shared ~/myShared -o domain=TESTDOMAIN,user='SomeAdmin@TESTDOMAIN.LOCAL',sec=krb5,netbiosname=netbiosname-of-windowsbox.testdomain.local