From ea8f4183bd0e01a3ba6ed28f3ab0dc7a37057a01 Mon Sep 17 00:00:00 2001 From: Rainer Koenig Date: Mon, 16 Dec 2024 16:29:23 +0100 Subject: [PATCH] Quickfix for agama_auto password problem The parameter that we used for enyrypted passwords got renamed to "hashedPassword" in this commit: https://github.com/agama-project/agama/commit/50885f598545a89abd4b64c7b67b6125e9e6a9d5 This quick fix renames the parameter in our agama/auto profiles. --- data/yam/agama/auto/default_leap.json | 4 ++-- data/yam/agama/auto/default_sle.json | 4 ++-- data/yam/agama/auto/default_tumbleweed.json | 4 ++-- data/yam/agama/auto/gnome_leap.json | 4 ++-- data/yam/agama/auto/gnome_tumbleweed.json | 4 ++-- data/yam/agama/auto/leap16.json | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/data/yam/agama/auto/default_leap.json b/data/yam/agama/auto/default_leap.json index 920a86905e12..a317809bdd42 100644 --- a/data/yam/agama/auto/default_leap.json +++ b/data/yam/agama/auto/default_leap.json @@ -5,11 +5,11 @@ "user": { "fullName": "Bernhard M. Wiedemann", "password": "$6$vYbbuJ9WMriFxGHY$gQ7shLw9ZBsRcPgo6/8KmfDvQ/lCqxW8/WnMoLCoWGdHO6Touush1nhegYfdBbXRpsQuy/FTZZeg7gQL50IbA/", - "encryptedPassword": true, + "hashedPassword": true, "userName": "bernhard" }, "root": { "password": "$6$vYbbuJ9WMriFxGHY$gQ7shLw9ZBsRcPgo6/8KmfDvQ/lCqxW8/WnMoLCoWGdHO6Touush1nhegYfdBbXRpsQuy/FTZZeg7gQL50IbA/", - "encryptedPassword": true + "hashedPassword": true } } diff --git a/data/yam/agama/auto/default_sle.json b/data/yam/agama/auto/default_sle.json index 35438fbef8e4..e81d88d88571 100644 --- a/data/yam/agama/auto/default_sle.json +++ b/data/yam/agama/auto/default_sle.json @@ -5,11 +5,11 @@ "user": { "fullName": "Bernhard M. Wiedemann", "password": "$6$vYbbuJ9WMriFxGHY$gQ7shLw9ZBsRcPgo6/8KmfDvQ/lCqxW8/WnMoLCoWGdHO6Touush1nhegYfdBbXRpsQuy/FTZZeg7gQL50IbA/", - "encryptedPassword": true, + "hashedPassword": true, "userName": "bernhard" }, "root": { "password": "$6$vYbbuJ9WMriFxGHY$gQ7shLw9ZBsRcPgo6/8KmfDvQ/lCqxW8/WnMoLCoWGdHO6Touush1nhegYfdBbXRpsQuy/FTZZeg7gQL50IbA/", - "encryptedPassword": true + "hashedPassword": true } } diff --git a/data/yam/agama/auto/default_tumbleweed.json b/data/yam/agama/auto/default_tumbleweed.json index dc1d35d159dd..6491c88fc751 100644 --- a/data/yam/agama/auto/default_tumbleweed.json +++ b/data/yam/agama/auto/default_tumbleweed.json @@ -5,11 +5,11 @@ "user": { "fullName": "Bernhard M. Wiedemann", "password": "$6$vYbbuJ9WMriFxGHY$gQ7shLw9ZBsRcPgo6/8KmfDvQ/lCqxW8/WnMoLCoWGdHO6Touush1nhegYfdBbXRpsQuy/FTZZeg7gQL50IbA/", - "encryptedPassword": true, + "hashedPassword": true, "userName": "bernhard" }, "root": { "password": "$6$vYbbuJ9WMriFxGHY$gQ7shLw9ZBsRcPgo6/8KmfDvQ/lCqxW8/WnMoLCoWGdHO6Touush1nhegYfdBbXRpsQuy/FTZZeg7gQL50IbA/", - "encryptedPassword": true + "hashedPassword": true } } diff --git a/data/yam/agama/auto/gnome_leap.json b/data/yam/agama/auto/gnome_leap.json index 2202253049ec..84b991719c1d 100644 --- a/data/yam/agama/auto/gnome_leap.json +++ b/data/yam/agama/auto/gnome_leap.json @@ -10,11 +10,11 @@ "user": { "fullName": "Bernhard M. Wiedemann", "password": "$6$vYbbuJ9WMriFxGHY$gQ7shLw9ZBsRcPgo6/8KmfDvQ/lCqxW8/WnMoLCoWGdHO6Touush1nhegYfdBbXRpsQuy/FTZZeg7gQL50IbA/", - "encryptedPassword": true, + "hashedPassword": true, "userName": "bernhard" }, "root": { "password": "$6$vYbbuJ9WMriFxGHY$gQ7shLw9ZBsRcPgo6/8KmfDvQ/lCqxW8/WnMoLCoWGdHO6Touush1nhegYfdBbXRpsQuy/FTZZeg7gQL50IbA/", - "encryptedPassword": true + "hashedPassword": true } } diff --git a/data/yam/agama/auto/gnome_tumbleweed.json b/data/yam/agama/auto/gnome_tumbleweed.json index f134a58e7d09..447f79515ab5 100644 --- a/data/yam/agama/auto/gnome_tumbleweed.json +++ b/data/yam/agama/auto/gnome_tumbleweed.json @@ -10,11 +10,11 @@ "user": { "fullName": "Bernhard M. Wiedemann", "password": "$6$vYbbuJ9WMriFxGHY$gQ7shLw9ZBsRcPgo6/8KmfDvQ/lCqxW8/WnMoLCoWGdHO6Touush1nhegYfdBbXRpsQuy/FTZZeg7gQL50IbA/", - "encryptedPassword": true, + "hashedPassword": true, "userName": "bernhard" }, "root": { "password": "$6$vYbbuJ9WMriFxGHY$gQ7shLw9ZBsRcPgo6/8KmfDvQ/lCqxW8/WnMoLCoWGdHO6Touush1nhegYfdBbXRpsQuy/FTZZeg7gQL50IbA/", - "encryptedPassword": true + "hashedPassword": true } } diff --git a/data/yam/agama/auto/leap16.json b/data/yam/agama/auto/leap16.json index 4f7dcc6de6f8..e20fe609e91c 100644 --- a/data/yam/agama/auto/leap16.json +++ b/data/yam/agama/auto/leap16.json @@ -5,11 +5,11 @@ "user": { "fullName": "Bernhard M. Wiedemann", "password": "$6$vYbbuJ9WMriFxGHY$gQ7shLw9ZBsRcPgo6/8KmfDvQ/lCqxW8/WnMoLCoWGdHO6Touush1nhegYfdBbXRpsQuy/FTZZeg7gQL50IbA/", - "encryptedPassword": true, + "hashedPassword": true, "userName": "bernhard" }, "root": { "password": "$6$vYbbuJ9WMriFxGHY$gQ7shLw9ZBsRcPgo6/8KmfDvQ/lCqxW8/WnMoLCoWGdHO6Touush1nhegYfdBbXRpsQuy/FTZZeg7gQL50IbA/", - "encryptedPassword": true + "hashedPassword": true } }