Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103708 - build radius support into exim ebuild
Summary: build radius support into exim ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Colin Morey (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 08:10 UTC by Martin Hierling
Modified: 2007-04-18 17:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Hierling 2005-08-25 08:10:18 UTC
Please, could you implement radius support for exim?
http://blob.co.uk/exim/ 
Here you can load the patch, it is a very small one.
Useflag "radius" is already present.

tnx Martin

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Hierling 2005-08-25 08:55:09 UTC
sorry, it is build in. Ive read the Specs. But it is not supported by the ebuilds.

From Specs File:
radius {<authentication string>}

   Radius authentication (RFC 2865) is supported in a similar way to PAM. You
   must set RADIUS_CONFIG_FILE in Local/Makefile to specify the location of
   the Radius client configuration file in order to build Exim with Radius
   support. With just that one setting, Exim expects to be linked with the     |
   "radiusclient" library. You can also link Exim with the "libradius" library |
   that comes with FreeBSD. To do this, set                                    |
                                                                               |
     RADIUS_LIB_TYPE=RADLIB                                                    |
                                                                               |
   in Local/Makefile, in addition to setting RADIUS_CONFIGURE_FILE. You may    |
   also have to supply a suitable setting in EXTRALIBS so that the Radius
   library can be found when Exim is linked.

   The string specified by RADIUS_CONFIG_FILE is expanded and passed to the
   Radius client library, which calls the Radius server. The condition is true
   if the authentication is successful. For example
Comment 2 Colin Morey (RETIRED) gentoo-dev 2005-11-23 11:04:10 UTC
I'll try and get support addded to the next release of exim
Comment 3 Colin Morey (RETIRED) gentoo-dev 2007-04-18 17:28:53 UTC
Radius support is included in exim-4.67 (due to hit the tree shortly.)