Home | History | Annotate | only in /webstack/webstack/trunk/src/openldap-2.3.30
Up to higher level directory
NameDateSize
aclocal.m408-Dec-2008243.9K
ANNOUNCEMENT08-Dec-20083.4K
build/08-Dec-2008
CHANGES08-Dec-200829.4K
clients/08-Dec-2008
config.sh08-Dec-2008281
configure08-Dec-20081.2M
configure.in08-Dec-200890.4K
contrib/08-Dec-2008
COPYRIGHT08-Dec-20082.2K
doc/08-Dec-2008
include/08-Dec-2008
INSTALL08-Dec-20084.3K
libraries/08-Dec-2008
LICENSE08-Dec-20082.2K
make_solaris.sh08-Dec-20081.1K
Makefile.in08-Dec-20081.1K
Makefile.in.orig08-Dec-20081K
Makefile.solaris08-Dec-20089.1K
README08-Dec-20083.5K
servers/08-Dec-2008
tests/08-Dec-2008

README

      1 OpenLDAP 2.3 README
      2     For a description of what this distribution contains, see the
      3     ANNOUNCEMENT file in this directory.  For a description of
      4     changes from previous releases, see the CHANGES file in this
      5     directory.
      6 
      7     This is 2.3 release, it includes significant changes from prior
      8     releases.
      9 
     10 REQUIRED SOFTWARE
     11     Building OpenLDAP Software requires a number of software packages
     12     to be preinstalled.  Additional information regarding prerequisite
     13     software can be found in the OpenLDAP Administrator's Guide.
     14 
     15     Base system (libraries and tools):
     16         Standard C compiler (required)
     17         Cyrus SASL 2.1.18+ (recommended)
     18         OpenSSL 0.9.7+ (recommended)
     19         POSIX REGEX software (required)
     20 
     21     SLAPD:
     22         BDB and HDB backends require Sleepycat Berkeley DB 4.2 or later
     23 
     24     SLURPD:
     25         LTHREAD compatible thread package
     26             [POSIX threads, Mach Cthreads, select others]
     27 
     28     CLIENTS/CONTRIB ware:
     29         Depends on package.  See per package README.
     30 
     31 
     32 MAKING AND INSTALLING THE DISTRIBUTION
     33     Please see the INSTALL file for basic instructions.  More
     34     detailed instructions can be found in the OpenLDAP Admnistrator's
     35     Guide (see DOCUMENTATION section).
     36 
     37 
     38 DOCUMENTATION
     39     The OpenLDAP Administrator's Guide is available in the
     40     guide.html file in the doc/guide/admin directory.  The
     41     guide and a number of other documents are available at
     42     <http://www.openldap.org/doc/guide/admin/guide.html>.
     43 
     44     The distribution also includes manual pages for most programs
     45     and library APIs.  See ldap(3) for details.
     46 
     47     The OpenLDAP website is available and contains the latest LDAP
     48     news, releases announcements, pointers to other LDAP resources,
     49     etc..  It is located at <http://www.OpenLDAP.org/>.
     50 
     51     The OpenLDAP Software FAQ is available at
     52     <http://www.openldap.org/faq/>.
     53 
     54 
     55 SUPPORT / FEEDBACK / PROBLEM REPORTS / DISCUSSIONS
     56     OpenLDAP Software is user supported.  If you have problems, please
     57     review the OpenLDAP FAQ <http://www.openldap.org/faq/> and
     58     archives of the OpenLDAP-software and OpenLDAP-bugs mailing lists
     59     <http://www.openldap.org/lists/>.  If you cannot find the answer,
     60     please enquire on the OpenLDAP-software list.
     61 
     62     Issues, such as bug reports, should be reported using our our
     63     Issue Tracking System <http://www.OpenLDAP.org/its/>.  Do not
     64     use this system for software enquiries.  Please direct these
     65     to an appropriate mailing list.
     66 
     67 
     68 CONTRIBUTING
     69     See <http://www.openldap.org/devel/contributing.html> for
     70     information regarding how to contribute code or documentation
     71     to the OpenLDAP Project for inclusion in OpenLDAP Software.
     72     While you are encouraged to coordinate and discuss the development
     73     activities on the <openldap-devel (a] openldap.org> mailing list
     74     prior to submission, it is noted that contributions must be
     75     submitted using the Issue Tracking System
     76     <http://www.openldap.org/its/> to be considered.
     77 
     78 ---
     79 $OpenLDAP: pkg/ldap/README,v 1.38.2.6 2006/01/17 19:26:10 kurt Exp $
     80 
     81 This work is part of OpenLDAP Software <http://www.openldap.org/>.
     82 
     83 Copyright 1998-2006 The OpenLDAP Foundation.
     84 All rights reserved.
     85 
     86 Redistribution and use in source and binary forms, with or without
     87 modification, are permitted only as authorized by the OpenLDAP
     88 Public License.
     89 
     90 A copy of this license is available in the file LICENSE in the
     91 top-level directory of the distribution or, alternatively, at
     92 <http://www.OpenLDAP.org/license.html>.
     93 
     94 OpenLDAP is a registered trademark of the OpenLDAP Foundation.
     95