<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Radius Authentication using Perl Radius:: in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/radius-authentication-using-perl-radius/m-p/4203221#M56489</link>
    <description>Does anyone have an example of using Perl module Radius:: for authentication? Where would the /etc/radius/dictionary in an openvms environment?</description>
    <pubDate>Thu, 22 May 2008 19:00:52 GMT</pubDate>
    <dc:creator>James T Horn</dc:creator>
    <dc:date>2008-05-22T19:00:52Z</dc:date>
    <item>
      <title>Radius Authentication using Perl Radius::</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/radius-authentication-using-perl-radius/m-p/4203221#M56489</link>
      <description>Does anyone have an example of using Perl module Radius:: for authentication? Where would the /etc/radius/dictionary in an openvms environment?</description>
      <pubDate>Thu, 22 May 2008 19:00:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/radius-authentication-using-perl-radius/m-p/4203221#M56489</guid>
      <dc:creator>James T Horn</dc:creator>
      <dc:date>2008-05-22T19:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Radius Authentication using Perl Radius::</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/radius-authentication-using-perl-radius/m-p/4203222#M56490</link>
      <description>Why not use a native RADIUS server for VMS?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://starlet.deltatel.ru/radiusvms/" target="_blank"&gt;http://starlet.deltatel.ru/radiusvms/&lt;/A&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;A href="http://www.opus1.com/o/software_radius.html" target="_blank"&gt;http://www.opus1.com/o/software_radius.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2008 19:12:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/radius-authentication-using-perl-radius/m-p/4203222#M56490</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2008-05-22T19:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Radius Authentication using Perl Radius::</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/radius-authentication-using-perl-radius/m-p/4203223#M56491</link>
      <description>We need a perl script to use Radius:: calls to authenticate to a radius server. The Radius:: calls need to reference a dictionary file that I am thinking would be from a radius server.</description>
      <pubDate>Thu, 22 May 2008 19:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/radius-authentication-using-perl-radius/m-p/4203223#M56491</guid>
      <dc:creator>James T Horn</dc:creator>
      <dc:date>2008-05-22T19:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Radius Authentication using Perl Radius::</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/radius-authentication-using-perl-radius/m-p/4203224#M56492</link>
      <description>There's no Radius server nor Radius client built into OpenVMS, so there will be no Radius configuration files present, such as the requested /etc/radius/dictionary file.&lt;BR /&gt;&lt;BR /&gt;OpenVMS itself is completely different than OpenVMS, so the files found in /etc and other such Unix directories does not generally exist, or exists elsewhere, or else-different.  (You can see some of these Unix directories implemented inside the separately-installed GNV environment, and C will translate some common Unix specifications into OpenVMS equivalents, but -- in general -- you won't most Unix directories present.)&lt;BR /&gt;&lt;BR /&gt;Now as to where Ruslan put that configuration file (or whatever the analogous file) when he ported Radius over to OpenVMS, I don't know.  But there's undoubtedly an analog.  Pull down the kit and install it and have a look.&lt;BR /&gt;&lt;BR /&gt;In other words, you'll need to install the Radius server, look around, and port over the Perl module.&lt;BR /&gt;&lt;BR /&gt;Or use LDAP and external authentication or other such mechanism, depending on exactly what you're up to.  Or use a Perl tie-in into LDAP, etc.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 May 2008 01:53:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/radius-authentication-using-perl-radius/m-p/4203224#M56492</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-05-23T01:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Radius Authentication using Perl Radius::</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/radius-authentication-using-perl-radius/m-p/4203225#M56493</link>
      <description>Poking around in the Net::Radius namespace here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://search.cpan.org/src/LUISMUNOZ/Net-Radius-1.56/" target="_blank"&gt;http://search.cpan.org/src/LUISMUNOZ/Net-Radius-1.56/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I see a directory full of examples and another directory full of dictionaries.  I do not see offhand anything that looks especially OS-specific and this is a pure-Perl module -- no interfaces to C modules.  &lt;BR /&gt;&lt;BR /&gt;I guess the answer to where the dictionary is might be where do you want it to be and / or where has your Radius installation already put it.</description>
      <pubDate>Fri, 23 May 2008 02:55:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/radius-authentication-using-perl-radius/m-p/4203225#M56493</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2008-05-23T02:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Radius Authentication using Perl Radius::</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/radius-authentication-using-perl-radius/m-p/4203226#M56494</link>
      <description>Hello, James!&lt;BR /&gt;&lt;BR /&gt; As I understand you need a PERL stuff to performs an authentication against RADIUS?&lt;BR /&gt;&lt;BR /&gt;U don't need a dictionary and other RADIUS related stuff, just form an UDP packet with 2 attributes: Username &amp;amp; Password, it's a two screen of code maximum (include retransmits and answer checking/validating).&lt;BR /&gt;&lt;BR /&gt;You can use as examples:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://starlet.deltatel.ru/~laishev/aaa-vms/pmas_radius.c" target="_blank"&gt;http://starlet.deltatel.ru/~laishev/aaa-vms/pmas_radius.c&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://starlet.deltatel.ru/~laishev/aaa-vms/lgi$callout_radius.c" target="_blank"&gt;http://starlet.deltatel.ru/~laishev/aaa-vms/lgi$callout_radius.c&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jun 2008 12:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/radius-authentication-using-perl-radius/m-p/4203226#M56494</guid>
      <dc:creator>Ruslan R. Laishev</dc:creator>
      <dc:date>2008-06-03T12:47:24Z</dc:date>
    </item>
  </channel>
</rss>

