Date: Wed, 13 Nov 2002 13:37:44 +0200 From: Peter Pentchev <roam@ringlet.net> To: "Alexandru G. Efrosi" <_ae@registru.md> Cc: security@freebsd.org Subject: Re: pam_radius Message-ID: <20021113113744.GB86564@straylight.oblivion.bg> In-Reply-To: <20021113130554.2551bd23._ae@registru.md> References: <20021113130554.2551bd23._ae@registru.md>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] 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. [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE90jmI7Ri2jRYZRVMRApPsAJ9NSrbhMknJlgXtla434YLwxdmRMwCfZEP+ 0KinEPhetND4GRHQAGAZahE= =fjCT -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021113113744.GB86564>
