Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 965e33040dd61030a94f0eb89877aee8 > files > 2916

howto-html-en-20080722-2mdv2010.1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>What's LDAP ?</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="LDAP Linux HOWTO"
HREF="index.html"><LINK
REL="UP"
TITLE="Introduction"
HREF="introduction.html"><LINK
REL="PREVIOUS"
TITLE="Introduction"
HREF="introduction.html"><LINK
REL="NEXT"
TITLE="How does LDAP work ?"
HREF="howitworks.html"></HEAD
><BODY
CLASS="section"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>LDAP Linux HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="introduction.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 1. Introduction</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="howitworks.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="WhatisLdap"
></A
>1.1. What's LDAP ?</H1
><P
>LDAP stands for Lightweight Directory Access Protocol. As the name suggests, 
it is a lightweight client-server protocol for accessing directory services, specifically X.500-based directory 
services. LDAP runs over TCP/IP or other connection oriented transfer services. 
LDAP is defined in <A
HREF="ftp://ftp.isi.edu/in-notes/rfc2251.txt"
TARGET="_top"
>RFC2251</A
> "The Lightweight Directory Access Protocol (v3).</P
><P
>A directory is similar to a database, but tends to contain more descriptive, 
attribute-based information. The information in a directory is generally read 
much more often than it is written. Directories are tuned to give quick-response to 
high-volume lookup or search operations. They may have the ability to replicate 
information widely in order to increase availability and reliability, while reducing 
response time. When directory information is replicated, temporary inconsistencies 
between the replicas may be OK, as long as they get in sync eventually.</P
><P
>There are many different ways to provide a directory service. Different methods
 allow different kinds of information to be stored in the directory, place 
different requirements on how that information can be referenced, queried and 
updated, how it is protected from unauthorized access, etc. Some directory 
services are local, providing service to a restricted context (e.g., the finger
 service on a single machine). Other services are global, providing service to
a much broader context.</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="introduction.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="howitworks.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Introduction</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="introduction.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>How does LDAP work ?</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>