-
-
Notifications
You must be signed in to change notification settings - Fork 102
Solaris 11.3 installation assist #40
Comments
You will find the library in the directory .libs |
Thanks! It looks like I'm missing three files according to the example. Below is the list of files in the .libs dir. root@HPlaptop:~/Downloads/pam_tacplus-master/.libs# ls -lart |
I was assisted by someone at Oracle to just do the "make install" as the next step. Below are the last few lines of the output: thanks....now to configure the PAM module. |
Need some help here please: root@HPlaptop:/etc/pam.d# cat login Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.PAM configurationlogin service (explicit because of pam_dial_auth)auth required pam_tacplus.so debug server=1.1.1.1 secret=password timeout=20 |
I was able to get "login" to start attempting to authenticate but would not. The ACS/TACACS server was reporting that the RSA server showed the password to be good, but afterwards the log would show "permission denied". |
I think it's working but not sure because of the two different messages. Thoughts?? Bueler, anyone?? and Nov 24 05:48:56 HPlaptop PAM-tacplus[3267]: [ID 702911 auth.debug] tac_login='pap' |
Attaching the tacacs pam files inside a tar archive for anyone wanting to tryout tacacs+ on a Solaris 11.3 server. |
Hello, I was able to get Oracle to help me get the source code compiled, but need some insight regarding the PAM properties in general. The files that created do not end up with the same filename extensions as what is in the example.
Here's what I have:
-rw-r--r-- 1 root root 1730 Nov 12 03:19 support.h
-rw-r--r-- 1 root root 3797 Nov 12 03:20 config.h.in~
-rw-r--r-- 1 root root 4170 Nov 12 03:29 config.h
-rw-r--r-- 1 root root 2913 Nov 12 12:17 configure.ac
-rw-r--r-- 1 root root 36257 Nov 12 12:18 aclocal.m4
-rwxr-xr-x 1 root root 427892 Nov 12 12:18 configure
-rw-r--r-- 1 root root 3797 Nov 12 12:18 config.h.in
drwxr-xr-x 2 root root 9 Nov 12 12:18 autom4te.cache
drwxr-xr-x 2 root root 15 Nov 12 12:18 config
-rw-r--r-- 1 root root 57727 Nov 12 12:18 Makefile.in
-rwxr-xr-x 1 root root 62229 Nov 12 12:19 config.status
-rw-r--r-- 1 root root 53949 Nov 12 12:19 Makefile
-rw-r--r-- 1 root root 275 Nov 12 12:19 libtac.pc
-rw-r--r-- 1 root root 1683 Nov 12 12:19 pam_tacplus.spec
-rw-r--r-- 1 root root 23 Nov 12 12:19 stamp-h1
-rwxr-xr-x 1 root root 292507 Nov 12 12:19 libtool
-rw-r--r-- 1 root root 43509 Nov 12 12:19 config.log
-rw-r--r-- 1 root root 907 Nov 12 12:19 libtac.la
-rw-r--r-- 1 root root 33664 Nov 12 12:19 pam_tacplus_la-pam_tacplus.o
-rw-r--r-- 1 root root 330 Nov 12 12:19 pam_tacplus_la-pam_tacplus.lo
-rw-r--r-- 1 root root 19580 Nov 12 12:19 pam_tacplus_la-support.o
-rw-r--r-- 1 root root 318 Nov 12 12:19 pam_tacplus_la-support.lo
drwxr-xr-x 2 root root 4 Nov 12 12:19 .deps
-rw-r--r-- 1 root root 1394 Nov 12 12:19 pam_tacplus.la
drwxr-xr-x 2 root root 13 Nov 12 12:19 .libs
thanks,
RickO
The text was updated successfully, but these errors were encountered: