old-www/HOWTO/LDAP-HOWTO/introduction.html

214 lines
3.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>Introduction</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="LDAP Linux HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="LDAP Linux HOWTO"
HREF="index.html"><LINK
REL="NEXT"
TITLE="What's LDAP ?"
HREF="whatisldap.html"></HEAD
><BODY
CLASS="chapter"
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="index.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="whatisldap.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="chapter"
><H1
><A
NAME="Introduction"
></A
>Chapter 1. Introduction</H1
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
>1.1. <A
HREF="whatisldap.html"
>What's LDAP ?</A
></DT
><DT
>1.2. <A
HREF="howitworks.html"
>How does LDAP work ?</A
></DT
><DT
>1.3. <A
HREF="ldapbackends.html"
>LDAP backends, objects and attributes</A
></DT
><DT
>1.4. <A
HREF="newversions.html"
>New versions of this document</A
></DT
><DT
>1.5. <A
HREF="opinions.html"
>Opinions and Sugestions</A
></DT
><DT
>1.6. <A
HREF="acknowledgements.html"
>Acknowledgments</A
></DT
><DT
>1.7. <A
HREF="copyright.html"
>Copyright and Disclaimer</A
></DT
></DL
></DIV
><P
>This document is no longer being updated, for the latest documentation, please refer to:
<A
HREF="http://www.openldap.org/doc/admin23/"
TARGET="_top"
>OpenLDAP Administrator's Guide</A
></P
><P
>The main purpose of this document is to set up and use a LDAP Directory Server
on your Linux machine.You will learn how to install, configure, run and
maintain the LDAP server. After you also learn how you can store, retrieve and
update information on your Directory using the LDAP clients and utilities.
The daemon for the LDAP directory server is called <EM
>slapd</EM
> and it runs on
many different UNIX platforms. </P
><P
>There is another daemon that cares for replication between LDAP servers. It's
called slurpd and for the moment you don't need to worry about it. In this
document you will run a slapd which provides directory service for your local
domain only, without replication, so without slurpd. Complete information about
replication is available at: <A
HREF="http://www.openldap.org/doc/admin23/replication.html"
TARGET="_top"
>OpenLDAP
Administrator's Guide</A
></P
><P
>The local domain setup represents a simple choice for configuring your server,
good for starting and easy to upgrade to another configuration later if you want.
The information presented on this document represents a nice initialization on
using the LDAP server. Possibly after reading this document you will feel
encouraged to expand the capabilities of your server and even write your own
clients, using the already available C, C++ and Java Development Kits.</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="index.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="whatisldap.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>LDAP Linux HOWTO</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>What's LDAP ?</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>