From: Martti Rannanjärvi Date: Tue, 23 Nov 2021 15:55:43 +0000 (+0200) Subject: login-common: Default director_username_hash to %Lu like everywhere else X-Git-Tag: 2.3.18~115 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13ed86bbf39c56e60eb770530f7a78d1b834b7dc;p=thirdparty%2Fdovecot%2Fcore.git login-common: Default director_username_hash to %Lu like everywhere else This setting has many places where the default is set, and this syncs it with the others. --- diff --git a/src/login-common/login-settings.c b/src/login-common/login-settings.c index bc8020e3c5..e680677b76 100644 --- a/src/login-common/login-settings.c +++ b/src/login-common/login-settings.c @@ -62,7 +62,7 @@ static const struct login_settings login_default_settings = { .login_proxy_max_reconnects = 3, .login_proxy_max_disconnect_delay = 0, .login_proxy_rawlog_dir = "", - .director_username_hash = "%u", + .director_username_hash = "%Lu", .auth_ssl_require_client_cert = FALSE, .auth_ssl_username_from_cert = FALSE,