diff options
| author | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2013-07-01 21:45:55 +0200 |
|---|---|---|
| committer | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2013-07-01 21:45:55 +0200 |
| commit | 0a84b6be6cb721180b2665c8eed5350eb34f7eae (patch) | |
| tree | a45050252dbe55f55be98c5decc414c10603edaf /INSTALL | |
| parent | 94230d452c72f41c1ebe91e71660582d4cbb8b03 (diff) | |
| download | pam_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-- | INSTALL | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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> |
