diff options
| author | Jeroen Nijhof <jeroenn@saralt0078.(none)> | 2010-12-22 11:12:08 +0100 |
|---|---|---|
| committer | Jeroen Nijhof <jeroenn@saralt0078.(none)> | 2010-12-22 11:12:08 +0100 |
| commit | 4e0f4aa68e082b469663e3ebc8ec83c9400dab4b (patch) | |
| tree | 08d50b522bc250659704b2dfc73d887979198fd4 /INSTALL | |
| download | pam_tacplus-4e0f4aa68e082b469663e3ebc8ec83c9400dab4b.tar.gz pam_tacplus-4e0f4aa68e082b469663e3ebc8ec83c9400dab4b.zip | |
Initial commit
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ + +pam_tacplus consists of the module code and `libtac' simple TACPLUS+ library. + +Simple `make' should compile both TACACS+ library and pam_tacplus module. +If not, you could try to edit the following files: + +./Makefile +./libtac/lib/Makefile + +You should get a `pam_tacplus.so' module, which should be placed in +/lib/security. Modify `sample.pam' and install it in /etc/pam.d under +name of the proper service. + +This code is known to work on Linux, Solaris and AIX for now. + +Jan 02 2000 +Pawel Krawczyk <kravietz@ceti.pl> +http://ceti.pl/~kravietz/prog.html |
