Port details |
- openldap25-server Open source LDAP server implementation
- 2.5.19 net =2 2.5.19Version of this port present on the latest quarterly branch.
- Maintainer: delphij@FreeBSD.org
- Port Added: 2021-09-05 21:09:07
- Last Update: 2024-12-06 07:59:13
- Commit Hash: 21efd15
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: databases
- License: OPENLDAP
- WWW:
- https://www.OpenLDAP.org/
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- openldap25-server>0:net/openldap25-server
- Conflicts:
- CONFLICTS_INSTALL:
- openldap2[0-46-9]-server
- openldap-server
- To install the port:
- cd /usr/ports/net/openldap25-server/ && make install clean
- To add the package, run one of these commands:
- pkg install net/openldap25-server
- pkg install openldap25-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: openldap25-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1732840944
SHA256 (openldap-2.5.19.tgz) = 56e2936c7169aa7547cfc93d5c87db46aa05e98dee6321590c3ada92e1fbb66c
SIZE (openldap-2.5.19.tgz) = 6458108
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- net/openldap25-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.4.1 : devel/gmake
- Library dependencies:
-
- libsodium.so : security/libsodium
- libevent.so : devel/libevent
- libicudata.so : devel/icu
- libldap.so : net/openldap25-client
- libltdl.so : devel/libltdl
- libsasl2.so : security/cyrus-sasl2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for openldap25-server-2.5.19:
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_openldap25-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 openldap25-server 2.4 to 2.5 requires a full dump
and reimport of database.
Starting from openldap25-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.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.19 06 Dec 2024 07:59:13 |
Xin LI (delphij) Author: O. Hartmann |
net/openldap2[56]-server: Use SETENVI instead of SETENV
PR: ports/277954 |
2.5.19 29 Nov 2024 02:56:03 |
Xin LI (delphij) |
net/openldap25-server: upgrade to 2.5.19. |
2.5.18 01 Jun 2024 06:51:57 |
Xin LI (delphij) |
net/openldap25-server: upgrade to 2.5.18 |
2.5.17_3 27 May 2024 17:54:49 |
Xin LI (delphij) |
net/openldap2{5,6}-server: Fix incorrect PORTREVISION bump.
Fixes: b66e4949cb23218adc602edc35db187f966c5377
Reported by: portmgr |
2.5.17_1 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
2.5.17_2 14 Mar 2024 09:08:38 |
Yasuhiro Kimura (yasu) |
net/openldap25-server: Move man pages left in ${PREFIX}/man to
${PREFIX}share/man
In commit 274e1f69724f I overlooked some man pages are still installed
in ${PREFIX}/man. So move them to ${PREFIX}/share/man.
Approved by: portmgr (blanket)
Fixes: 274e1f69724f |
2.5.17_1 12 Mar 2024 11:52:29 |
Yasuhiro Kimura (yasu) |
net/openldap25-{client,server}: Bump PORTREVISON
Necessary to rebuilt after man pages are moved to share/man.
Fixes: 274e1f69724f |
2.5.17 12 Mar 2024 03:55:09 |
Yasuhiro Kimura (yasu) |
net/openldap25-{client,server}: Move man pages to share/man
Approved by: portmgr (blanket) |
2.5.17 30 Jan 2024 06:30:58 |
Xin LI (delphij) |
net/openldap25-server: upgrade to 2.5.17. |
2.5.16_1 17 Nov 2023 11:46:00 |
Jan Beich (jbeich) |
devel/icu: update to 74.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by: GitHub (watch releases)
PR: 274317
Exp-run by: antoine (incomplete)
Approved by: fluffy |
2.5.16 10 Aug 2023 07:30:56 |
Xin LI (delphij) |
net/openldap25-server: upgrade to 2.5.16. |
2.5.15 11 Jul 2023 08:25:19 |
Xin LI (delphij) |
net/openldap25-server: upgrade to 2.5.15 |
2.5.14 01 Mar 2023 05:26:59 |
Xin LI (delphij) |
net/openldap25-server: upgrade to 2.5.14. |
2.5.13_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.5.13_1 21 Oct 2022 17:23:06 |
Xin LI (delphij) Author: Michael Osipov |
net/openldap25-{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 |
2.5.13_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 |
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.5.13 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.5.13 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.5.13 16 Jul 2022 05:54:52 |
Xin LI (delphij) |
net/openldap25-server: update to 2.5.13. |
2.5.12 05 May 2022 06:16:56 |
Xin LI (delphij) |
net/openldap25-server: Update to 2.5.12.
MFH: 2022Q2 |
2.5.11_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.5.11_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.5.11 22 Jan 2022 06:54:39 |
Xin LI (delphij) |
net/openldap25-server: update to 2.5.11 |
2.5.9_1 30 Nov 2021 06:02:52 |
Xin LI (delphij) |
net/openldap2[56]-server: Make GSSAPI option work.
Reported by: sunpoet |
2.5.9_1 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.5.9_1 24 Nov 2021 06:17:27 |
Xin LI (delphij) |
net/openldap25-server: Make mdb, relay and syncrepl built-in.
The upstream builds the mdb backend and relay, syncrepl built-ins.
Following the upstream would avoid confusion with examples as they
sometimes do not include the required load directives. |
2.5.9 14 Nov 2021 02:48:16 |
Xin LI (delphij) |
net/openldap25-server: Upgrade to 2.5.9. |
2.5.8_2 28 Oct 2021 16:37:30 |
Jan Beich (jbeich) |
devel/icu: update to 70.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by: GitHub (watch releases)
PR: 258794
Exp-run by: antoine |
2.5.8_1 24 Oct 2021 07:53:09 |
Xin LI (delphij) |
net/openldap2[45]-server: Fix build on systems WITHOUT_KERBEROS when FETCH is
on.
PR: ports/259345
Reported by: mi |
2.5.8 17 Oct 2021 05:39:05 |
Xin LI (delphij) |
net/openldap25-server: Update to 2.5.8. |
2.5.7_1 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
2.5.7_1 08 Sep 2021 06:56:26 |
Xin LI (delphij) |
net/openldap25-server: Mark BROKEN for FreeBSD 11.x with base OpenSSL.
Users should set DEFAULT_VERSIONS+= ssl=openssl for FreeBSD 11.x. |
2.5.7_1 08 Sep 2021 06:54:58 |
Xin LI (delphij) |
net/openldap2[45]-server: Fix SMBPWD module |
2.5.7 06 Sep 2021 19:15:32 |
Xin LI (delphij) |
net/openldap2[45]-server: Make CONFLICT_INSTALL more preciese. |
2.5.7 06 Sep 2021 19:09:22 |
Xin LI (delphij) |
net/openldap2[45]-server: Fix PKGBASE collision. |
2.5.7 05 Sep 2021 21:05:57 |
Xin LI (delphij) |
net/openldap25-server: OpenLDAP 2.5.7 |