summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJeroen Nijhof <jeroen@jeroennijhof.nl>2013-07-01 21:45:55 +0200
committerJeroen Nijhof <jeroen@jeroennijhof.nl>2013-07-01 21:45:55 +0200
commit0a84b6be6cb721180b2665c8eed5350eb34f7eae (patch)
treea45050252dbe55f55be98c5decc414c10603edaf /INSTALL
parent94230d452c72f41c1ebe91e71660582d4cbb8b03 (diff)
downloadpam_tacplus-0a84b6be6cb721180b2665c8eed5350eb34f7eae.tar.gz
pam_tacplus-0a84b6be6cb721180b2665c8eed5350eb34f7eae.zip
A lot of cleanups and improvements by Walter de Jong
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 3 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 5cb7588..44a9c9b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,12 +2,9 @@
pam_tacplus consists of the module code and `libtac' simple TACPLUS+ library.
Simple `./configure' followed by `make' should compile both TACACS+ library and pam_tacplus module.
-If there is no ./configure create one with autotools:
+If there is no ./configure recreate one with autotools:
-$ aclocal
-$ autoconf
-$ autoheader
-$ automake --add-missing
+$ autoreconf -i
You should get a `pam_tacplus.so' module, which is placed in
@@ -18,7 +15,7 @@ name of the proper service.
This code is known to work on Linux, Solaris and AIX for now.
-Dec 22 2010
+Jul 1 2013
Jeroen Nijhof <jeroen@jeroennijhof.nl>
Pawel Krawczyk <pawel.krawczyk@hush.com>