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
167 Only supported type currently is "password".
179 setting attributes when a system or admin password is set
180 or resetting to a new password
182 This attribute is mandatory when mechanism == "password".
186 current_password will reset a system or admin password.
188 Note, password management is session specific. If Admin password is set,
189 same password must be written into current_password file (required for
190 password-validation) and must be cleared once the session is over.
193 echo "password" > current_password
197 Drivers may emit a CHANGE uevent when a password is set or unset
200 On Dell and Lenovo systems, if Admin password is set, then all BIOS attributes
201 require password validation.
202 On Lenovo systems if you change the Admin password the new password is not active until
239 1. Check if admin password is set. If yes, follow session method for
240 password management as briefed under authentication section above.