]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-storage, doveadm: Change auth_socket_path setting to be hidden
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 2 Jul 2025 10:49:00 +0000 (13:49 +0300)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Wed, 16 Jul 2025 10:16:26 +0000 (10:16 +0000)
Now that director is gone, there's no need to change it anymore in the
config.

src/doveadm/doveadm-settings.c
src/lib-storage/mail-storage-settings.c

index cd0944d4d3a7c4703095bc25debb6be7cec3cdb8..cdc7e6775cf135f42e16689e52618d86555f75c0 100644 (file)
@@ -59,7 +59,7 @@ static const struct setting_define doveadm_setting_defines[] = {
        DEF(STR, mail_plugin_dir),
        DEF(STR, mail_temp_dir),
        DEF(BOOL, auth_debug),
-       DEF(STR, auth_socket_path),
+       DEF(STR_HIDDEN, auth_socket_path),
        DEF(STR, doveadm_socket_path),
        DEF(UINT, doveadm_worker_count),
        DEF(IN_PORT, doveadm_port),
index 5641415f88f037ef480531b82a7924566cdc6d60..386d5a332d790f52f5cc88b6ee5171c365750e6e 100644 (file)
@@ -365,7 +365,7 @@ const struct setting_parser_info mail_namespace_setting_parser_info = {
 
 static const struct setting_define mail_user_setting_defines[] = {
        DEF(STR_HIDDEN, base_dir),
-       DEF(STR, auth_socket_path),
+       DEF(STR_HIDDEN, auth_socket_path),
        DEF(STR, mail_temp_dir),
        DEF(BOOL, mail_debug),