]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common source files not applicable to open-vm-tools.
authorKruti Pendharkar <kp025370@broadcom.com>
Tue, 30 Sep 2025 06:03:43 +0000 (23:03 -0700)
committerKruti Pendharkar <kp025370@broadcom.com>
Tue, 30 Sep 2025 06:03:43 +0000 (23:03 -0700)
open-vm-tools/vgauth/lib/auth.c
open-vm-tools/vgauth/lib/l10n/en.vmsg
open-vm-tools/vgauth/lib/l10n/es.vmsg
open-vm-tools/vgauth/lib/l10n/fr.vmsg
open-vm-tools/vgauth/lib/l10n/ja.vmsg

index 9895ae1c125a166625d6d6142dfeb50a7a127398..fe868c24a7c5bce1d5f778ab9502036cd7522d12 100644 (file)
@@ -608,9 +608,8 @@ VGAuth_ValidateUsernamePassword(VGAuthContext *ctx,
       VGAuth_AuditEvent(ctx,
                         FALSE,
                         SU_(auth.password.invalid,
-                            "Username and password validation failed for '%s': "
-                            "%s"),
-                        userName, VGAuth_GetErrorText(err, NULL));
+                            "Username and password mismatch for '%s'"),
+                        userName);
    }
 
    return err;
index b4a12ce4208d7dab5c73854ff8aaf0199e3681b4..551ed3769ec15b10a86074a742c143628b337484 100644 (file)
@@ -16,6 +16,6 @@
 #
 ##########################################################
 
-auth.password.invalid = "Username and password validation failed for '%1$s': %2$s"
+auth.password.invalid = "Username and password mismatch for '%1$s'"
 auth.password.valid = "Username and password successfully validated for '%1$s'"
 auth.sspi.badid = "Attempt to authenticate using an invalid or expired SSPI challenge ID: %1$u"
index e814b87e3261475bda62c37a2618b3ae2f97d5f1..590b2d1e4ef25e48bc8290ea775e1f73235a2a14 100644 (file)
@@ -16,6 +16,6 @@
 #
 ##########################################################
 
-auth.password.invalid = "Username and password validation failed for '%1$s': %2$s"
+auth.password.invalid = "El nombre de usuario y la contraseña de '%1$s' no coinciden"
 auth.password.valid = "El nombre de usuario y la contraseña de '%1$s' se han validado correctamente"
 auth.sspi.badid = "Intento de autenticación utilizando un SSPI challenge ID no válido o caducado: %1$u"
index af4dacccd0ee15eeeb852413162655c01cf98bea..2526170040eae5c44f4aa93fbee5aed909e0b1ad 100644 (file)
@@ -16,6 +16,6 @@
 #
 ##########################################################
 
-auth.password.invalid = "Username and password validation failed for '%1$s': %2$s"
+auth.password.invalid = "Non-concordance du nom d'utilisateur et du mot de passe pour '%1$s'"
 auth.password.valid = "Validation réussie du nom d'utilisateur et du mot de passe pour '%1$s'"
 auth.sspi.badid = "Tentative d'authentification à l'aide d'un ID de demande SSPI non valide ou expiré : %1$u"
index 6caeea7bad93f4d2fcd87c98de612bcb898ac7ab..8e9d991f3c16dc377c2b9e67dbd777c146ec1576 100644 (file)
@@ -16,6 +16,6 @@
 #
 ##########################################################
 
-auth.password.invalid = "Username and password validation failed for '%1$s': %2$s"
+auth.password.invalid = "'%1$s' のユーザー名とパスワードが一致しません"
 auth.password.valid = "'%1$s' のユーザー名とパスワードが正しく検証されました"
 auth.sspi.badid = "無効または期限切れの SSPI チャレンジ ID を使用して認証を試みます: %1$u"