I’m trying in the company where I work to persuade my co-partners to move slowly into the world of linux, but because everything are set up on Windows is quite difficult. Though I can install at least in one PC openSuse or Ubuntu (I prefer openSuse), but the problem is that I have to find a way to make the authentication to a Windows Domain, which is running Windows Server 2003.
How is this possible? Is this procedure painless or I have to read a lot of staffs in order to make it work? I would be obliged if you could give me some steps on how to do it.
Thanks in Advance
P.S. Please help me because I can’t stand windows any more
It’s very simple to make openSUSE authenticate against AD natively. In fact, of all the major distros, it’s the easiest to setup (I’ve tried all of them).
Go to Yast->Network Services->Windows Domain Membership
It may ask to install Samba packages…let it.
When the Windows Domain Membership dialog appears
Type in the domain name in the top text box
Check the box that says: Also Use SMB Information for Linux Authentication
Check Create Home Directory on Login
Check Offline Authentication (this is more important for laptops)
Click OK
It will ask to join the computer to the domain, click on Yes.
Type in your administrator user name and password then click OK.
Now, re-boot the system and when the login screen comes up it should have a text box for user name, password and a drop down box to select your domain (at least KDE does). I believe with Gnome (I don’t normally use Gnome) it only has text boxes for user name and password. You have to enter your user name like this: DOMAIN_NAME\user.
You may also want to use your PDC as an NTP server. This takes care of any clock skew issues you may run in to.
we have a little problem. Our DC/AD is a Windows 2003 R2 Server. We have Set all Linux attributes (RFC2307). We tried Kerberos and Ldap and worked fine for workstation who do not need offline login. but with our laptops we tried samba winbind and this does not work. So we tried the implemented versionof Opensuse 11.2 and it worked for login ins and so on, but it do not get the correct UID/GID from AD. Is there any solution possible?