From: Joseph Sutton Date: Tue, 4 Jul 2023 00:55:53 +0000 (+1200) Subject: s4:dsdb: Improve grammar X-Git-Tag: tevent-0.16.0~1114 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb2053ee17eb5d70a33a8724891cf0f63be08f54;p=thirdparty%2Fsamba.git s4:dsdb: Improve grammar Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/samdb/ldb_modules/password_hash.c b/source4/dsdb/samdb/ldb_modules/password_hash.c index eec149328e2..73b3b63671f 100644 --- a/source4/dsdb/samdb/ldb_modules/password_hash.c +++ b/source4/dsdb/samdb/ldb_modules/password_hash.c @@ -2980,7 +2980,7 @@ static int check_password_restrictions(struct setup_password_fields_io *io, WERR *werror = WERR_PASSWORD_RESTRICTION; ldb_asprintf_errstring(ldb, "%08X: %s - check_password_restrictions: " - "the password is too short. It should be equal or longer than %u characters!", + "the password is too short. It should be equal to or longer than %u characters!", W_ERROR_V(*werror), ldb_strerror(ret), io->ac->status->domain_data.minPwdLength);