[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: How to build contrib pw-radius?





On 09/30/2015 05:47 PM, Aaron Richton wrote:
It's expecting Juniper/FreeBSD libradius.

https://github.com/freebsd/freebsd/tree/master/lib/libradius


Thank you. Found a linux port[1] (libradius-linux) which seems to build[2]. I do have a pw-radius.so module now.

The README shows how to configure pw-radius for slapd.conf but I have a cn=config tree. What would my LDIF look like to add pw-radius.so? Specifically the radius.conf part?


#Load the pw-radius module
dn: cn=module{0},cn=config
changetype: modify
add: olcModuleLoad
olcModuleLoad: pw-radius.so config="/etc/radius.conf"  << correct?




[1] https://github.com/speakinghedge/libradius-linux
[2] http://pastebin.com/WbWfdhGy