aboutsummaryrefslogtreecommitdiff
path: root/src/vmod_basicauth.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmod_basicauth.3')
-rw-r--r--src/vmod_basicauth.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vmod_basicauth.3 b/src/vmod_basicauth.3
index cde7c2a..d7c8934 100644
--- a/src/vmod_basicauth.3
+++ b/src/vmod_basicauth.3
@@ -10,28 +10,29 @@
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with libvmod_basicauth. If not, see <http://www.gnu.org/licenses/>.
-.TH VMOD_BASICAUTH 1 "July 7, 2013" "VMOD_BASICAUTH" "User Reference"
+.TH VMOD_BASICAUTH 1 "July 8, 2013" "VMOD_BASICAUTH" "User Reference"
.SH NAME
vmod_basicauth \- Basic HTTP authentication
.SH SYNOPSIS
.B import basicauth
.SH DESCRIPTION
The
.B vmod_basicauth
module implements basic HTTP authentication against the password file
created using the
.BR htpasswd (1)
command.
.PP
-Three kinds of password hashes are supported:
+Four kinds of password hashes are supported:
Apache MD5 (\fB$apr1$\fR),
.BR crypt (3),
+.BR SHA1 ,
and plaintext.
.SH FUNCTIONS
.SS match
.TP
.B Prototype
match(STRING \fIFILE\fR, STRING \fIAUTHSTR\fR)

Return to:

Send suggestions and report system problems to the System administrator.