File: README

package info (click to toggle)
libapache2-mod-authnz-external 3.2.4-2%2Bsqueeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 220 kB
  • ctags: 53
  • sloc: ansic: 592; perl: 130; makefile: 53
file content (28 lines) | stat: -rw-r--r-- 1,172 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
These are dummy external authenticator programs used for testing
mod_auth_external or mod_authnz_external.

They are all Perl scripts.  Before using them, make sure that the
#!/usr/bin/perl directives in the first lines give the correct pathname
for the Perl interpretor on your system.

The files are:

   test.pipe        Dummy user authentication program using pipe method
   test.env         Dummy user authentication program using environment method
   testgroup.pipe   Dummy group check program using pipe method
   testgroup.env    Dummy group check program using environment method

The user authentication programs will accept a login if the user name
matches the password, and will reject all others.

The group check programs will accept a login if the user name matches the
group name, and will reject all others.

All programs print lots of stuff to stderr.  All this output should get
logged in Apache's "error_log" file, so do a "tail -f" on that file to
see what happens when you try an authentication.

(Obviously you wouldn't want to log plain-text passwords in a real
authentication program).

Author & Maintainer:  Jan Wolter   http://www.unixpapa.com