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 [email protected]
with "unsubscribe freebsd-hackers" in the body of the message