Skip to content

Commit

Permalink
doveadm-auth: Added missing code forgotten from commit 2087543
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Mar 11, 2016
1 parent 6aafdd8 commit 11120ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib-storage/mail-storage-service.c
Expand Up @@ -324,6 +324,7 @@ service_auth_userdb_lookup(struct mail_storage_service_ctx *ctx,
info.remote_ip = input->remote_ip;
info.local_port = input->local_port;
info.remote_port = input->remote_port;
info.debug = input->debug;

ret = auth_master_user_lookup(ctx->conn, *user, &info, pool,
&new_username, fields_r);
Expand Down
2 changes: 2 additions & 0 deletions src/lib-storage/mail-storage-service.h
Expand Up @@ -58,6 +58,8 @@ struct mail_storage_service_input {

/* override MAIL_STORAGE_SERVICE_FLAG_USERDB_LOOKUP for this lookup */
unsigned int no_userdb_lookup:1;
/* Enable auth_debug=yes for this lookup */
unsigned int debug:1;
};

extern struct module *mail_storage_service_modules;
Expand Down

0 comments on commit 11120ac

Please sign in to comment.