Skip to content

Commit

Permalink
Add plain password for leap while not encrypted allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
jknphy committed Jan 3, 2025
1 parent 5cacdd3 commit cfcd54a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/yam/agama/auto/leap_default_plain_password.jsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"product": {
"id": "Leap_16.0"
},
"user": {
"fullName": "Bernhard M. Wiedemann",
"password": "nots3cr3t",
"userName": "bernhard"
},
"root": {
"password": "nots3cr3t"
}
}
18 changes: 18 additions & 0 deletions data/yam/agama/auto/leap_gnome_plain_password.jsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"product": {
"id": "Leap_16.0"
},
"software": {
"patterns": [
"gnome"
]
},
"user": {
"fullName": "Bernhard M. Wiedemann",
"password": "nots3cr3t",
"userName": "bernhard"
},
"root": {
"password": "nots3cr3t"
}
}

0 comments on commit cfcd54a

Please sign in to comment.