mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
Now that we have userdb credentials, let's ship testuser as a userdb credential instead of including it in the image.
15 lines
300 B
Plaintext
15 lines
300 B
Plaintext
{
|
|
"userName": "testuser",
|
|
"uid": 4711,
|
|
"disposition": "regular",
|
|
"enforcePasswordPolicy": false,
|
|
"memberOf": [
|
|
"wheel",
|
|
"systemd-journal"
|
|
],
|
|
"shell": "/bin/bash",
|
|
"privileged": {
|
|
"hashedPassword": ["$1$kqp7NF1f$tNnQcshPX53CSfRKTQD0R1"]
|
|
}
|
|
}
|