On Thu, Jan 29, 2009 at 2:26 AM, Alan DeKok <aland@deployingradius.com> wrote:
Amy Hawke wrote:
We would like to get two factor authentication working using the username/password from our current LDAP directories and then username/RSA token code.
That will likely *not* work. The NAS has to support this behavior, and usually doesn't.
The RSA product is unable to connect to our current directories, so if possible we would like to perform the first step using FreeRADIUS and then proxy the second part of the request through to the RSA Authentication manager.
We're currently working to get FreeRADIUS integrated with the RSA token libraries. There are licensing restrictions, so the resulting code will likely not be part of the "official" release. But it should be available.
We're interested in getting libraries integrated with Freeradius and there would be no licensing issues - we can do a complete opensource offering. What's the best way to get this started? What are the programming requirements? One concern is that while we have support for java, python, C#, PHP and Ruby, we do not have any C libraries. Is it of interest? -- Nick Owen WiKID Systems, Inc. 404.962.8983 http://www.wikidsystems.com Commercial/Open Source Two-Factor Authentication
Nick Owen wrote:
We're interested in getting libraries integrated with Freeradius and there would be no licensing issues - we can do a complete opensource offering. What's the best way to get this started? What are the programming requirements? One concern is that while we have support for java, python, C#, PHP and Ruby, we do not have any C libraries. Is it of interest?
Yes. The server supports both Java && Python, though the Python interpreter is directly integrated, and the Java one isn't. My suggestion is to supply a sample Python configuration && Python script that uses your system. They can then go into: scripts/wikid.py # python script using your libraries raddb/modules/wikid # rlm_python configuration Alan DeKok.
On Sun, Feb 1, 2009 at 12:58 PM, Alan DeKok <aland@deployingradius.com> wrote:
Nick Owen wrote:
We're interested in getting libraries integrated with Freeradius and there would be no licensing issues - we can do a complete opensource offering. What's the best way to get this started? What are the programming requirements? One concern is that while we have support for java, python, C#, PHP and Ruby, we do not have any C libraries. Is it of interest?
Yes.
The server supports both Java && Python, though the Python interpreter is directly integrated, and the Java one isn't.
My suggestion is to supply a sample Python configuration && Python script that uses your system. They can then go into:
scripts/wikid.py # python script using your libraries raddb/modules/wikid # rlm_python configuration
Excellent, I will take a crack at this - it might be a while as I'm recovering from a laptop near death experience (covered by warrantee but requires off-site repair). Nick -- -- Nick Owen WiKID Systems, Inc. 404.962.8983 http://www.wikidsystems.com Commercial/Open Source Two-Factor Authentication
participants (2)
-
Alan DeKok -
Nick Owen