]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
login-common: Default director_username_hash to %Lu like everywhere else
authorMartti Rannanjärvi <martti.rannanjarvi@open-xchange.com>
Tue, 23 Nov 2021 15:55:43 +0000 (17:55 +0200)
committerMartti Rannanjärvi <martti.rannanjarvi@open-xchange.com>
Tue, 23 Nov 2021 15:57:28 +0000 (17:57 +0200)
This setting has many places where the default is set, and this syncs it
with the others.

src/login-common/login-settings.c

index bc8020e3c540417ef4c1ce234a6bd377efcae8d9..e680677b762436ab6b7aefc3d30ebba8ec524aa4 100644 (file)
@@ -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,