Date: Mon, 14 Jun 1999 17:52:55 -0300 (EST) From: Paulo Fragoso <paulo@nlink.com.br> To: freebsd-hackers@freebsd.org Subject: pppd + pam + radius (3) [getting crazy] Message-ID: <Pine.BSF.3.96.990614173830.10159B-100000@mirage.nlink.com.br>
next in thread | raw e-mail | index | archive | help
Hi,
I've solved (I think) modules auth failures in pppd using PAM (compiled
with -DUSE_PAM). It's work after one modification:
--- ../pppd-orig/auth.c Sat Jun 20 15:02:08 1998
+++ auth.c Mon Jun 14 17:42:16 1999
@@ -867,7 +867,6 @@
*/
pam_error = pam_authenticate (pamh, PAM_SILENT);
if (pam_error == PAM_SUCCESS) {
- pam_error = pam_acct_mgmt (pamh, PAM_SILENT);
/* start a session for this user. Session closed when link ends.
*/
if (pam_error == PAM_SUCCESS)
Now I can log in my system authenticating via radius on another machine.
I'm using radiusd-cistron-1.5.4.3 but this server isn't working fine. My
radlast is empty. Why is happening? What the best version of radiusd to
use?
Please!!!, can anyone help me? I getting crazy :-)
Paulo.
------
" ... Overall we've found FreeBSD to excel in performace, stability,
technical support, and of course price. Two years after discovering
FreeBSD, we have yet to find a reason why we switch to anything else"
-David Filo, Yahoo!
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990614173830.10159B-100000>
