From 4858c55beff8d1a6e890b3070e6d7deb14fae01d Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 20 Apr 2010 18:08:30 -0400 Subject: - move source into src/ --- src/pam_rps.8 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/pam_rps.8 (limited to 'src/pam_rps.8') diff --git a/src/pam_rps.8 b/src/pam_rps.8 new file mode 100644 index 0000000..a3e3c23 --- /dev/null +++ b/src/pam_rps.8 @@ -0,0 +1,35 @@ +.\" Copyright 2003 Red Hat, Inc. +.\" Written by Nalin Dahyabhai +.TH pam_rps 8 2003/6/30 "Red Hat Linux" "System Administrator's Manual" + +.SH NAME +pam_rps \- challenge-response authentication + +.SH SYNOPSIS +.B auth sufficient pam_rps.so + +.SH DESCRIPTION +pam_rps.so is designed to provide a true challenge-response authentication +mechanism for PAM-enabled applications. + +Without pam_rps, successful authentication can only occur for a user if the +user has previously established an authentication token for use with the +server. Using pam_rps removes this limitation. + +.SH ARGUMENTS +.IP debug +Enable module debugging. The module will log its progress to syslog. +.IP throw=\fInumber\fP +The challenge issued to the user is derived from a random number. This +argument allows the administrator to control which challenge will be presented +to the user. This argument is meant for use only when debugging. + +.SH NOTES +Never use this module. + +.SH BUGS +Let's hope not, but if you find any, please report them via the "Bug Track" +link at http://bugzilla.redhat.com/bugzilla/ + +.SH AUTHOR +Nalin Dahyabhai -- cgit