mfmod_ldap -- history of user-visible changes. 2024-04-02
See the end of file for copying conditions.

Please send mfmod_ldap bug reports to <gray@gnu.org>

Version 1.3, 2024-04-02

Fix build with mailutils 3.17

Version 1.2, 2023-07-07

Bugfixes

Version 1.1.1, 2023-06-28

Bootstrapped with mailfromd 8.16.93. This fixes configure failure
on FreeBSD.

Version 1.1, 2023-06-25

* New function search_result_dn(number rd)

Returns DN of the current response object in rd.

* LDAP-backed databases

This version allows to create abstract DBM databases using LDAP
as the storage engine.  The following function is used to define
a LDAP-backed DBM database:

  func ldap_define_db(string name, string base,
                      string get_filter, string resp_fmt,
                      string seq_filter, string key_fmt)

See the documentation, chapter 5, "LDAP as a DBM Database", for
a detailed discussion.

Version 1.0, 2022-12-11

Initial release.

=========================================================================
Copyright information:

Copyright (C) 2022-2024 Sergey Poznyakoff

   Permission is granted to anyone to make or distribute verbatim copies
   of this document as received, in any medium, provided that the
   copyright notice and this permission notice are preserved,
   thus giving the recipient permission to redistribute in turn.

   Permission is granted to distribute modified versions
   of this document, or of portions of it,
   under the above conditions, provided also that they
   carry prominent notices stating who last changed them.

Local variables:
mode: outline
paragraph-separate: "[  ]*$"
eval: (add-hook 'write-file-hooks 'time-stamp)
time-stamp-start: "changes. "
time-stamp-format: "%:y-%02m-%02d"
time-stamp-end: "\n"
end:
