./databases/openldap-server, Lightweight Directory Access Protocol server suite

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.6.7, Package name: openldap-server-2.6.7, Maintainer: adam

OpenLDAP is an open source implementation of the Lightweight Directory Access
Protocol. This package includes:

* slapd - stand-alone LDAP daemon (server)

MESSAGE.common [+/-]
MESSAGE.NetBSD [+/-]

Required to run:
[databases/openldap-client] [devel/libltdl]


Package options: dso, inet6

Master sites:

Filesize: 6332.953 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-31 19:17:22 by Adam Ciarcinski | Files touched by this commit (15) | Package updated
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) | Package updated
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
   2023-02-15 16:38:08 by Emmanuel Dreyfus | Files touched by this commit (1)
Log message:
The shell backend was retired, the sock overlay should replace it

If you had this:
database        shell
suffix          "cn=log"
rootdn          "cn=root,dc=log"
add             "/usr/local/bin/prog"
modify          "/usr/local/bin/prog"
delete          "/usr/local/bin/prog"
modrdn          "/usr/local/bin/prog"

Now use this (not documented anywhere!)
database        null
suffix          "cn=log"
overlay         sock
socketpath      "/var/run/prog.sock"
sockops         add delete modify modrdn

And now you need to write a daemon that reads on a local SOCK_STREAM
socket to get the data (the format is the same slapd-shell produced),
and executes /usr/local/bin/prog with that data on stdin.
   2023-02-15 13:46:46 by Adam Ciarcinski | Files touched by this commit (6) | Package updated
Log message:
openldap: updated to 2.6.4

OpenLDAP 2.6.4 Release (2023/02/08)
	Fixed client tools to remove 'h' and 'p' options
	Fixed ldapsearch memory leak with paged results
	Fixed libldap ldif_open_urlto check for failure
	Fixed libldap ldap_url_parsehosts check for failure
	Fixed liblunicode UTF8bvnormalize buffer size
	Fixed lloadd memory leaks
	Fixed lloadd shutdown code to protect memory correctly
	Fixed lloadd race in epoch.c
	Fixed lloadd potential deadlock with cn=monitor
	Fixed lloadd to keep listener base around when not active
	Fixed lloadd object reclamation sequencing
	Fixed slapd memory leak with olcAuthIDRewrite
	Fixed slapd free of redundant cmdline option
	Fixed slapd transactions extended operations cleanup after write
	Fixed slapd deadlock with replicated cn=config
	Fixed slapd connection close logic
	Fixed slapd bconfig locking of cn=config entries
	Fixed slapd-mdb max number of index databases to 256
	Fixed slapd-mdb to always release entries from ADD operations
	Fixed slapd-mdb to fully init empty DN in tool_entry_get
	Fixed slapd-monitor memory leaks with lloadd
	Fixed slapd-monitor to free remembered cookies
	Fixed slapo-accesslog reqStart ordering matching rule
	Fixed slapo-deref memory leak
	Fixed slapo-dynlist to ignore irrelevant objectClasses
	Fixed slapo-dynlist to avoid unnecessary searches
	Fixed slapo-dynlist to mark internal searches as such
	Fixed slapo-pcache crash in consistency_check
	Fixed slapo-remoteauth memory leaks
	Fixed slapo-rwm memory leaks
	Build Environment
		Fixed ancient DOS related ifdef checks
		Fixed build process to not use gmake specific features
		Fixed source tree to remove symlinks
		Fixed slapo-otp testdir creation
		Fixed slapd-tester memory leak
		Fixed usage of non-standard C syntax
		Fixed usage of bashism
		Fixed test suite portability
	Documentation
		Fixed ldap_bind(3) to document ber_bvfree in ldap_sasl_bind
		Fixed slapo-asyncmeta(5) to clarify scheduling for target connections
		Fixed slapo-dynlist(5) to clarify configuration settings
		Fixed slapo-unique(5) to clarify when quoting should be used
	Minor cleanup