Port details |
- openldap26-server Open source LDAP server implementation
- 2.6.3_2 net
=0 Version of this port present on the latest quarterly branch. - Maintainer: delphij@FreeBSD.org
 - Port Added: 2021-11-21 22:36:05
- Last Update: 2022-10-21 17:43:12
- Commit Hash: 682ba7c
- Also Listed In: databases
- License: OPENLDAP
- Description:
- OpenLDAP is a suite of Lightweight Directory Access Protocol (v3) servers,
clients, utilities and development tools.
This package includes the following major components:
* slapd - a stand-alone LDAP directory server
* LDIF tools - data conversion tools for use with slapd
This is the latest stable release of OpenLDAP Software for general use.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- openldap26-server>0:net/openldap26-server
- Conflicts:
- CONFLICTS_INSTALL:
- openldap2[0-57-9]-server
- openldap-server
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/net/openldap26-server/ && make install clean
- To add the package, run one of these commands:
- pkg install net/openldap26-server
- pkg install openldap26-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: openldap26-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1657946105
SHA256 (openldap-2.6.3.tgz) = d2a2a1d71df3d77396b1c16ad7502e674df446e06072b0e5a4e941c3d06c0d46
SIZE (openldap-2.6.3.tgz) = 6474169
- Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- net/openldap26-client
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>0 : devel/autoconf
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- libsodium.so : security/libsodium
- libevent.so : devel/libevent
- libicudata.so : devel/icu
- libldap.so : net/openldap26-client
- libltdl.so : devel/libltdl
- libsasl2.so : security/cyrus-sasl2
- This port is required by:
- for Build
-
- devel/p5-Test-OpenLDAP
- for Run
-
- devel/p5-Test-OpenLDAP
- sysutils/omnibackup
- Configuration Options:
- ===> The following configuration options are available for openldap26-server-2.6.3_2:
ACI=off: Per-object ACI (experimental)
ARGON2=on: Argon2 password hashing module
DEBUG=on: Build with debugging support
DYNACL=off: Run-time loadable ACL (experimental)
FETCH=off: Enable fetch(3) support
GSSAPI=off: With GSSAPI support
LLOADD=on: Enable load balancer
OUTLOOK=off: Force caseIgnoreOrderingMatch on name attribute (experimental)
PBKDF2=off: With PBKDF2 hash password support
RLOOKUPS=off: With reverse lookups of client hostnames
SLAPI=off: With Netscape SLAPI plugin API (experimental)
SLP=off: With SLPv2 (RFC 2608) support
====> OpenLDAP backends
ASYNCMETA=on: With asynchronous metadirectory backend
DNSSRV=on: With Dnssrv backend
MDB=on: With Memory-Mapped DB backend
PASSWD=on: With Passwd backend
RELAY=on: With Relay backend
SOCK=on: With Sock backend
PERL=off: With Perl backend
SQL=off: With SQL backend
====> OpenLDAP overlays
ACCESSLOG=on: With In-Directory Access Logging overlay
ADDPARTIAL=on: With addpartial overlay (experimental)
ALLOP=on: With allop overlay (experimental)
AUTOCA=on: With Automatic Certificate Authority overlay
AUDITLOG=on: With Audit Logging overlay
AUTOGROUP=on: With autogroup overlay (experimental)
CLOAK=on: With cloak overlay (experimental)
COLLECT=on: With Collect overy Services overlay
CONSTRAINT=on: With Attribute Constraint overlay
DDS=on: With Dynamic Directory Services overlay
DENYOP=on: With denyop overlay (experimental)
DEREF=on: With Dereference overlay
DYNGROUP=on: With Dynamic Group overlay
DYNLIST=on: With Dynamic List overlay
EMPTYDS=on: With emptyds overlay (experimental)
HOMEDIR=on: With Home Directory Management overlay
LASTBIND=on: With lastbind overlay
LASTMOD=on: With lastmod overlay (experimental)
MEMBEROF=on: With Reverse Group Membership overlay
NOPS=on: With nops overlay
OTP=on: With OTP 2-factor authentication overlay
PROXYCACHE=on: With Proxy Cache overlay
PPOLICY=on: With Password Policy overlay
REFINT=on: With Referential Integrity overlay
REMOTEAUTH=on: With Deferred Authentication overlay
RETCODE=on: With Return Code testing overlay
RWM=on: With Rewrite/Remap overlay
SEQMOD=on: With Sequential Modify overlay
SHA2=on: With SHA2 Password hashes overlay
SMBPWD=on: With Samba Password hashes overlay
SSSVLV=on: With ServerSideSort/VLV overlay
SYNCPROV=on: With Syncrepl Provider overlay
TRACE=on: With Trace overlay
TRANSLUCENT=on: With Translucent Proxy overlay
UNIQUE=on: With attribute Uniqueness overlay
VALSORT=on: With Value Sorting overlay
===> Use 'make config' to modify these settings
- Options name:
- net_openldap26-server
- USES:
- cpe gmake libtool:keepla localbase ssl tar:tgz
- pkg-message:
- For install:
- The OpenLDAP server package has been successfully installed.
In order to run the LDAP server, you need to edit
/usr/local/etc/openldap/slapd.conf
to suit your needs and add the following lines to /etc/rc.conf:
slapd_enable="YES"
slapd_flags='-h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/ ldap://0.0.0.0/"'
slapd_sockets="/var/run/openldap/ldapi"
Then start the server with
/usr/local/etc/rc.d/slapd start
or reboot.
Try `man slapd' and the online manual at
http://www.OpenLDAP.org/doc/
for more information.
slapd runs under a non-privileged user id (by default `ldap'),
see /usr/local/etc/rc.d/slapd for more information.
PLEASE NOTE:
Upgrading from openldap26-server 2.4 to 2.5 requires a full dump
and reimport of database.
Starting from openldap26-server 2.4.59_3, automatic data dumps
are saved at /var/backups/openldap when shutting down slapd.
Please refer to OpenLDAP Software 2.5 Administrator's Guide at
https://www.openldap.org/doc/admin25/appendix-upgrading.html
for additional upgrade instructions.
WWW: https://www.OpenLDAP.org/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.6.3_2 21 Oct 2022 17:43:12
    |
Xin LI (delphij)  |
net/openldap2[4-6]-server: suppress warning message when chown failed.
On UFS with sujournal enabled, the journal is immutable and chown would
fail. This would cause the script to issue an error when a separate UFS
file system is used as OpenLDAP data store, which is not actionable and
causes confusion.
Reported by: Olivier Nicole <on cs.ait.ac.th>
PR: ports/266811 |
2.6.3_1 19 Oct 2022 08:10:29
    |
Jan Beich (jbeich)  |
devel/icu: update to 72.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by: GitHub (watch releases)
PR: 266582
Exp-run by: antoine |
2.6.3 16 Oct 2022 01:02:32
    |
Xin LI (delphij)  Author: Michael Osipov |
net/openldap26-{server,client}: fix proper usage of FETCH/GSSAPI options
* FETCH_DESC is not present with client
* FETCH applies to *both* client and server since both slapd and client tools
use ldif_parse_line2() via libldap which can use libfetch
* GSSAPI is also required for the client as well since ldap*(1) commands can
be used to connect and authenticate to directory servers like Active
Directory
and OpenLDAP with Kerberos via SASL GSSAPI mechanism
PR: ports/267056 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.6.3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.6.3 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
2.6.3 16 Jul 2022 05:54:52
    |
Xin LI (delphij)  |
net/openldap26-server: update to 2.6.3. |
2.6.2 09 Jul 2022 18:28:20
    |
Xin LI (delphij)  |
net/openldap26-server: Fix build with LibreSSL
PR: ports/263998 |
2.6.2 05 May 2022 06:16:55
    |
Xin LI (delphij)  |
net/openldap26-server: Update to 2.6.2.
MFH: 2022Q2 |
2.6.1_2 07 Apr 2022 00:39:10
    |
Jan Beich (jbeich)  |
devel/icu: update to 71.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by: GitHub (watch releases)
PR: 262654
Exp-run by: antoine
Approved by: fluffy |
2.6.1_1 07 Feb 2022 00:38:11
    |
Xin LI (delphij)  Author: Tom Warnke |
net/openldap2[456]-server: Fix paths for argsfile and pidfile.
The Makefile patches the slapd.conf file with a changed path for
the argsfile and pidfile, but the slapd.ldif file remains unchanged.
Fix this by patching the paths in the slapd.ldif file as well.
PR: ports/261734 |
2.6.1 22 Jan 2022 06:54:40
    |
Xin LI (delphij)  |
net/openldap26-server: update to 2.6.1. |
2.6.0 30 Nov 2021 06:02:52
    |
Xin LI (delphij)  |
net/openldap2[56]-server: Make GSSAPI option work.
Reported by: sunpoet |
2.6.0 25 Nov 2021 21:40:11
    |
Stefan Eßer (se)  |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
2.6.0 21 Nov 2021 22:33:53
    |
Xin LI (delphij)  |
net/openldap26-server: OpenLDAP 2.6.0 |