Lines Matching full:password
159 For example a "BIOS Admin" password and "System" Password can be set,
162 - An "Admin" password is used for preventing modification to the BIOS
164 - A "System" password is required to boot a machine.
180 Representing BIOS administrator password
182 Representing a password required to use
185 Representing System Management password.
188 Representing HDD password
191 Representing NVMe password
196 Only supported type currently is "password".
200 maximum length of the Password
204 minimum length of the Password
208 setting attributes when a system or admin password is set
209 or resetting to a new password
211 This attribute is mandatory when mechanism == "password".
215 current_password will reset a system or admin password.
217 Note, password management is session specific. If Admin password is set,
218 same password must be written into current_password file (required for
219 password-validation) and must be cleared once the session is over.
222 echo "password" > current_password
226 Drivers may emit a CHANGE uevent when a password is set or unset
229 On Dell, Lenovo and HP systems, if Admin password is set, then all BIOS attributes
230 require password validation.
231 On Lenovo systems if you change the Admin password the new password is not active until
239 role: system-mgmt This gives the same authority as the bios-admin password to control
243 role: HDD & NVMe This password is used to unlock access to the drive at boot. Note see
258 If only the user password is configured then this should be used to
260 then either can be used. If a master password is set a user password
271 used in conjunction with a signing server as an alternative to password
281 echo "supervisor password" > authentication/Admin/current_password
300 You cannot enable certificate authentication if a supervisor password
313 back to password based.
317 echo "password" > authentication/Admin/certificate_to_password
349 1. Check if admin password is set. If yes, follow session method for
350 password management as briefed under authentication section above.