Path to this page:
./
databases/openldap-server,
Lightweight Directory Access Protocol server suite
Branch: CURRENT,
Version: 2.6.9,
Package name: openldap-server-2.6.9,
Maintainer: adamOpenLDAP is an open source implementation of the Lightweight Directory Access
Protocol. This package includes:
* slapd - stand-alone LDAP daemon (server)
MESSAGE.common [+/-]===========================================================================
$NetBSD: MESSAGE.common,v 1.1 2008/09/12 11:28:34 ghen Exp $
Note to users who have been running slapd as root before:
As slapd now runs unprivileged by default (as ${SLAPD_USER}:${LDAP_GROUP},
you'll have to adapt some permissions:
${CHOWN} -R ${SLAPD_USER}:${LDAP_GROUP} ${OPENLDAP_VARDIR}/openldap-data/*
${CHOWN} :${LDAP_GROUP} ${OPENLDAP_ETCDIR}/slapd.conf
${CHMOD} 640 ${OPENLDAP_ETCDIR}/slapd.conf
You may have to repeat the first command after running administrative tools
such as slapadd and slapindex as root.
===========================================================================
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.1 2008/09/12 11:29:23 ghen Exp $
On 64-bit NetBSD platforms it may be necessary to increase your stacksize
resource limit prior to starting slapd. This can be achieved automatically
by creating the following /etc/rc.conf.d/slapd file:
start_precmd="set_limits"
set_limits()
{
ulimit -s 4096
}
===========================================================================
Required to run:[
databases/openldap-client] [
devel/libltdl]
Package options: dso, inet6
Master sites:
Filesize: 6363.935 KB
Version history: (Expand)
- (2024-11-29) Updated to version: openldap-server-2.6.9
- (2024-07-15) Updated to version: openldap-server-2.6.8nb1
- (2024-01-31) Updated to version: openldap-server-2.6.7
- (2023-10-25) Updated to version: openldap-server-2.6.6nb1
- (2023-08-02) Updated to version: openldap-server-2.6.6
- (2023-07-12) Updated to version: openldap-server-2.6.5
CVS history: (Expand)
2024-11-29 09:02:47 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
openldap: updated to 2.6.9
OpenLDAP 2.6.9 Release (2024/11/26)
Fixed libldap TLS connection timeout handling
Fixed libldap GnuTLS incompatible pointer type
Fixed libldap OpenSSL set_ciphersuite error handling
Fixed libldap to check for OpenSSL EVP_Digest* failure
Fixed slapd cn=config disallowed modification of cn=schema
Fixed slapd syncrepl assert during refresh at shutdown
Fixed slapd syncrepl retry state during refreshDone
Fixed slapd-ldap use of multi-precision add for op counters
Fixed slapd-mdb idl intersection
Fixed slapd-wt idl intersection
Fixed slapo-memberof to omit dynamic values
Fixed slapo-nestgroup leak in nestgroup_memberFilter
Fixed slapo-translucent regression with subordinate databases
Fixed slapo-translucent regression when requesting attributes
Fixed slappw-argon2 defaults to be more secure
|
2024-07-15 14:30:57 by Hauke Fath | Files touched by this commit (2) |
Log message:
Apparently, --without-cyrus-sasl does not remove the related symbols
from the linker map libraries/libldap/ldap.map, which FreeBSD's clang
linker (potentially others?) objects to.
|
2024-01-31 19:17:22 by Adam Ciarcinski | Files touched by this commit (15) | |
Log message:
openldap* lmdb: updated to 2.6.7
OpenLDAP 2.6.7 Release (2024/01/29)
Added slapo-dynlist option to disable filter support
Fixed liblber missing newline on long msg
Fixed libldap exit handling with OpenSSL3
Fixed libldap with TLS and multiple ldap URIs
Fixed libldap OpenSSL cipher suite handling
Fixed libldap OpenSSL 3.0 and Diffie-Hellman param files
Fixed libldap timestamps on Windows
Fixed lloadd to work when resolv.conf is missing
Fixed lloadd handling of closing connection
Fixed lloadd tiers to be correctly linked on startup
Fixed slapd to honour disclose in matchedDN handling
Fixed slapd handling of regex testing in ACLs
Fixed slapd sync replication with glued database
Fixed slapd local logging on Windows
Fixed slapd-asyncmeta when remote suffix is empty
Fixed slapo-dynlist so it can't be global
Build
Fixed lloadd type mismatches
Fixed builds for Windows
Fixed build with clang16
Documentation
Fixed slapo-homedir(5) attribute name for olcHomedirArchivePath
Minor Cleanup
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-08-05 09:27:52 by Nia Alarie | Files touched by this commit (1) |
Log message:
openldap-server: strict ISO C mode unsuitable for certain platforms
|
2023-08-02 18:17:20 by Nia Alarie | Files touched by this commit (41) |
Log message:
*: Use FORCE_C_STD=c99 for C packages that use for loop initial
declarations without setting -std=c99.
|
2023-07-11 23:12:48 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
openldap: updated to 2.6.5
OpenLDAP 2.6.5 Release (2023/07/10)
Fixed libldap handling of TCP KEEPALIVE options
Fixed libldap with async connections
Fixed libldap openssl TLSv1.3 cipher suite handling
Fixed slapd callback handling with overlays that do extended operations
Fixed slapd conversion of pcache configurations
Fixed slapd cn=config modification handling with abandon
Fixed slapd-mdb online indexer termination and cleanup
Fixed slapd-mdb online indexer when interrupted
Fixed slapd-monitor connection cleanup
Fixed slapo-constraint handling of push replication
Fixed slapo-dynlist filter evaluation efficiency
Fixed slapo-pcache handling of invalid schema
Fixed slapo-ppolicy handling of push replication
Fixed slapo-ppolicy handling of pwdMinDelay
Fixed slapo-syncprov abandon handling
Fixed slapo-translucent handling of invalid schema
Fixed slapo-unique handling of push replication
Fixed slapo-variant to improve regex handling
Build Environment
Fixed compatibility with stricter C99 compilers
Keep .pc files during make clean
Contrib
Fixed slapo-variant handling of push replication
Minor Cleanup
|
2023-07-01 16:15:42 by Nia Alarie | Files touched by this commit (1) |
Log message:
openldap-server: assumes compiler defaults to c99
|