[Freeipa-users] Radius Server install doesn't work

Fred Wittekind rom at twister.dyndns.org
Tue Jan 13 15:12:18 UTC 2009


Rob Crittenden wrote:
> Peter Wolf wrote:
>> Hi all,
>>
>> Just installed and configured FreeIPA 2 on a Fedora 10 x86 machine 
>> with yum. Everything seems to work fine but I'm not able to install 
>> the RadiusServer.
>> I used "yum install ipa-radius-*" and installs all the modules but 
>> when I run "ipa-radius-server" it says it doesn't has the plugin(s)! 
>> So it won't be installed.
>>
>> In the repository there isn't a modile of ipa-plugin(s). Does has any 
>> one already tried to install the Radius-part of FreeIPA? Or does any 
>> one knows Ho can I can install the Radius Server?
>>
>> Fobe.
>
> Unfortunately radius isn't getting a lot of attention right now. It 
> was release as a tech-preview but we aren't actively working on it.
>
> Another user reported a similar problem and a resolution was discussed 
> in this thread: 
> https://www.redhat.com/archives/freeipa-users/2008-October/msg00033.html
>
> The python fix is:
>
> --- a/ipa-radius-server/ipa-radius-install
> +++ b/ipa-radius-server/ipa-radius-install
> @@ -19,11 +19,12 @@
>  #
>
>  import sys
> +sys.path.append("/usr/share/ipa/ipaserver")
>
>  import traceback, logging, krbV
>
>  from ipaserver import installutils
> -from ipaserver.plugins import radiusinstance
> +from plugins import radiusinstance
>
>  from ipa import ipautil
>
> That still isn't enough because the configuration we create doesn't 
> work on F10. You have to comment out the INCLUDE snmp.conf among other 
> things, and notably krb5 support seems to be missing!? The rlm-krb5 
> radius plugin doesn't seem to be included in the freeradius package.
On Fedora 9 & 10, there is a freeradius-krb5 package that includes the 
following files:
/etc/raddb/modules/krb5
/usr/lib/freeradius/rlm_krb5-2.1.3.so
/usr/lib/freeradius/rlm_krb5.so

Fred
>
> rob
>
> _______________________________________________
> Freeipa-users mailing list
> Freeipa-users at redhat.com
> https://www.redhat.com/mailman/listinfo/freeipa-users
>




More information about the Freeipa-users mailing list