| Port details |
- 389-ds-base Enterprise-class LDAP directory server
- 3.2.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-08-19 07:10:08
- Commit Hash: 52c34e5
- 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 = 1787094160
SHA256 (389-ds-base-3.2.2.tar.bz2) = 30b5ba8ef2c4dddcf168e2ec9ba183a77950639b1c93d8ebf47208af9262a84a
SIZE (389-ds-base-3.2.2.tar.bz2) = 23842375
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
- libkrb5support.so : security/krb5
- 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:
-
- libkrb5support.so : security/krb5
- 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 Build
-
- net/freeipa-server
- net/slapi-nis
- for Run
-
- net/freeipa-server
- net/py-lib389
- net/slapi-nis
Configuration Options:
- No options to configure
- Options name:
- net_389-ds-base
- USES:
- autoreconf gmake gssapi:mit ldap libtool localbase:ldflags perl5 pkgconfig python:3.12+ shebangfix ssl tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.2.2 19 Aug 2026 07:10:08
    |
Jochen Neumeister (joneum)  |
net/389-ds-base: Update to 3.2.2
Changes: https://github.com/389ds/389-ds-base/releases/tag/389-ds-base-3.2.2
Sponsored by: Netzkommune GmbH |
3.2.1_4 13 Aug 2026 08:58:48
    |
Jochen Neumeister (joneum)  |
net/389-ds-base: build against MIT Kerberos; fix GSSAPI SASL on FreeBSD
Add USES=gssapi:mit so ns-slapd links the ports MIT Kerberos
(security/krb5) used by the rest of the FreeIPA stack, plus two
FreeBSD-specific fixes so GSSAPI/GSS-SPNEGO binds work:
- ldaputil.c: locate the SASL plugins under ${LOCALBASE}/lib/sasl2 on
FreeBSD (upstream only handles the Linux path).
- saslbind.c: register the GSSAPI acceptor keytab explicitly via
krb5_gss_register_acceptor_identity(). ns-slapd starts as root and
then drops privileges, so issetugid() is true and MIT Kerberos ignores
KRB5_KTNAME; without this every GSSAPI bind fails with a permission
error on the default keytab.
Sponsored by: Netzkommune GmbH |
3.2.1_3 21 Jul 2026 06:47:24
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.97.1
PR: 296645 |
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 |