blob: 5cb758849f3b0ccd8eafa29b5b1771b91bab4a27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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:
$ aclocal
$ autoconf
$ autoheader
$ automake --add-missing
You should get a `pam_tacplus.so' module, which is placed in
/usr/local/lib/. Move it to the right security dir, normally /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.
Dec 22 2010
Jeroen Nijhof <jeroen@jeroennijhof.nl>
Pawel Krawczyk <pawel.krawczyk@hush.com>
|