Thanks for the reply ... I solved this problem by making some changes in Makefile. added below lines in Makefile to solve Faulty module pam_radius_auth.so error. md5.o: md5.c md5.h $(cc) $(CFLAGS) -c md5.c -o md5.o On Mon, 31 Jan 2011 17:12:49 , freeradius-users-request@lists.freeradius.org wrote Send Freeradius-Users mailing list submissions to freeradius-users@lists.freeradius.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.freeradius.org/mailman/listinfo/freeradius-users or, via email, send a message with subject or body 'help' to freeradius-users-request@lists.freeradius.org You can reach the person managing the list at freeradius-users-owner@lists.freeradius.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Freeradius-Users digest..." Today's Topics: 1. Re: Treating octets as string (Alan DeKok) 2. Faulty module pam_radius_auth.so (vijay s sheelavantar) 3. Re: Faulty module pam_radius_auth.so (Peter Lambrechtsen) 4. Exec Module FreeRADIUS Version 2.1.8 (hollman.diaz) 5. Re: deny access with huntgroups (tragus) 6. max_requests and db connection and oracle issues? (Omer Faruk SEN) ---------------------------------------------------------------------- Message: 1 Date: Sun, 30 Jan 2011 17:09:41 +0100 From: Alan DeKok <aland@deployingradius.com> Subject: Re: Treating octets as string To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Message-ID: <4D458D45.5090705@deployingradius.com> Content-Type: text/plain; charset=ISO-8859-1 Brian Candler wrote: > OK, I've had a go at a patch. You can find it at > https://github.com/candlerb/freeradius-server/tree/candlerb/string_expansion > > Aside: I guess you can't use this if you have an 'octets' value with an > embedded null. If I set That's easy enough to fix, and the server already includes code to handle non-printable characters in a string. > Also, while doing this I also discovered a bug in the %{integer:...} > expansion: it will cause freeradius to segfault if the vp is known in the > dictionary but is not present in the request (radius_get_vp will return true > but set vp to NULL). The fix is also in that branch, but I'll post it here > too: Whoops. That needs fixing, yes. I've pushed fixes to the git repository. Alan DeKok. ------------------------------ Message: 2 Date: 31 Jan 2011 01:07:54 -0000 From: "vijay s sheelavantar" <s_vijay65@rediffmail.com> Subject: Faulty module pam_radius_auth.so To: "freeradius-users" <freeradius-users@lists.freeradius.org> Message-ID: <20110131010754.9001.qmail@f4mail211.rediffmail.com> Content-Type: text/plain; charset="utf-8" Hello Friends, I have compiled pam_radius_auth.so for MIPS architecture. I am linking the libraries as follows. $(LD) -Bshareable pam_radius_auth.o md5.o -lpam -o pam_radius_auth.soI tried by linking (-lc) also. but authentication is failing. I have captured the log from /var/log/auth.log. and it says the error as below. Jan 31 10:11:10 (none) sshd[25680]: PAM unable to dlopen(/lib/security/pam_radius_auth.so)Jan 31 10:11:10 (none) sshd[25680]: PAM [dlerror: /lib/security/pam_radius_auth.so: undefined symbol: pra_MD5Init]Jan 31 10:11:10 (none) sshd[25680]: PAM adding faulty module: /lib/security/pam_radius_auth.so kindly help me to solve this problem. Thanks and Regards, VIJAY S.