]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: db-passwd-file - Include event in var_expand_params
authorAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 8 Nov 2024 07:06:46 +0000 (09:06 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 17 Jan 2025 08:40:00 +0000 (10:40 +0200)
src/auth/db-passwd-file.c

index dc7219994bbad4722d1d5f38bb4335678bdc6ded..23309177decef36b88862b51d73e45c9ad94bdca 100644 (file)
@@ -480,6 +480,7 @@ int db_passwd_file_lookup(struct db_passwd_file *db,
                        .providers = auth_request_var_expand_providers,
                        .context = request,
                        .escape_func = path_fix,
+                       .event = authdb_event(request),
                };
                dest = t_str_new(256);
                if (var_expand_program_execute(dest, db->prog, &params, &error) < 0) {