]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
8 months agolmtp,submission: Add mail_utf8_extensions setting
Aki Tuomi [Wed, 15 Jan 2025 11:56:28 +0000 (13:56 +0200)] 
lmtp,submission: Add mail_utf8_extensions setting

Setting this to yes will enable SMTPUTF8 support if compiled with it

8 months agom4: Check that LDAP is at least 2.4
Aki Tuomi [Tue, 14 Jan 2025 13:08:54 +0000 (15:08 +0200)] 
m4: Check that LDAP is at least 2.4

8 months agoconfigure: Remove ldap_start_tls_s() check - it should nowadays always exist
Aki Tuomi [Tue, 14 Jan 2025 13:08:12 +0000 (15:08 +0200)] 
configure: Remove ldap_start_tls_s() check - it should nowadays always exist

8 months agosettings: If file has var-expand template in path, expand before opening it
Aki Tuomi [Thu, 2 Jan 2025 08:16:33 +0000 (10:16 +0200)] 
settings: If file has var-expand template in path, expand before opening it

8 months agoconfig: Defer opening files with var-expand templates
Aki Tuomi [Thu, 2 Jan 2025 08:16:17 +0000 (10:16 +0200)] 
config: Defer opening files with var-expand templates

8 months agoconfig, lib-settings: Preparse expansion strings
Aki Tuomi [Mon, 23 Dec 2024 10:56:11 +0000 (12:56 +0200)] 
config, lib-settings: Preparse expansion strings

8 months agolib-var-expand: Add ability to export and import programs
Aki Tuomi [Sat, 21 Dec 2024 21:35:47 +0000 (23:35 +0200)] 
lib-var-expand: Add ability to export and import programs

This adds functions for exporting and importing var-expand programs
into strings.

8 months agodoc: Update dovecot.conf for new ssl settings
Aki Tuomi [Wed, 8 Jan 2025 11:06:46 +0000 (13:06 +0200)] 
doc: Update dovecot.conf for new ssl settings

8 months agolib-storage: Minor improvement to pop3_uidl_format error message
Timo Sirainen [Thu, 19 Dec 2024 08:12:42 +0000 (10:12 +0200)] 
lib-storage: Minor improvement to pop3_uidl_format error message

8 months agofts: Silently ignore fts if fts_driver is empty
Timo Sirainen [Fri, 20 Dec 2024 11:24:22 +0000 (13:24 +0200)] 
fts: Silently ignore fts if fts_driver is empty

8 months agolib-storage: Fix memory leaks when storage create() fails
Timo Sirainen [Fri, 20 Dec 2024 08:36:27 +0000 (10:36 +0200)] 
lib-storage: Fix memory leaks when storage create() fails

8 months agomdbox: Fix crash in storage destroy() with partially finished create()
Timo Sirainen [Fri, 20 Dec 2024 08:35:39 +0000 (10:35 +0200)] 
mdbox: Fix crash in storage destroy() with partially finished create()

8 months agolib-settings: Optimize getting values without %variables
Timo Sirainen [Fri, 20 Dec 2024 09:02:18 +0000 (11:02 +0200)] 
lib-settings: Optimize getting values without %variables

8 months agolib-settings: Avoid unnecessary string duplications
Timo Sirainen [Fri, 20 Dec 2024 10:56:05 +0000 (12:56 +0200)] 
lib-settings: Avoid unnecessary string duplications

8 months agolib-settings: Use settings_var_expand() for expanding default settings
Timo Sirainen [Fri, 20 Dec 2024 08:58:26 +0000 (10:58 +0200)] 
lib-settings: Use settings_var_expand() for expanding default settings

8 months agolib-settings: Split off settings_var_expand()
Timo Sirainen [Fri, 20 Dec 2024 08:50:25 +0000 (10:50 +0200)] 
lib-settings: Split off settings_var_expand()

8 months agoauth: Fix linking when building ldap as plugin
Timo Sirainen [Thu, 19 Dec 2024 21:57:40 +0000 (23:57 +0200)] 
auth: Fix linking when building ldap as plugin

8 months agolib-settings: Fix non-default settings when using SETTINGS_OVERRIDE_TYPE_2ND_DEFAULT
Timo Sirainen [Thu, 19 Dec 2024 21:33:45 +0000 (23:33 +0200)] 
lib-settings: Fix non-default settings when using SETTINGS_OVERRIDE_TYPE_2ND_DEFAULT

When processing SETTINGS_OVERRIDE_TYPE_2ND_DEFAULT settings,
setting_parser_info.default_settings were overriding settings from config
file.

8 months agolib-ssl-iostream: Fix client side setting references in error messages
Timo Sirainen [Thu, 19 Dec 2024 12:40:19 +0000 (14:40 +0200)] 
lib-ssl-iostream: Fix client side setting references in error messages

8 months agolib-ssl-iostream: Change openssl_iostream_load_key() to be static
Timo Sirainen [Thu, 19 Dec 2024 12:36:04 +0000 (14:36 +0200)] 
lib-ssl-iostream: Change openssl_iostream_load_key() to be static

8 months agolib-ssl-iostream, global: Use ssl_server_ prefix for SSL server settings
Timo Sirainen [Thu, 19 Dec 2024 12:26:32 +0000 (14:26 +0200)] 
lib-ssl-iostream, global: Use ssl_server_ prefix for SSL server settings

8 months agolib-ssl-iostream: Change ssl_prefer_server_ciphers boolean to ssl_prefer_ciphers...
Timo Sirainen [Thu, 19 Dec 2024 12:07:24 +0000 (14:07 +0200)] 
lib-ssl-iostream: Change ssl_prefer_server_ciphers boolean to ssl_prefer_ciphers enum

8 months agoauth: Remove ssl_prefer_server_ciphers from oauth2 client configuration
Timo Sirainen [Thu, 19 Dec 2024 12:24:34 +0000 (14:24 +0200)] 
auth: Remove ssl_prefer_server_ciphers from oauth2 client configuration

It wasn't actually doing anything.

8 months agoauth: ldap - Fail clearly if filter string is empty
Timo Sirainen [Wed, 18 Dec 2024 08:51:45 +0000 (10:51 +0200)] 
auth: ldap - Fail clearly if filter string is empty

8 months agolib-dict-backend: ldap - Rename ldap_filter to dict_map_ldap_filter
Timo Sirainen [Wed, 18 Dec 2024 08:10:44 +0000 (10:10 +0200)] 
lib-dict-backend: ldap - Rename ldap_filter to dict_map_ldap_filter

8 months agoauth: Add passdb_ and userdb_ prefixes to auth-specific ldap_* settings
Timo Sirainen [Thu, 12 Dec 2024 12:49:44 +0000 (14:49 +0200)] 
auth: Add passdb_ and userdb_ prefixes to auth-specific ldap_* settings

8 months agoconfig: Add config_parser_context.dump_defaults
Timo Sirainen [Thu, 19 Dec 2024 13:54:39 +0000 (15:54 +0200)] 
config: Add config_parser_context.dump_defaults

This is used by Pigeonhole config plugin.

8 months agolib-ssl-iostream: Change ssl_cipher_list to empty by default for ssl_client
Timo Sirainen [Tue, 17 Dec 2024 13:50:58 +0000 (15:50 +0200)] 
lib-ssl-iostream: Change ssl_cipher_list to empty by default for ssl_client

8 months agolib-ssl-iostream: Add ssl_client and ssl_server named filters
Timo Sirainen [Tue, 17 Dec 2024 13:46:28 +0000 (15:46 +0200)] 
lib-ssl-iostream: Add ssl_client and ssl_server named filters

8 months agoglobal: Use ssl_client/server_settings_get()
Timo Sirainen [Wed, 18 Dec 2024 10:07:44 +0000 (12:07 +0200)] 
global: Use ssl_client/server_settings_get()

8 months agolib-ssl-iostream: Add ssl_client/server_settings_get()
Timo Sirainen [Wed, 18 Dec 2024 10:02:53 +0000 (12:02 +0200)] 
lib-ssl-iostream: Add ssl_client/server_settings_get()

8 months agolib-ssl-iostream: Allow empty ssl_cipher_list and ssl_min_protocol
Timo Sirainen [Tue, 17 Dec 2024 13:09:26 +0000 (15:09 +0200)] 
lib-ssl-iostream: Allow empty ssl_cipher_list and ssl_min_protocol

If empty, the OpenSSL defaults are used.

8 months agolib-ssl-iostream: Minor error message improvements
Timo Sirainen [Tue, 17 Dec 2024 12:58:37 +0000 (14:58 +0200)] 
lib-ssl-iostream: Minor error message improvements

8 months agodovecot-config: Add DOVECOT_LDAP_LIBS, LIBDOVECOT_LDAP[_DEPS], LIBDOVECOT_LDAP_INCLUDE
Timo Sirainen [Fri, 13 Dec 2024 16:03:40 +0000 (18:03 +0200)] 
dovecot-config: Add DOVECOT_LDAP_LIBS, LIBDOVECOT_LDAP[_DEPS], LIBDOVECOT_LDAP_INCLUDE

8 months agolib-ldap, auth: Change ldap_set_*() API to return error message
Timo Sirainen [Fri, 13 Dec 2024 15:41:54 +0000 (17:41 +0200)] 
lib-ldap, auth: Change ldap_set_*() API to return error message

Instead of i_fatal()ing on error.

8 months agolib-ldap: Install ldap-utils.h
Timo Sirainen [Fri, 13 Dec 2024 15:30:16 +0000 (17:30 +0200)] 
lib-ldap: Install ldap-utils.h

8 months agolib-sql: cassandra - Fail clearly if cassandra_hosts or cassandra_keyspace is empty
Timo Sirainen [Fri, 13 Dec 2024 13:59:04 +0000 (15:59 +0200)] 
lib-sql: cassandra - Fail clearly if cassandra_hosts or cassandra_keyspace is empty

8 months agolib-compression: Remove legacy ostream_create() API
Timo Sirainen [Tue, 26 Nov 2024 14:14:58 +0000 (16:14 +0200)] 
lib-compression: Remove legacy ostream_create() API

8 months agolib-compression: Convert unit tests to use create_ostream_auto() API
Timo Sirainen [Wed, 27 Nov 2024 13:29:17 +0000 (15:29 +0200)] 
lib-compression: Convert unit tests to use create_ostream_auto() API

8 months agofs-compress: Remove support for legacy compress ostream_init() API
Timo Sirainen [Wed, 27 Nov 2024 14:09:35 +0000 (16:09 +0200)] 
fs-compress: Remove support for legacy compress ostream_init() API

8 months agoimap-login: Use create_ostream_auto() compression API
Timo Sirainen [Wed, 27 Nov 2024 14:07:51 +0000 (16:07 +0200)] 
imap-login: Use create_ostream_auto() compression API

8 months agolib-sql: Remove sql_init_legacy*()
Timo Sirainen [Tue, 26 Nov 2024 14:09:40 +0000 (16:09 +0200)] 
lib-sql: Remove sql_init_legacy*()

8 months agolib-settings: Remove legacy API
Timo Sirainen [Tue, 26 Nov 2024 14:07:50 +0000 (16:07 +0200)] 
lib-settings: Remove legacy API

8 months agoauth: Remove legacy userdb init and userdb_args setting
Timo Sirainen [Tue, 26 Nov 2024 14:01:20 +0000 (16:01 +0200)] 
auth: Remove legacy userdb init and userdb_args setting

8 months agoauth: Remove legacy passdb init and passdb_args setting
Timo Sirainen [Tue, 26 Nov 2024 14:00:00 +0000 (16:00 +0200)] 
auth: Remove legacy passdb init and passdb_args setting

8 months agolib-sql: sqlpool - Remove support for legacy init
Timo Sirainen [Tue, 26 Nov 2024 13:44:52 +0000 (15:44 +0200)] 
lib-sql: sqlpool - Remove support for legacy init

8 months agolib-sql: sqlite - Remove support for legacy init
Timo Sirainen [Tue, 26 Nov 2024 13:44:46 +0000 (15:44 +0200)] 
lib-sql: sqlite - Remove support for legacy init

8 months agolib-sql: pgsql - Remove support for legacy init
Timo Sirainen [Tue, 26 Nov 2024 13:44:40 +0000 (15:44 +0200)] 
lib-sql: pgsql - Remove support for legacy init

8 months agolib-sql: mysql - Remove support for legacy init
Timo Sirainen [Tue, 26 Nov 2024 13:44:33 +0000 (15:44 +0200)] 
lib-sql: mysql - Remove support for legacy init

8 months agolib-sql: cassandra - Remove Remove support for legacy init
Timo Sirainen [Tue, 26 Nov 2024 13:44:13 +0000 (15:44 +0200)] 
lib-sql: cassandra - Remove Remove support for legacy init

8 months agolib-sql: Remove sql-db-cache-legacy
Timo Sirainen [Tue, 26 Nov 2024 13:36:21 +0000 (15:36 +0200)] 
lib-sql: Remove sql-db-cache-legacy

8 months agolib-sql: Convert unit tests to use sql_init_auto()
Timo Sirainen [Wed, 27 Nov 2024 13:40:15 +0000 (15:40 +0200)] 
lib-sql: Convert unit tests to use sql_init_auto()

8 months agolib-sql: Make sure driver-sqlpool isn't optimized away by linker
Timo Sirainen [Wed, 27 Nov 2024 22:28:00 +0000 (00:28 +0200)] 
lib-sql: Make sure driver-sqlpool isn't optimized away by linker

8 months agolib-dict: Remove dict_init_legacy()
Timo Sirainen [Tue, 26 Nov 2024 13:35:03 +0000 (15:35 +0200)] 
lib-dict: Remove dict_init_legacy()

8 months agolib-dict-backend: sql - Remove support for legacy init
Timo Sirainen [Tue, 26 Nov 2024 14:06:06 +0000 (16:06 +0200)] 
lib-dict-backend: sql - Remove support for legacy init

8 months agolib-dict-backend: cdb - Remove support for legacy init
Timo Sirainen [Tue, 26 Nov 2024 13:33:40 +0000 (15:33 +0200)] 
lib-dict-backend: cdb - Remove support for legacy init

8 months agolib-dict-extra: dict-client - Remove support for legacy init
Timo Sirainen [Tue, 26 Nov 2024 13:32:37 +0000 (15:32 +0200)] 
lib-dict-extra: dict-client - Remove support for legacy init

8 months agolib-dict: fail, file, redis - Remove support for legacy init
Timo Sirainen [Tue, 26 Nov 2024 13:30:51 +0000 (15:30 +0200)] 
lib-dict: fail, file, redis - Remove support for legacy init

8 months agolib-fs: Remove fs_legacy_init()
Timo Sirainen [Thu, 24 Aug 2023 22:12:48 +0000 (18:12 -0400)] 
lib-fs: Remove fs_legacy_init()

8 months agofs-compress: Remove support for legacy_init()
Timo Sirainen [Thu, 24 Aug 2023 22:12:16 +0000 (18:12 -0400)] 
fs-compress: Remove support for legacy_init()

8 months agolib-fs: Remove support for legacy_init() from fs drivers
Timo Sirainen [Thu, 24 Aug 2023 22:11:53 +0000 (18:11 -0400)] 
lib-fs: Remove support for legacy_init() from fs drivers

8 months agodict-fs: Remove support for init_legacy()
Timo Sirainen [Thu, 24 Aug 2023 22:09:56 +0000 (18:09 -0400)] 
dict-fs: Remove support for init_legacy()

8 months agodict: Remove support for legacy dict API
Timo Sirainen [Wed, 27 Nov 2024 14:06:49 +0000 (16:06 +0200)] 
dict: Remove support for legacy dict API

8 months agolib-dict-backend: test-dict-sql - Convert unit test to use dict_init_auto()
Timo Sirainen [Wed, 27 Nov 2024 13:58:16 +0000 (15:58 +0200)] 
lib-dict-backend: test-dict-sql - Convert unit test to use dict_init_auto()

8 months agolib-lua: test-dict-lua - Convert unit test to use dict_init_auto()
Timo Sirainen [Wed, 27 Nov 2024 13:04:46 +0000 (15:04 +0200)] 
lib-lua: test-dict-lua - Convert unit test to use dict_init_auto()

8 months agolib-dict-extra: Remove test-dict-client
Timo Sirainen [Wed, 27 Nov 2024 13:02:21 +0000 (15:02 +0200)] 
lib-dict-extra: Remove test-dict-client

This was a test that could be run manually to do some dict stress testing.
It was likely never used by anyone though, so it's not worth the effort to
convert to new dict API.

8 months agolib-oauth2: test-oauth2-jwt - Convert unit test to use dict_init_auto()
Timo Sirainen [Wed, 27 Nov 2024 12:49:53 +0000 (14:49 +0200)] 
lib-oauth2: test-oauth2-jwt - Convert unit test to use dict_init_auto()

8 months agodict-ldap: ldap_dict_deinit() - Fix wrong event deref
Marco Bettini [Tue, 29 Oct 2024 14:42:26 +0000 (14:42 +0000)] 
dict-ldap: ldap_dict_deinit() - Fix wrong event deref

8 months agodict-ldap: ldap_dict_wait() rename ctx into dict
Marco Bettini [Tue, 29 Oct 2024 14:41:19 +0000 (14:41 +0000)] 
dict-ldap: ldap_dict_wait() rename ctx into dict

8 months agodict-ldap: dict_ldap_map_settings - Var expand values
Marco Bettini [Fri, 25 Oct 2024 16:26:19 +0000 (16:26 +0000)] 
dict-ldap: dict_ldap_map_settings - Var expand values

8 months agodict-ldap: dict_ldap_map_settings - Var expand pattern variables in filter setting
Marco Bettini [Fri, 18 Oct 2024 14:04:41 +0000 (14:04 +0000)] 
dict-ldap: dict_ldap_map_settings - Var expand pattern variables in filter setting

Also remove setting_define.username_attribute as it is no longer used.
Now the username must be included explicitly in the filter.

8 months agodict-ldap: dict_ldap_map_settings - Drop 'fields'
Marco Bettini [Fri, 18 Oct 2024 13:43:12 +0000 (13:43 +0000)] 
dict-ldap: dict_ldap_map_settings - Drop 'fields'

8 months agolib-ldap: ldap_client_settings - Remove require_ssl
Marco Bettini [Wed, 16 Oct 2024 10:02:23 +0000 (10:02 +0000)] 
lib-ldap: ldap_client_settings - Remove require_ssl

8 months agolib-ldap: ldap_connection - Remove ssl_ioset
Marco Bettini [Mon, 14 Oct 2024 15:09:43 +0000 (15:09 +0000)] 
lib-ldap: ldap_connection - Remove ssl_ioset

8 months agolib-ldap: ldap-utils - Add SSL setting paths parsing and validation
Marco Bettini [Thu, 12 Dec 2024 11:07:31 +0000 (11:07 +0000)] 
lib-ldap: ldap-utils - Add SSL setting paths parsing and validation

8 months agolib-ldap: Fix certificate validation for RHEL9
Marco Bettini [Fri, 13 Dec 2024 08:53:28 +0000 (08:53 +0000)] 
lib-ldap: Fix certificate validation for RHEL9

8 months agolib-ldap: ldap_set_tls_options() - Add LDAP *ld parameter
Marco Bettini [Tue, 22 Oct 2024 08:40:40 +0000 (08:40 +0000)] 
lib-ldap: ldap_set_tls_options() - Add LDAP *ld parameter

8 months agoauth: Move db_ldap_set_*() - Move to lib-ldap
Marco Bettini [Mon, 14 Oct 2024 14:56:39 +0000 (14:56 +0000)] 
auth: Move db_ldap_set_*() - Move to lib-ldap

8 months agoauth: ldap - Remove struct ldap_connection from db_ldap_set_*() signatures
Marco Bettini [Mon, 14 Oct 2024 11:01:47 +0000 (11:01 +0000)] 
auth: ldap - Remove struct ldap_connection from db_ldap_set_*() signatures

... in preparation to migrating them to lib-ldap,
which has a different struct ldap_connection.

8 months agolib-ldap: ldap_client_settings - remove ssl_set
Marco Bettini [Mon, 14 Oct 2024 08:45:28 +0000 (08:45 +0000)] 
lib-ldap: ldap_client_settings - remove ssl_set

8 months agolib-ldap: ldap_connection - Add ssl_settings ssl_set
Marco Bettini [Fri, 11 Oct 2024 16:10:53 +0000 (16:10 +0000)] 
lib-ldap: ldap_connection - Add ssl_settings ssl_set

8 months agolib-ldap: ldap_client_settings - Remove ssl_ioset
Marco Bettini [Fri, 11 Oct 2024 15:49:43 +0000 (15:49 +0000)] 
lib-ldap: ldap_client_settings - Remove ssl_ioset

8 months agolib-ldap: ldap_connection - Ref ldap_client_settings instead of copying
Marco Bettini [Fri, 11 Oct 2024 15:06:49 +0000 (15:06 +0000)] 
lib-ldap: ldap_connection - Ref ldap_client_settings instead of copying

8 months agolib-ldap: ldap_connection - Rename ssl_set into ssl_ioset
Marco Bettini [Fri, 11 Oct 2024 13:51:47 +0000 (13:51 +0000)] 
lib-ldap: ldap_connection - Rename ssl_set into ssl_ioset

8 months agodict-ldap: dict_ldap_map_settings - Change value_attribute into bool list values
Marco Bettini [Thu, 17 Oct 2024 07:14:26 +0000 (07:14 +0000)] 
dict-ldap: dict_ldap_map_settings - Change value_attribute into bool list values

8 months agodict-ldap: ldap_dict_init() - Use settings from settings_get()
Marco Bettini [Thu, 3 Oct 2024 13:46:32 +0000 (13:46 +0000)] 
dict-ldap: ldap_dict_init() - Use settings from settings_get()

8 months agolib-ldap: ldap_connection_have_settings() - Use settings_equal()
Marco Bettini [Wed, 9 Oct 2024 10:05:09 +0000 (10:05 +0000)] 
lib-ldap: ldap_connection_have_settings() - Use settings_equal()

8 months agolib-ldap: ldap_connection_setup() - Check also for empty strings
Marco Bettini [Wed, 9 Oct 2024 07:51:35 +0000 (07:51 +0000)] 
lib-ldap: ldap_connection_setup() - Check also for empty strings

8 months agolib-ldap: Drop ldap_client_init()
Marco Bettini [Mon, 9 Dec 2024 10:03:02 +0000 (10:03 +0000)] 
lib-ldap: Drop ldap_client_init()

8 months agolib-dict-backend: switch to ldap_client_init_auto()
Marco Bettini [Mon, 9 Dec 2024 09:56:21 +0000 (09:56 +0000)] 
lib-dict-backend: switch to ldap_client_init_auto()

8 months agolib-ldap: add ldap_client_init_auto()
Marco Bettini [Mon, 9 Dec 2024 09:31:23 +0000 (09:31 +0000)] 
lib-ldap: add ldap_client_init_auto()

8 months agolib-ldap: ldap_search_input - Drop timeout_secs
Marco Bettini [Wed, 2 Oct 2024 14:19:33 +0000 (14:19 +0000)] 
lib-ldap: ldap_search_input - Drop timeout_secs

8 months agolib-ldap: ldap-settings - Read ssl settings from ssl_setting_parser_info
Marco Bettini [Fri, 20 Sep 2024 16:55:29 +0000 (16:55 +0000)] 
lib-ldap: ldap-settings - Read ssl settings from ssl_setting_parser_info

8 months agolib-ldap: ldap_client_settings - Add settings definitions and validation
Marco Bettini [Fri, 20 Sep 2024 14:04:25 +0000 (14:04 +0000)] 
lib-ldap: ldap_client_settings - Add settings definitions and validation

8 months agolib-ldap: ldap_client_settings - Move to ldap-settings.h
Marco Bettini [Fri, 20 Sep 2024 13:38:45 +0000 (13:38 +0000)] 
lib-ldap: ldap_client_settings - Move to ldap-settings.h

8 months agolib-ldap: ldap_client_settings - Rename ssl_set into ssl_ioset
Marco Bettini [Fri, 20 Sep 2024 16:21:09 +0000 (16:21 +0000)] 
lib-ldap: ldap_client_settings - Rename ssl_set into ssl_ioset

8 months agolib-ldap: ldap_client_settings - Rename debug into debug_level
Marco Bettini [Fri, 20 Sep 2024 13:23:20 +0000 (13:23 +0000)] 
lib-ldap: ldap_client_settings - Rename debug into debug_level

8 months agolib-ldap: ldap_client_settings - Rename uri into uris
Marco Bettini [Fri, 20 Sep 2024 13:21:33 +0000 (13:21 +0000)] 
lib-ldap: ldap_client_settings - Rename uri into uris

8 months agolib-ldap: ldap_client_settings - Rename bind_dn into auth_dn
Marco Bettini [Fri, 20 Sep 2024 13:15:59 +0000 (13:15 +0000)] 
lib-ldap: ldap_client_settings - Rename bind_dn into auth_dn

8 months agolib-ldap: ldap_client_settings - Rename password into auth_dn_password
Marco Bettini [Fri, 20 Sep 2024 13:08:56 +0000 (13:08 +0000)] 
lib-ldap: ldap_client_settings - Rename password into auth_dn_password