File tree Expand file tree Collapse file tree
resources/manifests/package Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -552,7 +552,7 @@ The table below are the keys for the users.
552552|Name |string |Cannot be empty
553553|UID |string |Must be in range 0-60000
554554| PasswordHashed | bool |
555- | Password | string |
555+ |Password |string |If 'PasswordHashed=true', use ` openssl passwd ... ` to generate the password hash
556556|PasswordExpiresDays|number |Must be in range 0-99999 or -1 for no expiration
557557| SSHPubKeyPaths | array of strings |
558558| PrimaryGroup | string |
@@ -566,7 +566,9 @@ An example usage for users "root" and "basicUser" would look like:
566566"Users" : [
567567 {
568568 "Name" : " root" ,
569- "Password" : " somePassword"
569+ "PasswordHashed" : true ,
570+ "Password" : " $6$<SALT>$<HASHED PASSWORD>" ,
571+ "_comment" : " Generated with `openssl passwd -6 -salt <SALT> <PASSWORD>`" ,
570572 },
571573 {
572574 "Name" : " basicUser" ,
Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ gtk-doc-1.33.2-1.azl3.noarch.rpm
167167autoconf-2.72-2.azl3.noarch.rpm
168168automake-1.16.5-2.azl3.noarch.rpm
169169ocaml-srpm-macros-9-4.azl3.noarch.rpm
170+ openssl-3.3.0-2.azl3.aarch64.rpm
170171openssl-devel-3.3.0-2.azl3.aarch64.rpm
171172openssl-libs-3.3.0-2.azl3.aarch64.rpm
172173openssl-perl-3.3.0-2.azl3.aarch64.rpm
Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ gtk-doc-1.33.2-1.azl3.noarch.rpm
167167autoconf-2.72-2.azl3.noarch.rpm
168168automake-1.16.5-2.azl3.noarch.rpm
169169ocaml-srpm-macros-9-4.azl3.noarch.rpm
170+ openssl-3.3.0-2.azl3.x86_64.rpm
170171openssl-devel-3.3.0-2.azl3.x86_64.rpm
171172openssl-libs-3.3.0-2.azl3.x86_64.rpm
172173openssl-perl-3.3.0-2.azl3.x86_64.rpm
You can’t perform that action at this time.
0 commit comments