LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-18-2009, 09:03 AM   #1
carlicus
LQ Newbie
 
Registered: Apr 2009
Posts: 3

Rep: Reputation: 0
linux authentication with Windows Active Directory


Hello all, this is my first post here and I hope that it is in the right place. I am an IT guy who has been using Microsoft products since the early 80's, but I am new to Linux and excited about the prospects of utilizing it for a workstation at the office.

My question is this...Is there an easy to get a Linux box to authenticate with Active Directory? I have 2 servers at the office running Windows Server 2003 and would need to be able to authenticate to the network for Linux to be a viable workstation choice for me.

Again, I apologize if this is not the correct place for this question...if not, then let me know where to post such questions in the future.

I searched the forum for Active Directory Authentication and found pages full of complicated setups, but I need to know if there is a GUI way or some simpler way.

By the way, I just removed Windows from my home desktop, my personal laptop, and my netbook and replaced them with versions of GNU/Linux (prefer Debian-based at this time, such as Ubuntu, Mint, etc...go GNU/Linux!!
 
Old 10-18-2009, 09:18 AM   #2
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hello Carlicus,

it is possible to integrate a Linux-computer into a Windows-AD-domain. If it is easy.... I don't know. As far as I know you'll have to use the samba package. And I think I've read that Suse has a builtin support for AD (but I'm not sure).

Maybe you'll better post this issue in the "Linux-Server" part of this forum http://www.linuxquestions.org/questi...nux-server-73/.

Markus
 
Old 10-18-2009, 09:21 AM   #3
carlicus
LQ Newbie
 
Registered: Apr 2009
Posts: 3

Original Poster
Rep: Reputation: 0
Markush,

Thank you for your quick and courteous reply. I will do as you suggested and post in Linux-Server area.
 
Old 10-18-2009, 09:47 AM   #4
gillbertiddio
Member
 
Registered: Sep 2009
Posts: 33

Rep: Reputation: 6
I was shocked when I googled 'linux active directory' and got this --> http://technet.microsoft.com/en-us/m....12.linux.aspx an actually well written howto on configuring linux for authenticiating with winbind - on MS-technet! Will wonders ever cease. Anyway, one of the things you will soon discover about linux is there is always a way but the more complicated tasks usually require 1) commandline tools 2) google 3) editing several text config files. Do not count on finding a GUI that will cover all your needs here.

I hope that helps. If not, I saw lots of info on my google search, and I see that this question has been asked at least 6 times to other sections of this forum so there are answers out there.

Welcome to Linux!!!
 
Old 10-18-2009, 10:40 AM   #5
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hello Gillbertiddio,

thank you for that interesting link.

Markus
 
Old 10-18-2009, 06:45 PM   #6
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,393

Rep: Reputation: 2774Reputation: 2774Reputation: 2774Reputation: 2774Reputation: 2774Reputation: 2774Reputation: 2774Reputation: 2774Reputation: 2774Reputation: 2774Reputation: 2774
Note that if you just want to connect your Linux box as a wkstn to an MS-server, you only need the client sw (at the cmd line it'll be smbclient). Don't end up trying to install the server stuff as well.
 
Old 10-18-2009, 07:29 PM   #7
carlicus
LQ Newbie
 
Registered: Apr 2009
Posts: 3

Original Poster
Rep: Reputation: 0
Thanks everyone for the responses...I appreciate it!
 
Old 10-18-2009, 08:41 PM   #8
scottro11
Member
 
Registered: Jun 2009
Location: NYC
Posts: 263

Rep: Reputation: 59
IMHO, it's not surprising that there was a well-written MS article. They tend to document rather well.

The samba wiki also has a section on integrating with AD.

http://wiki.samba.org/index.php/Samb...tive_Directory

I found it helpful, though I had to do a couple of things differently. I put up my own page at
http://home.roadrunner.com/~computer...u/adsamba.html

I found it fairly straightforward to do.
 
Old 11-10-2009, 04:09 PM   #9
vhiware
LQ Newbie
 
Registered: Nov 2009
Posts: 7

Rep: Reputation: 0
My Linux box is connected to window's Active Directory.
On linux terminal-
Wbinfo -u :- showing me all domain users
wbinfo -g := showing me all AD groups.

Now the problem is anyone who has domain account can login to linux box. I want to restrict access to linux box depending on AD groups.
Users in only particualar group should able login to box.
Not all AD users. Is there any way to restrict it.
Please help.. i searched a lot but could not find any answer..
 
Old 11-10-2009, 04:31 PM   #10
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hello vhiware,

that's no problem. In the active-directory you'll have to configure the properties of the users. In the Tab Account->"Log On To" you can configure which user may logon which computer.

You may create an OU for users which can logon your Linux-box and another OU for those who may not.
But I'm not sure about the next step, maybe the simple way is to chose all useraccounts and change their properties together. If this isn't possible you'll have to search for a policy which handels logons to computers.

Markus

Last edited by markush; 11-10-2009 at 04:39 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
UBUNTU authentication against windows active directory Loser Linux - Server 6 10-14-2008 02:47 AM
Linux Authentication to Windows Active Directory carlosinfl Linux - General 1 07-15-2008 10:16 AM
RHEL4 authentication to Windows 2003 Active Directory rtkaczyk Linux - Enterprise 40 10-29-2007 07:27 PM
HOW TO: SUSE Linux Enterprise Desktop SLED10 LDAP / Kerberos Authentication to Active Directory / Windows Server 2003 R2 Shannon_VanWagner LinuxAnswers Discussion 2 06-13-2007 09:29 AM
HOW TO: SUSE Linux Enterprise Desktop SLED10 LDAP / Kerberos Authentication to Active Directory / Windows Server 2003 R2 Shannon_VanWagner LinuxAnswers Discussion 0 03-23-2007 02:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration