Re: pam_radius
From: Peter Pentchev (roam@ringlet.net)
Date: 11/13/02
- Next message: Ruslan Ermilov: "Re: pam_radius"
- Previous message: Alexandru G.Efrosi: "pam_radius"
- In reply to: Alexandru G.Efrosi: "pam_radius"
- Next in thread: Ruslan Ermilov: "Re: pam_radius"
- Reply: Ruslan Ermilov: "Re: pam_radius"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 13 Nov 2002 13:37:44 +0200 From: Peter Pentchev <roam@ringlet.net> To: "Alexandru G. Efrosi" <_ae@registru.md>
On Wed, Nov 13, 2002 at 01:05:54PM +0200, Alexandru G. Efrosi wrote:
> Hi!
>
> I set accounting trough PAM to a remote RADIUS server with pam_radius.so in that way:
> login account required pam_radius.so
> and I receive an error in auth.log
> login: unable to resolve symbol: pam_sm_acct_mgmt
>
> But, with this error, authentication works fine. Why accounting does't work?
> System used: FreeBSD 4.7-STABLE #0: Mon Nov 11 15:37:23 EET 2002
The pam_radius module does not implement accounting at all.
This can be seen from the error message itself - the PAM system
complains that it could not find the pam_sm_acct_mgmt symbol (function)
within the pam_radius shared library. A quick look at
src/lib/libpam/modules/pam_radius/pam_radius.c shows that, indeed, it
only defines 'auth' and 'setcred' request handlers.
G'luck,
Peter
-- Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 If there were no counterfactuals, this sentence would not have been paradoxical.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message
- application/pgp-signature attachment: stored
- Next message: Ruslan Ermilov: "Re: pam_radius"
- Previous message: Alexandru G.Efrosi: "pam_radius"
- In reply to: Alexandru G.Efrosi: "pam_radius"
- Next in thread: Ruslan Ermilov: "Re: pam_radius"
- Reply: Ruslan Ermilov: "Re: pam_radius"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|