Networking Forums

Networking Forums > Computer Networking > Linux Networking > LDAP authentication all users /home dir on one server

Reply
Thread Tools Display Modes

LDAP authentication all users /home dir on one server

 
 
Peter Lowrie
Guest
Posts: n/a

 
      05-17-2009, 01:37 AM
Having searched and grepped and regex'd 'till I'm going blue, I've yet to locate an answer to the following question.

We want an LDAP authentication system for users to log in against and for their /home directory to be dished up from one server. Surely this notion is not new. It is similar to MS's travelling desktop is it not. Where, no matter which PC the user logs into, their personal home directories are made available to them on that PC.

What I'm thinking of so far is we do the LDAP and during setup tell the system the home dir is mounted from one or other server.

Have you seen any HOWTO's on this topic?

Peter
 
Reply With Quote
 
 
 
 
Antonio Batovanja
Guest
Posts: n/a

 
      05-18-2009, 09:47 AM
Peter Lowrie wrote:

> We want an LDAP authentication system for users to log in against and for
> their /home directory to be dished up from one server. Surely this notion
> is not new. It is similar to MS's travelling desktop is it not. Where, no
> matter which PC the user logs into, their personal home directories are
> made available to them on that PC.
>
> What I'm thinking of so far is we do the LDAP and during setup tell the
> system the home dir is mounted from one or other server.


In addition to Keith's reply:
We use LDAP for our ~1000 users and ~20 user groups (objects posixAccount,
shadowAccount and our extentions). Every user on client PCs has to log on
through LDAP, so there are no problems with UIDs (they are unique when
setting up users in the LDAP database).
So what you need is the right setting in /etc/ldap.conf for the LDAP server
and in /etc/nsswitch.conf (on every client) to enable LDAP lookups.

We share home directories through NFS using automount on the clients. So in
our case a user's home directory looks like /misc/<server>/home/<user>
(alternatively one could use /net instead of /misc). We also use
automount-maps from LDAP (also set up in nsswitch.conf). Additionally, our
DHCP and nameserver config files are generated from the LDAP data.

It's a pretty straight-forward setup, just make sure that LDAP
authentication works fine (note that there are different password hashes
you can use, we still use {crypt}). Depending on the size of your network,
you might want to use multiple LDAP servers and set up replication.

Toni
 
Reply With Quote
Reply

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
LDAP authentication via dsee6 Damon Getsman Linux Networking 1 05-10-2008 08:45 PM
ldap authentication, mod_ldap vertigo Linux Networking 0 12-11-2007 07:22 AM
LDAP authentication on OS X Server Terence Linux Networking 1 06-21-2007 06:37 PM
failed to bind to LDAP server ldap://127.0.0.1: Confidentiality required Bjørn A. Linux Networking 0 02-05-2007 06:37 PM
LDAP Authentication/DMZ Wade Rocco Windows Networking 0 03-16-2006 01:02 PM



1 2 3 4 5 6 7 8 9 10 11