LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux 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
  Search this Thread
Old 06-24-2009, 10:35 AM   #1
dadams982
LQ Newbie
 
Registered: Jun 2009
Posts: 13

Rep: Reputation: 0
Active Directory/LDAP/NFS/Fedora DS Oh my


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.
 
Old 06-24-2009, 10:50 AM   #2
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
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)
 
Old 06-24-2009, 10:56 AM   #3
dadams982
LQ Newbie
 
Registered: Jun 2009
Posts: 13

Original Poster
Rep: Reputation: 0
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.
 
Old 06-24-2009, 11:05 AM   #4
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
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
 
Old 06-24-2009, 11:13 AM   #5
dadams982
LQ Newbie
 
Registered: Jun 2009
Posts: 13

Original Poster
Rep: Reputation: 0
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).
 
Old 06-24-2009, 11:32 AM   #6
dadams982
LQ Newbie
 
Registered: Jun 2009
Posts: 13

Original Poster
Rep: Reputation: 0
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.
 
Old 06-24-2009, 12:20 PM   #7
dadams982
LQ Newbie
 
Registered: Jun 2009
Posts: 13

Original Poster
Rep: Reputation: 0
Did I scare everyone away?
 
Old 06-24-2009, 12:43 PM   #8
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
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
 
Old 06-24-2009, 12:58 PM   #9
dadams982
LQ Newbie
 
Registered: Jun 2009
Posts: 13

Original Poster
Rep: Reputation: 0
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!
 
  


Reply



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Active Directory vs LDAP alex r Linux - Software 26 04-07-2010 04:47 AM
how to sync LDAP with MS active directory? cpliu903 Linux - Server 3 12-01-2008 06:59 AM
ldap authentication against active directory Hubert Kiyimba Solaris / OpenSolaris 1 03-16-2007 10:41 AM
Fedora Core 4 and Wnidows Server 2003 Active Directory LDAP Bind Error cbtg2006 Linux - Networking 1 04-21-2006 06:50 AM
LDAP and Active Directory Ecalvam Linux - Networking 5 11-10-2005 08:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 09:43 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