Re: RADIUS authentication - Solaris 10

From: J S (js.tech.mailer@gmail.com)
Date: Fri Jan 19 2007 - 13:34:39 EST


 Thanks to everyone who responded. I was able to get freeradius pam_radius
to compile (you actually have to dig through the archives to sort out the
bugs) and I'm working on configuration now.

 some notes to making this compile using the 1.3.16 package:

 Make sure you install freeradius itself first.

 Change these lines for pam_radius compilation:

       - change to the md5.h file. Change line 18 from:
           #define uint32 u_int32_t
         to
           #define uint32 uint32_t
       - in md5.c, insert to line 38 (before any #include lines)
           #define __sparc
       - in pam_radius_auth.h, line 60, insert after the comment section
but
         before "#ifdef sun":
            #define sun

 I'll reply again once this compile has been tested.

On 1/17/07, J S <js.tech.mailer@gmail.com> wrote:
>
>
> I'm looking for methods of authenticating using RADIUS on my Solaris 10
> servers. I've seen the Freeradius setup for Solaris 2.6 but have heard it
> doesn't work well with Solaris 10. Any other well known methods google isn't
> spitting out for me?
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:41:30 EDT