This file is indexed.

/usr/share/doc/checkpw/examples/selectcheckpw is in checkpw 1.02-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
case "$AUTH" in
apop)
    exec /usr/bin/checkapoppw $*
    ;;
pop)
    exec /usr/bin/checkpw $*
    ;;
*)
    exit 1
    ;;
esac