ALOCK(1) ======== Mathias Gumz v1.0, 01 June 2006 NAME ---- alock - locks the local X display until a password is entered. SYNOPSIS -------- 'alock' [-h] [-v] [-bg type:opts] [-cursor type:opts] [-auth type:opts] DESCRIPTION ----------- 'alock' locks the X server till the user enters a password at the keyboard. If the authentification was successful the X server is unlocked and the user can continue to work. 'alock' does not provide fancy animations like 'xlock' and 'xscreensaver' and never will. Its just for locking the current X session. OPTIONS ------- -h :: Print a short help -v :: Print the version number -auth type:options :: Define the type of the authentification, depends strongly on how alock was built: - list - Displays a list of available types - passwd - Tries to authentificate against the users system-password. On systems using 'shadow' alock needs the suid-flag set. - pam - Tries to authentificate against the users system-password using the 'pam-login'-module. - md5 - alock creates a md5-hash from the entered unlockpassword and compares it with the hash provided * hash= - use as reference * file= - use content of as reference - sha1 - alock creates a sha1-hash from the entered unlockpassword and compares it with the hash provided * hash= - use as reference * file= - use as reference - sha256 - alock creates a sha256-hash from the entered unlockpassword and compares it with the hash provided * hash= - use as reference * file= - use as reference - sha384 - alock creates a sha384-hash from the entered unlockpassword and compares it with the hash provided * hash= - use as reference * file= - use as reference - sha512 - alock creates a sha512-hash from the entered unlockpassword and compares it with the hash provided * hash= - use as reference * file= - use as reference -bg type:options :: Define the type of alock should handle the background: - list - Displays a list of available types - none - You can see everything like it is - blank - Fill the background with color * color= - Use - shade - Dims content of the screen and recolors it. * shade= - Valid from 1 to 99 * color= - Use - image - Use the image and puts it as the background * file= * center * scale * tile * color= - Use * shade= - Valid from 1 to 99 -cursor type:options :: Define the look-a-like of the cursor/mouse pointer: - list - Displays a list of available types - theme - Use the given internal cursor * list - Display all possible themes * name= * bg= - Use forground-color * fg= - Use background-color - glyph - Use the given glyph of the "cursor"-font * list - Display all possible glyph-names * name= * bg= * fg= - xcursor - Use the given in xcursor-format * file= - image - Use the given * file= - none - No change to the current cursor AUTHOR ------ Written by Mathias Gumz RESOURCES --------- link:http://darkshed.net[Home] Other Lockers :: - link:http://www.tux.org/~bagleyd/xlockmore.html[xlockmore] - link:http://www.jwz.org/xscreensaver/[xscreensaver] - link:ftp://ftp.debian.org/debian/dists/stable/main/source/x11/[xtrlock] - link:ftp://ftp.ibiblio.org/pub/Linux/utils/console/[vlock] - link:ftp://ftp.ibiblio.org/pub/Linux/utils/console/[lockvc] COPYING ------- Copyright (C) 2005 - 2006 Mathias Gumz. Free use of this software is granted under the terms of the MIT. See LICENSE provided in the distribution.