Lines Matching refs:password

139 		For example a "BIOS Admin" password and "System" Password can be set,
142 - An "Admin" password is used for preventing modification to the BIOS
144 - A "System" password is required to boot a machine.
160 Representing BIOS administrator password
162 Representing a password required to use
165 Representing System Management password.
168 Representing HDD password
171 Representing NVMe password
176 Only supported type currently is "password".
188 setting attributes when a system or admin password is set
189 or resetting to a new password
191 This attribute is mandatory when mechanism == "password".
195 current_password will reset a system or admin password.
197 Note, password management is session specific. If Admin password is set,
198 same password must be written into current_password file (required for
199 password-validation) and must be cleared once the session is over.
202 echo "password" > current_password
206 Drivers may emit a CHANGE uevent when a password is set or unset
209 On Dell and Lenovo systems, if Admin password is set, then all BIOS attributes
210 require password validation.
211 On Lenovo systems if you change the Admin password the new password is not active until
219 role: system-mgmt This gives the same authority as the bios-admin password to control
223 role: HDD & NVMe This password is used to unlock access to the drive at boot. Note see
238 If only the user password is configured then this should be used to
240 then either can be used. If a master password is set a user password
251 used in conjunction with a signing server as an alternative to password
261 echo "supervisor password" > authentication/Admin/current_password
280 You cannot enable certificate authentication if a supervisor password
293 back to password based.
297 echo "password" > authentication/Admin/certificate_to_password
320 1. Check if admin password is set. If yes, follow session method for
321 password management as briefed under authentication section above.