summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2010-04-20 18:32:19 -0400
committerNalin Dahyabhai <nalin@redhat.com>2010-04-20 18:32:19 -0400
commitb565288313038041fdf86bbb0c7e3fafa84d71b7 (patch)
tree180cc6aad162e727066b21c6afb85aa6fe6523c9
parenta971ed942e65f9c3cadef5221dc9e524cf54d8e0 (diff)
downloadpam_rps-b565288313038041fdf86bbb0c7e3fafa84d71b7.tar.gz
pam_rps-b565288313038041fdf86bbb0c7e3fafa84d71b7.tar.xz
pam_rps-b565288313038041fdf86bbb0c7e3fafa84d71b7.zip
- set up the makefile for preprocessing
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/pam_rps.8.in (renamed from src/pam_rps.8)8
3 files changed, 5 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 797610f..aee52c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,4 +8,4 @@ AC_PROG_LIBTOOL
AM_MAINTAINER_MODE
AC_CHECK_HEADERS(security/pam_modules.h)
AC_CONFIG_HEADER(src/config.h)
-AC_OUTPUT(Makefile src/Makefile)
+AC_OUTPUT(Makefile src/Makefile src/pam_rps.8)
diff --git a/src/Makefile.am b/src/Makefile.am
index f2784cb..a65ac53 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
man_MANS = pam_rps.8
securitydir = $(libdir)/security
security_LTLIBRARIES = pam_rps.la
-pam_rps_la_LDFLAGS = -module -avoid-version
+pam_rps_la_LDFLAGS = -module -avoid-version -export-symbols-regex='pam_sm_.*'
diff --git a/src/pam_rps.8 b/src/pam_rps.8.in
index a3e3c23..a6e1990 100644
--- a/src/pam_rps.8
+++ b/src/pam_rps.8.in
@@ -1,6 +1,4 @@
-.\" Copyright 2003 Red Hat, Inc.
-.\" Written by Nalin Dahyabhai <nalin@redhat.com>
-.TH pam_rps 8 2003/6/30 "Red Hat Linux" "System Administrator's Manual"
+.TH pam_rps 8 2010/4/20 "Red Hat Linux" "System Administrator's Manual"
.SH NAME
pam_rps \- challenge-response authentication
@@ -9,8 +7,8 @@ pam_rps \- challenge-response authentication
.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.
+pam_rps.so is designed to provide an easy-to-test 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