*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: password.lua | Section: 8 | Source: FreeBSD | File: password.lua.8.gz
PASSWORD.LUA(8) FreeBSD System Manager's Manual PASSWORD.LUA(8) NAME password.lua - bootloader password module DESCRIPTION password.lua contains functionality for prompting for and checking passwords. Before using the functionality provided by password.lua, it must be included with a statement such as the following: local password = require("password") The following functions are exported from password.lua: password.read(prompt_length) Read a password following a prompt. prompt_length is required so that the twiddle may be properly drawn as the user is typing. password.check() Drives the primary password checks done by the loader. The password.check() function will check bootlock_password, geom_eli_passphrase_prompt, and password and prompt the user for passwords as-needed. If password is set, the autoboot sequence will begin as the user is prompted for a password. SEE ALSO screen.lua(8) AUTHORS The password.lua file was originally written by Pedro Souza <[email protected]>. Later work and this manual page was done by Kyle Evans <[email protected]>. FreeBSD 14.1-RELEASE-p8 March 29, 2025 FreeBSD 14.1-RELEASE-p8

Navigation Options