| Port details on branch 2024Q1 |
- openldap26-server Open source LDAP server implementation
- 2.6.6_1 net
=0 2.6.10Version of this port present on the latest quarterly branch. - Maintainer: delphij@FreeBSD.org
 - Port Added: 2024-03-09 21:45:06
- Last Update: 2024-03-09 21:41:37
- Commit Hash: c03c949
- 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 - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- openldap26-server>0:net/openldap26-server
- Conflicts:
- CONFLICTS_INSTALL:
- openldap2[0-57-9]-server
- openldap-server
- 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 = 1691645624
SHA256 (openldap-2.6.6.tgz) = 082e998cf542984d43634442dbe11da860759e510907152ea579bdc42fe39ea0
SIZE (openldap-2.6.6.tgz) = 6475109
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- 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
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for openldap26-server-2.6.6_1:
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
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.6.6_1 09 Mar 2024 21:41:37
    |
Xin LI (delphij)  Author: Dimitry Andric |
net/openldap26-server: fix build with lld 17 and DEBUG option off
If the DEBUG option for the net/openldap26-server is turned off,
building the port will result in:
ld: error: version script assignment of 'OPENLDAP_2.200' to symbol
'ldap_dump_connection' failed: symbol not defined
ld: error: version script assignment of 'OPENLDAP_2.200' to symbol
'ldap_dump_requests_and_responses' failed: symbol not defined
cc: error: linker command failed with exit code 1 (use -v to see invocation)
This is because the mentioned symbols are in a #ifdef LDAP_DEBUG block,
and will indeed not be defined if DEBUG option is off.
Adjust the port Makefile to delete the undefined symbols from the
ldap.map file, if the DEBUG option is off.
PR: 277585
Reported by: Matt Magoffin <bugs.freebsd.org@msqr.us>
(cherry picked from commit 3d75c31b623969e665a9c83337efe34417cd4b78) |
Number of commits found: 1
|