| Port details |
- 389-ds-base Enterprise-class LDAP directory server
- 3.2.1_2 net
=0 3.2.1_2Version of this port present on the latest quarterly branch. - Maintainer: joneum@FreeBSD.org
 - Port Added: 2026-06-28 20:57:07
- Last Update: 2026-07-10 08:57:48
- Commit Hash: 7d85800
- License: GPLv3+
- WWW:
- https://www.port389.org/
- Description:
- 389 Directory Server is an enterprise-class LDAP server that provides
a scalable directory service for identity, authentication, and
authorization data.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- 389-ds-base>0:net/389-ds-base
- To install the port:
- cd /usr/ports/net/389-ds-base/ && make install clean
- To add the package, run one of these commands:
- pkg install net/389-ds-base
- pkg install 389-ds-base
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: 389-ds-base
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1782503513
SHA256 (389-ds-base-3.2.1.tar.bz2) = a5b7b533484f16d5271c97b7dbde485b22fa63d2bfb4434ce9b6720849e67559
SIZE (389-ds-base-3.2.1.tar.bz2) = 23711885
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- crypt.h : security/libxcrypt
- cargo : lang/rust
- rsync : net/rsync
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.12 : lang/python312
- autoconf>=2.73 : devel/autoconf
- automake>=1.18.1 : devel/automake
- libtoolize : devel/libtool
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- python3.12 : lang/python312
- perl5>=5.42.r<5.43 : lang/perl5.42
- Library dependencies:
-
- libcrack.so : security/cracklib
- libicui18n.so : devel/icu
- libjson-c.so : devel/json-c
- liblmdb.so : databases/lmdb0
- libnetsnmp.so : net-mgmt/net-snmp
- libnspr4.so : devel/nspr
- libnss3.so : security/nss
- libpcre2-8.so : devel/pcre2
- libpkg.so : ports-mgmt/pkg
- libsasl2.so : security/cyrus-sasl2
- libldap.so.2 : net/openldap26-client
- This port is required by:
- for Run
-
- net/py-lib389
Configuration Options:
- No options to configure
- Options name:
- net_389-ds-base
- USES:
- autoreconf gmake ldap libtool localbase:ldflags perl5 pkgconfig python:3.12+ shebangfix ssl tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.2.1_2 10 Jul 2026 08:57:48
    |
Robert Clausecker (fuz)  |
net/389-ds-base: fix build on 32 bit platforms
No O_LARGEFILE on FreeBSD, so do not try to pass it to open().
Approved by: portmgr (build fix blanket)
MFH: 2026Q3 |
3.2.1_2 06 Jul 2026 15:57:32
    |
Xin LI (delphij)  |
databases/lmdb0: Add port for LMDB 0.9.x legacy ABI
LMDB 1.0 introduced an incompatible on-disk format change and subtle
API breakage: applications that compiled cleanly against 1.0 headers
could fail silently at run time. Known affected ports include dns/knot3,
mail/bogofilter, and mail/postfix; the postfix issue has been confirmed
upstream. Linux distributions such as Arch Linux have observed the same
breakage. Samba can also be affected in certain configurations.
Because the regression is not detectable in an -exp build run -- the
postfix failure only manifests at run time, and bogofilter was caught
only because post-build self-tests happen to exercise this path -- we
cannot rely on package builds to validate the 1.0 upgrade.
This commit introduces databases/lmdb0 as a holding port for the 0.9.35 (Only the first 15 lines of the commit message are shown above ) |
3.2.1_1 29 Jun 2026 20:27:24
    |
Jochen Neumeister (joneum)  |
net/389-ds-base: Fix instance creation
Add a dedicated dirsrv user and group.
Use FreeBSD-compatible paths for runtime files, databases, backups,
LDIF files, and logs. Create the persistent database and log parent
directories with suitable permissions.
Detect getpeereid(3) during configuration and fix peer credential
handling for LDAPI SASL EXTERNAL authentication.
Sponsored by: Netzkommune GmbH |
3.2.1 28 Jun 2026 20:54:45
    |
Jochen Neumeister (joneum)  |
net/389-ds-base: Add new port
389 Directory Server is an enterprise-class LDAP directory server
designed to provide scalable and reliable directory services for
identity management, authentication, authorization, and centralized
account data.
It supports features such as replication, access control, schema
management, plugins, and administrative command-line utilities.
Required for development of the net/freeipa-server port.
WWW: https://www.port389.org/
Sponsored by: Netzkommune GmbH |
Number of commits found: 4
|