Networking Forums

Networking Forums > Computer Networking > Linux Networking > What is LDAP and is it useful on home network FC5?

Reply
Thread Tools Display Modes

What is LDAP and is it useful on home network FC5?

 
 
Ohmster
Guest
Posts: n/a

 
      10-27-2006, 01:37 AM
I have an FC5 machine on cablemodem 24/7. The machine hosts 3 FQDNs, runs
an apache server and a vsftpd server. I have it setup with dovecot to be
able to grab my system mail with OE on the LAN. I also use samba with cifs
to share XP folders with Fedora and also setup shares from Fedora so that I
can drag and drop files for the FTP server, access my home directory and
public_html directory, and be able to directly edit my html files.

I would like to know what ldap is for and if it would be something useful
to me. Thanks.

--
~Ohmster
theohmster at comcast dot net
Put "messageforohmster" in message body
to pass my spam filter.
 
Reply With Quote
 
 
 
 
Keith Keller
Guest
Posts: n/a

 
      10-27-2006, 04:34 AM
On 2006-10-27, Ohmster <notareal@emailaddress> wrote:

> I would like to know what ldap is for and if it would be something useful
> to me. Thanks.


In general terms, LDAP is a network directory, so it's helpful if
you have directory-like information (e.g., names and contact
information) you wish to store. One common use is for a company
directory. The LDAP server can also do authentication, so
various apps can query the LDAP server with user-provided id
and password, and can decide what to do based on the return value.
In this way an organization can have one source for ids and
passwords (as well as other info).

One common use in a linux context is to use an LDAP server
as an authentication server for workstation logins. LDAP
combined with NFS can provide for common userids, passwords,
and home directories across machines. So, if you have more
than one or two machines on your home network, and more than
one or two users, LDAP might be helpful for you. The most
common implementation that comes with distros is OpenLDAP,
www.openldap.org.

--keith

--
kkeller-(E-Mail Removed)
(try just my userid to email me)
AOLSFAQ=http://www.therockgarden.ca/aolsfaq.txt
see X- headers for PGP signature information

 
Reply With Quote
 
Ohmster
Guest
Posts: n/a

 
      10-28-2006, 08:25 AM
Keith Keller <kkeller-(E-Mail Removed)> wrote in
news(E-Mail Removed):

[snip]
>
> One common use in a linux context is to use an LDAP server
> as an authentication server for workstation logins. LDAP
> combined with NFS can provide for common userids, passwords,
> and home directories across machines. So, if you have more
> than one or two machines on your home network, and more than
> one or two users, LDAP might be helpful for you. The most
> common implementation that comes with distros is OpenLDAP,
> www.openldap.org.
>
> --keith


Thanks Keith.

--
~Ohmster
theohmster at comcast dot net
Put "messageforohmster" in message body
to pass my spam filter.
 
Reply With Quote
 
Dave {Reply Address In.sig}
Guest
Posts: n/a

 
      10-28-2006, 11:25 AM
Keith Keller wrote:
>
> One common use in a linux context is to use an LDAP server
> as an authentication server for workstation logins. LDAP
> combined with NFS can provide for common userids, passwords,
> and home directories across machines. So, if you have more
> than one or two machines on your home network, and more than
> one or two users, LDAP might be helpful for you. The most
> common implementation that comes with distros is OpenLDAP,
> www.openldap.org.
>

The downside of using it for authentication is if you only have one LDAP
server and suddenly you have none. I had a go at it once and fell over
on this one. Hopefully if I get round to trying it again I'll do it
properly...

--
Dave
mail da (E-Mail Removed) (without the space)
http://www.llondel.org
So many gadgets, so little time
 
Reply With Quote
 
Keith Keller
Guest
Posts: n/a

 
      10-30-2006, 06:04 PM
On 2006-10-28, Dave {Reply Address In.sig} <noone$$@llondel.org> wrote:
>>

> The downside of using it for authentication is if you only have one LDAP
> server and suddenly you have none. I had a go at it once and fell over
> on this one.


Well, sure. It does make your LDAP server very important. The LDAP
server should always have a local account that can be used for non-root
logins in an emergency, and if possible the network should at least have
a machine capable of running an LDAP server from backups temporarily if
the primary server does have problems.

--keith

--
kkeller-(E-Mail Removed)
(try just my userid to email me)
AOLSFAQ=http://www.therockgarden.ca/aolsfaq.txt
see X- headers for PGP signature information

 
Reply With Quote
 
Peter Lowrie
Guest
Posts: n/a

 
      11-02-2006, 06:38 PM
>> One common use in a linux context is to use an LDAP server
>> as an authentication server for workstation logins. LDAP
>> combined with NFS can provide for common userids, passwords,
>> and home directories across machines. So, if you have more
>> than one or two machines on your home network, and more than
>> one or two users, LDAP might be helpful for you. The most
>> common implementation that comes with distros is OpenLDAP,
>> www.openldap.org.


It's worth setting up just so you can learn about it. I found it usefull to
offload huge address databases so that I can access it with my addressbook
client rather than getting the client to load over 200,000 addesses
everytime it boots.

Go for it!

:-) Peter
 
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 all users /home dir on one server Peter Lowrie Linux Networking 1 05-18-2009 09:47 AM
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? SSH? How to logon to network? Jason.Donenfeld@gmail.com Linux Networking 1 04-09-2006 06:15 PM
XP Home - How do I Turn Off File and Printer Sharing and Other Unwanted Home Network Crap? Clark Kent Wireless Internet 4 03-22-2006 04:00 AM
Home Network - XP Home Edition and Windows 2000 PAR Wireless Networks 0 12-30-2004 06:53 PM



1 2 3 4 5 6 7 8 9 10 11