added --verification-script entry to manpage
Patch status: rejected
Patch by Michael Ensslin
To apply this patch, use:
curl http://cr.i3wm.org/patch/666/raw.patch | git am
b/i3lock.1
13 |
@@ -120,6 +120,13 @@ your computer with the enter key. |
14 |
.B \-f, \-\-show-failed-attempts |
15 |
Show the number of failed attempts, if any. |
16 |
|
17 |
+.TP |
18 |
+.B \-\-verification-script |
19 |
+Specifies the (full) path to a script that is run on password entry, in addition |
20 |
+to the regular PAM authentication. |
21 |
+The password is passed to the script's stdin, followed by EOF. |
22 |
+If the script exits with anything but 0, the password is rejected. |
23 |
+ |
24 |
.SH SEE ALSO |
25 |
.IR xautolock(1) |
26 |
\- use i3lock as your screen saver |