Home | History | Annotate | only in /src/external/bsd/openldap/dist
Up to higher level directory
NameDateSize
aclocal.m405-Sep-202513.3K
ANNOUNCEMENT05-Sep-20253.2K
build/25-Feb-2026
CHANGES05-Sep-202515.4K
clients/25-Feb-2026
configure05-Sep-2025759.3K
configure.ac05-Sep-202596.4K
contrib/25-Feb-2026
COPYRIGHT05-Sep-20252.3K
doc/25-Feb-2026
include/25-Feb-2026
INSTALL05-Sep-20253.7K
libraries/Today
LICENSE22-May-20082.2K
Makefile.in05-Sep-20251K
README05-Sep-20253.4K
servers/25-Feb-2026
tests/25-Feb-2026

README

      1 OpenLDAP 2.6 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.6 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.27+ (recommended)
     18         OpenSSL 1.1.1+ (recommended)
     19         libevent 2.1.8+ (recommended)
     20         libargon2 or libsodium (recommended)
     21         Reentrant POSIX REGEX software (required)
     22 
     23     SLAPD:
     24         The ARGON2 password hashing module requires either libargon2
     25         or libsodium
     26     LLOADD:
     27         The LLOADD daemon or integrated slapd module requires
     28         libevent 2.1.8 or later.
     29 
     30     CLIENTS/CONTRIB ware:
     31         Depends on package.  See per package README.
     32 
     33 
     34 MAKING AND INSTALLING THE DISTRIBUTION
     35     Please see the INSTALL file for basic instructions.  More
     36     detailed instructions can be found in the OpenLDAP Administrator's
     37     Guide (see DOCUMENTATION section).
     38 
     39 
     40 DOCUMENTATION
     41     The OpenLDAP Administrator's Guide is available in the
     42     guide.html file in the doc/guide/admin directory.  The
     43     guide and a number of other documents are available at
     44     <http://www.openldap.org/doc/admin/guide.html>.
     45 
     46     The distribution also includes manual pages for most programs
     47     and library APIs.  See ldap(3) for details.
     48 
     49     The OpenLDAP website is available and contains the latest LDAP
     50     news, releases announcements, pointers to other LDAP resources,
     51     etc..  It is located at <http://www.OpenLDAP.org/>.
     52 
     53 
     54 SUPPORT / FEEDBACK / PROBLEM REPORTS / DISCUSSIONS
     55     OpenLDAP Software is user supported.  If you have problems, please
     56     review the OpenLDAP FAQ <http://www.openldap.org/faq/> and
     57     archives of the OpenLDAP-software and OpenLDAP-bugs mailing lists
     58     <http://www.openldap.org/lists/>.  If you cannot find the answer,
     59     please enquire on the OpenLDAP-software list.
     60 
     61     Issues, such as bug reports, should be reported using our
     62     Issue Tracking System <http://www.OpenLDAP.org/its/>.  Do not
     63     use this system for software enquiries.  Please direct these
     64     to an appropriate mailing list.
     65 
     66 
     67 CONTRIBUTING
     68     See <http://www.openldap.org/devel/contributing.html> for
     69     information regarding how to contribute code or documentation
     70     to the OpenLDAP Project for inclusion in OpenLDAP Software.
     71     While you are encouraged to coordinate and discuss the development
     72     activities on the <openldap-devel (a] openldap.org> mailing list
     73     prior to submission, it is noted that contributions must be
     74     submitted using the Issue Tracking System
     75     <http://www.openldap.org/its/> to be considered.
     76 
     77 ---
     78 
     79 This work is part of OpenLDAP Software <http://www.openldap.org/>.
     80 
     81 Copyright 1998-2024 The OpenLDAP Foundation.
     82 All rights reserved.
     83 
     84 Redistribution and use in source and binary forms, with or without
     85 modification, are permitted only as authorized by the OpenLDAP
     86 Public License.
     87 
     88 A copy of this license is available in the file LICENSE in the
     89 top-level directory of the distribution or, alternatively, at
     90 <http://www.OpenLDAP.org/license.html>.
     91 
     92 OpenLDAP is a registered trademark of the OpenLDAP Foundation.
     93