LinuxQuestions.org
Social Bookmarking all things Linux and Open Source
Go Back   LinuxQuestions.org > Forums > Linux > Linux - General
User Name
Password
Linux - General This forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices

Reply
 
Thread Tools Search this Thread
Old 06-24-2009, 11:35 AM   #1
dadams982
LQ Newbie
 
Registered: Jun 2009
Posts: 6
Thanked: 0
Active Directory/LDAP/NFS/Fedora DS Oh my


[Log in to get rid of this advertisement]
So this will be my hello message as well as a question I have been pondering and researching none stop.

So I am fairly new to Linux, been a Windows Admin in the military for a long time. Well I have separated and joined a great organization and got thrown into a mixed environment. Well, one of my goals given when hired was implementing Active Directory for the workgrouped computers, which that is not a problem. When looking at the network layout though, many improvements need to be made, as it is right now administering it is a nightmare.

So we have quite a few Linux servers, all requiring each user to have an account established on each and every machine. Same with the Windows Workgroup (Which will be resolved with AD).

Here is my confusion,

Right now each user maps to their UID/GUID through a PCNFSD server to the NFS server (Which will be upgraded to NFSv4) We want to remove the PCNFSD server because it is old and needs to go.

I want to begin implementation of Fedora DS (Since it seems to integrate well with AD).

How can I make AD map UIDs to LDAP (Fedora DS) to authenticate to the NFS server. I hope that made sense. Basically is there a piece I am missing such as say Samba or something? Should I use samba to name map Windows ID with UIDs via LDAP to authenticate to NFS?

Man, I hope I am wording that right. if you need any information for me to clarify, please just let me know, i am kind of learning as I go, and find the is so many ways to do things, that I do not want to get it wrong.
dadams982 is offline     Reply With Quote
Old 06-24-2009, 11:50 AM   #2
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora 12, CentOS 5.4, Linux Mint 5, Solaris 10
Posts: 1,272
Thanked: 35
Quote:
Originally Posted by dadams982 View Post
So this will be my hello message as well as a question I have been pondering and researching none stop.

So I am fairly new to Linux, been a Windows Admin in the military for a long time. Well I have separated and joined a great organization and got thrown into a mixed environment. Well, one of my goals given when hired was implementing Active Directory for the workgrouped computers, which that is not a problem. When looking at the network layout though, many improvements need to be made, as it is right now administering it is a nightmare.

So we have quite a few Linux servers, all requiring each user to have an account established on each and every machine. Same with the Windows Workgroup (Which will be resolved with AD).

Here is my confusion,

Right now each user maps to their UID/GUID through a PCNFSD server to the NFS server (Which will be upgraded to NFSv4) We want to remove the PCNFSD server because it is old and needs to go.

I want to begin implementation of Fedora DS (Since it seems to integrate well with AD).

How can I make AD map UIDs to LDAP (Fedora DS) to authenticate to the NFS server. I hope that made sense. Basically is there a piece I am missing such as say Samba or something? Should I use samba to name map Windows ID with UIDs via LDAP to authenticate to NFS?

Man, I hope I am wording that right. if you need any information for me to clarify, please just let me know, i am kind of learning as I go, and find the is so many ways to do things, that I do not want to get it wrong.

This is a good howto: http://www.linuxmail.info/ad-fds-sync-howto/

Then you can have something like this...

Code:
Active Directory (user info replicates) ==> Fedora DS (Holds User information) ==> NFS Server Uses Fedora DS for user information (thus having the same IDs)
custangro is offline     Reply With Quote
Old 06-24-2009, 11:56 AM   #3
dadams982
LQ Newbie
 
Registered: Jun 2009
Posts: 6
Thanked: 0

Original Poster
Quote:
Originally Posted by custangro View Post
This is a good howto: http://www.linuxmail.info/ad-fds-sync-howto/

Then you can have something like this...

Code:
Active Directory (user info replicates) ==> Fedora DS (Holds User information) ==> NFS Server Uses Fedora DS for user information (thus having the same IDs)
Wow... great read... Nice integration. So when I upgrade the NFS Server to 4, I can point to the fedora DS? All our NFS shares are mounted on one server, soooo... that is where I stand.
dadams982 is offline     Reply With Quote
Old 06-24-2009, 12:05 PM   #4
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora 12, CentOS 5.4, Linux Mint 5, Solaris 10
Posts: 1,272
Thanked: 35
Quote:
Originally Posted by dadams982 View Post
Wow... great read... Nice integration. So when I upgrade the NFS Server to 4, I can point to the fedora DS? All our NFS shares are mounted on one server, soooo... that is where I stand.
What OS is the NFS server running?

-C
custangro is offline     Reply With Quote
Old 06-24-2009, 12:13 PM   #5
dadams982
LQ Newbie
 
Registered: Jun 2009
Posts: 6
Thanked: 0

Original Poster
Quote:
Originally Posted by custangro View Post
What OS is the NFS server running?

-C
SLES 9.1, going up to 10 soon when I can get approval (It is on a closed network).
dadams982 is offline     Reply With Quote
Old 06-24-2009, 12:32 PM   #6
dadams982
LQ Newbie
 
Registered: Jun 2009
Posts: 6
Thanked: 0

Original Poster
Forgot one piece. Right now we have NFS Maestro on the windows machines. Will I need an NFS client still when I make these changes? Like will I have to point NFS Maestro to the LDAP instead of the PCNFSD. I know support in windows to NFS is limited at best.
dadams982 is offline     Reply With Quote
Old 06-24-2009, 01:20 PM   #7
dadams982
LQ Newbie
 
Registered: Jun 2009
Posts: 6
Thanked: 0

Original Poster
Did I scare everyone away?
dadams982 is offline     Reply With Quote
Old 06-24-2009, 01:43 PM   #8
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora 12, CentOS 5.4, Linux Mint 5, Solaris 10
Posts: 1,272
Thanked: 35
Quote:
Originally Posted by dadams982 View Post
Forgot one piece. Right now we have NFS Maestro on the windows machines. Will I need an NFS client still when I make these changes? Like will I have to point NFS Maestro to the LDAP instead of the PCNFSD. I know support in windows to NFS is limited at best.
Yes NFS support is limited on Windows...

You may want to consider exporting the NFS shares as samba shares as well...not sure how you set up is, so you will have to do some homework...

-C
custangro is offline     Reply With Quote
Old 06-24-2009, 01:58 PM   #9
dadams982
LQ Newbie
 
Registered: Jun 2009
Posts: 6
Thanked: 0

Original Poster
Quote:
Originally Posted by custangro View Post
Yes NFS support is limited on Windows...

You may want to consider exporting the NFS shares as samba shares as well...not sure how you set up is, so you will have to do some homework...

-C
Okay, then I guess my best bet it so point NFS Maestro to a name mapping server like I have now. Does Fedora DS handle this by chance, or should I install something like MS Services for NFS? I know Samba gives a performance hit, and we handle all satellite imagery, so need all the speed we can get!

Thanks for the help!
dadams982 is offline     Reply With Quote

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
Active Directory vs LDAP alex r Linux - Software 25 11-19-2009 08:21 AM
how to sync LDAP with MS active directory? cpliu903 Linux - Server 3 12-01-2008 07:59 AM
ldap authentication against active directory Hubert Kiyimba Solaris / OpenSolaris 1 03-16-2007 11:41 AM
Fedora Core 4 and Wnidows Server 2003 Active Directory LDAP Bind Error cbtg2006 Linux - Networking 1 04-21-2006 07:50 AM
LDAP and Active Directory Ecalvam Linux - Networking 5 11-10-2005 09:53 AM


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

Main Menu
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.
Advertisement
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Click Here to receive a complimentary subscription courtesy of LQ.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration