tail head cat sleep
QR code linking to this page

Manual Pages  — PASSWORD.LUA

NAME

password.lua – FreeBSD password module

CONTENTS

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 <Mt pedrosouza@FreeBSD.org>. Later work and this manual page was done by Kyle Evans <Mt kevans@FreeBSD.org>.

PASSWORD.LUA (8) August 19, 2018

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

On two occasions I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question.
— Charles Babbage