<?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 Re: FreeRadius and VDX NOS cleartext password issue in Data Center (VDX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64670#M307</link>
    <description>&lt;P&gt;Ok, I will try that tomorrow and respond back.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2019 08:31:08 GMT</pubDate>
    <dc:creator>kenneth_delaney</dc:creator>
    <dc:date>2019-10-30T08:31:08Z</dc:date>
    <item>
      <title>FreeRadius and VDX NOS cleartext password issue</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64661#M298</link>
      <description>&lt;P&gt;I have freeradius for radius server and attempting authentication from VDX-6740.&amp;nbsp; When I look at the debug of freeradius (freeradius -X) I see that the VDX is not sending cleartext to freeradius but some control codes following the password which is causing authentiction to fail.&amp;nbsp; In this example the cleartext password is “password” and that’s what’s being entered but several control characters are being added causing it to fail.&amp;nbsp; Does anyone know how to fix this?&lt;/P&gt;&lt;P&gt;Ready to process requests&lt;BR /&gt;(2) Received Access-Request Id 231 from 192.168.86.20:28018 to 192.168.86.3:1812 length 75&lt;BR /&gt;(2) &amp;nbsp; User-Name = "networkadmin"&lt;BR /&gt;(2) &amp;nbsp; User-Password = "password123\000\000\000\000\021"&lt;BR /&gt;(2) &amp;nbsp; NAS-IP-Address = 192.168.86.20&lt;BR /&gt;(2) &amp;nbsp; NAS-Identifier = "sw0"&lt;BR /&gt;(2) &amp;nbsp; NAS-Port = 26993&lt;BR /&gt;(2) &amp;nbsp; NAS-Port-Type = Virtual&lt;BR /&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;(2) pap: Login attempt with password&lt;BR /&gt;(2) pap: Comparing with "known good" Cleartext-Password&lt;BR /&gt;(2) pap: ERROR: Cleartext password does not match "known good" password&lt;BR /&gt;(2) pap: Passwords don't match&lt;BR /&gt;(2) &amp;nbsp; &amp;nbsp; [pap] = reject&lt;BR /&gt;(2) &amp;nbsp; } # Auth-Type PAP = reject&lt;BR /&gt;(2) Failed to authenticate the user&lt;BR /&gt;(2) Using Post-Auth-Type Reject&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 07:51:15 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64661#M298</guid>
      <dc:creator>kenneth_delaney</dc:creator>
      <dc:date>2019-10-29T07:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRadius and VDX NOS cleartext password issue</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64662#M299</link>
      <description>&lt;P&gt;Hello Kenneth,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Which NOS version are you running?&amp;nbsp;&lt;/LI&gt;	&lt;LI&gt;Has this worked before or new setup?&lt;/LI&gt;	&lt;LI&gt;Do you have mutliple VDX in your VCS? If so, do you see this on other VDX too?&lt;/LI&gt;	&lt;LI&gt;Have you tried removing the radius host configuration on the VDX, and re-add it?&amp;nbsp;&lt;/LI&gt;	&lt;LI&gt;Does it always append the same characters to all passwords?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;We may need a packet capture from the VDX management interface to confirm that the VDX is adding these characters when it’s leaving the switch.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 09:59:45 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64662#M299</guid>
      <dc:creator>Truyen_Phan</dc:creator>
      <dc:date>2019-10-29T09:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRadius and VDX NOS cleartext password issue</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64663#M300</link>
      <description>&lt;P&gt;NOS 7.3.0a&lt;/P&gt;&lt;P&gt;This is first time, new setup&lt;/P&gt;&lt;P&gt;One VDX currently, 6740&lt;/P&gt;&lt;P&gt;I have redone the radius host configuration a few times and re-added it&lt;/P&gt;&lt;P&gt;I’ll have to check if the same characters are added each time...I’ll create another user with admin role and different password and see if there’s a difference&lt;/P&gt;&lt;P&gt;It’s only the VDX that appends these characters to cleartext passwords.&amp;nbsp; If I use test clients like linux raddtest or simple radius tool on Android device with same account there’s no issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 19:13:53 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64663#M300</guid>
      <dc:creator>kenneth_delaney</dc:creator>
      <dc:date>2019-10-29T19:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRadius and VDX NOS cleartext password issue</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64664#M301</link>
      <description>&lt;P&gt;I tried in our lab and able to authentic without issues.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;[root@CentOS7 ~]# radiusd -X&lt;BR /&gt;FreeRADIUS Version 3.0.13&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;(1) Received Accounting-Request Id 247 from 10.26.143.242:13976 to 10.26.142.82:1813 length 90&lt;BR /&gt;(1)   User-Name = "test123"&lt;BR /&gt;(1)   NAS-IP-Address = 10.26.143.242&lt;BR /&gt;(1)   NAS-Identifier = "sw0"&lt;BR /&gt;(1)   Calling-Station-Id = "134.141.54.205"&lt;BR /&gt;(1)   NAS-Port = 12951&lt;BR /&gt;(1)   NAS-Port-Type = Virtual&lt;BR /&gt;(1)   Acct-Status-Type = Start&lt;BR /&gt;(1)   Acct-Session-Id = "00012951"&lt;BR /&gt;(1)   Acct-Authentic = RADIUS&lt;BR /&gt;(1) # Executing section preacct from file /etc/raddb/sites-enabled/default&lt;BR /&gt;(1)   preacct {&lt;BR /&gt;(1)     [preprocess] = ok&lt;BR /&gt;(1)     policy acct_unique {&lt;BR /&gt;(1)       update request {&lt;BR /&gt;(1)         &amp;amp;Tmp-String-9 := "ai:"&lt;BR /&gt;(1)       } # update request = noop&lt;BR /&gt;(1)       if (("%{hex:&amp;amp;Class}" =~ /^%{hex:&amp;amp;Tmp-String-9}/) &amp;amp;&amp;amp;       ("%{string:&amp;amp;Class}" =~ /^ai:([0-9a-f]{32})/i)) {&lt;BR /&gt;(1)       EXPAND %{hex:&amp;amp;Class}&lt;BR /&gt;(1)          --&amp;gt;&lt;BR /&gt;(1)       EXPAND ^%{hex:&amp;amp;Tmp-String-9}&lt;BR /&gt;(1)          --&amp;gt; ^61693a&lt;BR /&gt;(1)       if (("%{hex:&amp;amp;Class}" =~ /^%{hex:&amp;amp;Tmp-String-9}/) &amp;amp;&amp;amp;       ("%{string:&amp;amp;Class}" =~ /^ai:([0-9a-f]{32})/i))  -&amp;gt; FALSE&lt;BR /&gt;(1)       else {&lt;BR /&gt;(1)         update request {&lt;BR /&gt;(1)           EXPAND %{md5:%{User-Name},%{Acct-Session-ID},%{%{NAS-IPv6-Address}:-%{NAS-IP-Address}},%{NAS-Identifier},%{NAS-Port-ID},%{NAS-Port}}&lt;BR /&gt;(1)              --&amp;gt; 671d2208a23a54a3debe9733f362a5b2&lt;BR /&gt;(1)           &amp;amp;Acct-Unique-Session-Id := 671d2208a23a54a3debe9733f362a5b2&lt;BR /&gt;(1)         } # update request = noop&lt;BR /&gt;(1)       } # else = noop&lt;BR /&gt;(1)     } # policy acct_unique = noop&lt;BR /&gt;(1) suffix: Checking for suffix after "@"&lt;BR /&gt;(1) suffix: No '@' in User-Name = "test123", looking up realm NULL&lt;BR /&gt;(1) suffix: No such realm "NULL"&lt;BR /&gt;(1)     [suffix] = noop&lt;BR /&gt;(1)     [files] = noop&lt;BR /&gt;(1)   } # preacct = ok&lt;BR /&gt;(1) # Executing section accounting from file /etc/raddb/sites-enabled/default&lt;BR /&gt;(1)   accounting {&lt;BR /&gt;(1) detail: EXPAND /var/log/radius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d&lt;BR /&gt;(1) detail:    --&amp;gt; /var/log/radius/radacct/10.26.143.242/detail-20191029&lt;BR /&gt;(1) detail: /var/log/radius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d expands to /var/log/radius/radacct/10.26.143.242/detail-20191029&lt;BR /&gt;(1) detail: EXPAND %t&lt;BR /&gt;(1) detail:    --&amp;gt; Tue Oct 29 11:58:24 2019&lt;BR /&gt;(1)     [detail] = ok&lt;BR /&gt;(1)     [unix] = ok&lt;BR /&gt;(1)     [exec] = noop&lt;BR /&gt;(1) attr_filter.accounting_response: EXPAND %{User-Name}&lt;BR /&gt;(1) attr_filter.accounting_response:    --&amp;gt; test123&lt;BR /&gt;(1) attr_filter.accounting_response: Matched entry DEFAULT at line 12&lt;BR /&gt;(1)     [attr_filter.accounting_response] = updated&lt;BR /&gt;(1)   } # accounting = updated&lt;BR /&gt;(1) Sent Accounting-Response Id 247 from 10.26.142.82:1813 to 10.26.143.242:13976 length 0&lt;BR /&gt;(1) Finished request&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also,&amp;nbsp; please confirm that you have the dictionary files configured and attribute roles set.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;[root@CentOS7 ~]# cat /etc/raddb/dictionary | grep brocade&lt;BR /&gt;$INCLUDE dictionary.brocade&lt;BR /&gt;&lt;BR /&gt;[root@CentOS7 ~]# cat /etc/raddb/dictionary.brocade&lt;BR /&gt;#&lt;BR /&gt;# dictionary.brocade&lt;BR /&gt;#&lt;BR /&gt;VENDOR Brocade 1588&lt;BR /&gt;#&lt;BR /&gt;# attributes&lt;BR /&gt;#&lt;BR /&gt;ATTRIBUTE Brocade-Auth-Role 1 string Brocade&lt;BR /&gt;&lt;BR /&gt;[root@CentOS7 ~]# cat /etc/raddb/users&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;test123 Auth-Type := pap&lt;BR /&gt;        Brocade-Auth-Role = "admin"&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 02:13:05 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64664#M301</guid>
      <dc:creator>Truyen_Phan</dc:creator>
      <dc:date>2019-10-30T02:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRadius and VDX NOS cleartext password issue</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64665#M302</link>
      <description>&lt;P&gt;It looks like we are using slightly different versions of FreeRadius.&amp;nbsp;&amp;nbsp;I’m running FreeRadius v3.0.17&amp;nbsp;on Raspberry Pi 2 Model B, Raspbian (Debian 10.1), Linux Kernel 4.19.75-v7+ .&amp;nbsp;&amp;nbsp;&lt;BR /&gt;I was following the VDX NOS 7.3 Security Guide to configure Radius server.&amp;nbsp;&amp;nbsp;Here’s some configuration items.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here’s some VDX Info…&lt;BR /&gt;sw0# sh ver&lt;/P&gt;&lt;P&gt;Network Operating System Software&lt;BR /&gt;Network Operating System Version: 7.3.0a&lt;BR /&gt;Copyright (c) 1995-2017 Brocade Communications Systems, Inc.&lt;BR /&gt;Firmware name: &amp;nbsp; &amp;nbsp; &amp;nbsp;7.3.0a&lt;BR /&gt;Build Time: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 07:59:32 Sep 24, 2018&lt;BR /&gt;Install Time: &amp;nbsp; &amp;nbsp; &amp;nbsp; 21:43:04 Oct 29, 2019&lt;BR /&gt;Kernel: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.6.34.6&lt;/P&gt;&lt;P&gt;BootProm: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.0.1&lt;BR /&gt;Control Processor: &amp;nbsp;e500mc with 4096 MB of memory&lt;/P&gt;&lt;P&gt;Slot &amp;nbsp; &amp;nbsp;Name &amp;nbsp; &amp;nbsp;Primary/Secondary Versions &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status&lt;BR /&gt;---------------------------------------------------------------------------&lt;BR /&gt;SW/0 &amp;nbsp; &amp;nbsp;NOS &amp;nbsp; &amp;nbsp; 7.3.0a &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ACTIVE*&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7.3.0a&lt;BR /&gt;SW/1 &amp;nbsp; &amp;nbsp;NOS &amp;nbsp; &amp;nbsp; 7.3.0a &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; STANDBY&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7.3.0a&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;sw0# show running-config radius-server host 192.168.86.3&lt;BR /&gt;radius-server host 192.168.86.3 use-vrf mgmt-vrf&lt;BR /&gt;&amp;nbsp;protocol pap key "VaXhc9WCy+1IwRU2ZaS2vQ==\n" encryption-level 7 timeout 10&lt;/P&gt;&lt;P&gt;sw0# show running-config aaa&lt;BR /&gt;aaa authentication login radius local-auth-fallback&lt;BR /&gt;aaa accounting exec default start-stop none&lt;BR /&gt;aaa accounting commands default start-stop none&lt;/P&gt;&lt;P&gt;sw0# show running-config username&lt;BR /&gt;username admin password "BwrsDbB+tABWGWpINOVKoQ==\n" encryption-level 7 role admin desc Administrator&lt;BR /&gt;username networkadmin password "QSrTWRQ4q43BkajCtwxNVw==\n" encryption-level 7 role admin&lt;BR /&gt;username user password "BwrsDbB+tABWGWpINOVKoQ==\n" encryption-level 7 role user desc User&lt;/P&gt;&lt;P&gt;Here’s FreeRadius Info…&lt;BR /&gt;&amp;nbsp;root@pi-radius:/usr/share/freeradius# cat dictionary.brocade&lt;/P&gt;&lt;P&gt;# -*- text -*-&lt;/P&gt;&lt;P&gt;# Copyright (C) 2015 The FreeRADIUS Server project and contributors&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;VENDOR Brocade 1588&lt;/P&gt;&lt;P&gt;BEGIN-VENDOR Brocade&lt;/P&gt;&lt;P&gt;ATTRIBUTE Brocade-Auth-Role 1 string&lt;/P&gt;&lt;P&gt;# Valid attribute values:&lt;/P&gt;&lt;P&gt;# Admin BasicSwitchAdmin FabricAdmin Operator&lt;/P&gt;&lt;P&gt;# SecurityAdmin SwitchAdmin User ZoneAdmin&lt;/P&gt;&lt;P&gt;ATTRIBUTE Brocade-AVPairs1 2 string&lt;/P&gt;&lt;P&gt;ATTRIBUTE Brocade-AVPairs2 3 string&lt;/P&gt;&lt;P&gt;ATTRIBUTE Brocade-AVPairs3 4 string&lt;/P&gt;&lt;P&gt;ATTRIBUTE Brocade-AVPairs4 5 string&lt;/P&gt;&lt;P&gt;# Brocade-AVPairs1/2/3/4:&lt;/P&gt;&lt;P&gt;# Optional, specifies Admin Domain or Virtual Fabric List&lt;/P&gt;&lt;P&gt;ATTRIBUTE Brocade-Passwd-ExpiryDate 6 string # Format: MM/DD/YYYY&lt;/P&gt;&lt;P&gt;ATTRIBUTE Brocade-Passwd-WarnPeriod 7 string # Format: integer in days&lt;/P&gt;&lt;P&gt;root@pi-radius:/usr/share/freeradius# cat /etc/freeradius/3.0/users&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;#The following is for Brocade VDX User&lt;/P&gt;&lt;P&gt;networkadmin Cleartext-Password := "password123"&lt;/P&gt;&lt;P&gt;Service-Type = Framed-User,&lt;/P&gt;&lt;P&gt;Brocade-Auth-Role = "admin"&lt;/P&gt;&lt;P&gt;root@pi-radius:/usr/share/freeradius# cat /etc/freeradius/3.0/clients.conf&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;client private-network-1 {&lt;/P&gt;&lt;P&gt;ipaddr =&amp;nbsp;192.168.86.0/24&lt;/P&gt;&lt;P&gt;secret = testing123&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;Ready to process requests&lt;/P&gt;&lt;P&gt;(0) Received Access-Request Id 99 from&amp;nbsp;192.168.86.20:3272&amp;nbsp;to&amp;nbsp;192.168.86.3:1812&amp;nbsp;length 75&lt;/P&gt;&lt;P&gt;(0) User-Name = "networkadmin"&lt;/P&gt;&lt;P&gt;(0) User-Password = "password123\000\000\000\000\021"&lt;/P&gt;&lt;P&gt;(0) NAS-IP-Address = 192.168.86.20&lt;/P&gt;&lt;P&gt;(0) NAS-Identifier = "sw0"&lt;/P&gt;&lt;P&gt;(0) NAS-Port = 2247&lt;/P&gt;&lt;P&gt;(0) NAS-Port-Type = Virtual&lt;/P&gt;&lt;P&gt;(0) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/default&lt;/P&gt;&lt;P&gt;(0) authorize {&lt;/P&gt;&lt;P&gt;(0) policy filter_username {&lt;/P&gt;&lt;P&gt;(0) if (&amp;amp;User-Name) {&lt;/P&gt;&lt;P&gt;(0) if (&amp;amp;User-Name) -&amp;gt; TRUE&lt;/P&gt;&lt;P&gt;(0) if (&amp;amp;User-Name) {&lt;/P&gt;&lt;P&gt;(0) if (&amp;amp;User-Name =~ / /) {&lt;/P&gt;&lt;P&gt;(0) if (&amp;amp;User-Name =~ / /) -&amp;gt; FALSE&lt;/P&gt;&lt;P&gt;(0) if (&amp;amp;User-Name =~ /@[^@]*@/ ) {&lt;/P&gt;&lt;P&gt;(0) if (&amp;amp;User-Name =~ /@[^@]*@/ ) -&amp;gt; FALSE&lt;/P&gt;&lt;P&gt;(0) if (&amp;amp;User-Name =~ /\.\./ ) {&lt;/P&gt;&lt;P&gt;(0) if (&amp;amp;User-Name =~ /\.\./ ) -&amp;gt; FALSE&lt;/P&gt;&lt;P&gt;(0) if ((&amp;amp;User-Name =~ /@/) &amp;amp;&amp;amp; (&amp;amp;User-Name !~ /@(.+)\.(.+)$/)) {&lt;/P&gt;&lt;P&gt;(0) if ((&amp;amp;User-Name =~ /@/) &amp;amp;&amp;amp; (&amp;amp;User-Name !~ /@(.+)\.(.+)$/)) -&amp;gt; FALSE&lt;/P&gt;&lt;P&gt;(0) if (&amp;amp;User-Name =~ /\.$/) {&lt;/P&gt;&lt;P&gt;(0) if (&amp;amp;User-Name =~ /\.$/) -&amp;gt; FALSE&lt;/P&gt;&lt;P&gt;(0) if (&amp;amp;User-Name =~ /@\./) {&lt;/P&gt;&lt;P&gt;(0) if (&amp;amp;User-Name =~ /@\./) -&amp;gt; FALSE&lt;/P&gt;&lt;P&gt;(0) } # if (&amp;amp;User-Name) = notfound&lt;/P&gt;&lt;P&gt;(0) } # policy filter_username = notfound&lt;/P&gt;&lt;P&gt;(0) [preprocess] = ok&lt;/P&gt;&lt;P&gt;(0) [chap] = noop&lt;/P&gt;&lt;P&gt;(0) [mschap] = noop&lt;/P&gt;&lt;P&gt;(0) [digest] = noop&lt;/P&gt;&lt;P&gt;(0) suffix: Checking for suffix after "@"&lt;/P&gt;&lt;P&gt;(0) suffix: No '@' in User-Name = "networkadmin", looking up realm NULL&lt;/P&gt;&lt;P&gt;(0) suffix: No such realm "NULL"&lt;/P&gt;&lt;P&gt;(0) [suffix] = noop&lt;/P&gt;&lt;P&gt;(0) eap: No EAP-Message, not doing EAP&lt;/P&gt;&lt;P&gt;(0) [eap] = noop&lt;/P&gt;&lt;P&gt;(0) files: users: Matched entry networkadmin at line 84&lt;/P&gt;&lt;P&gt;(0) [files] = ok&lt;/P&gt;&lt;P&gt;(0) [expiration] = noop&lt;/P&gt;&lt;P&gt;(0) [logintime] = noop&lt;/P&gt;&lt;P&gt;(0) [pap] = updated&lt;/P&gt;&lt;P&gt;(0) } # authorize = updated&lt;/P&gt;&lt;P&gt;(0) Found Auth-Type = PAP&lt;/P&gt;&lt;P&gt;(0) # Executing group from file /etc/freeradius/3.0/sites-enabled/default&lt;/P&gt;&lt;P&gt;(0) Auth-Type PAP {&lt;/P&gt;&lt;P&gt;(0) pap: Login attempt with password&lt;/P&gt;&lt;P&gt;(0) pap: Comparing with "known good" Cleartext-Password&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(0) pap: ERROR: Cleartext password does not match "known good" password&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(0) pap: Passwords don't match&lt;/P&gt;&lt;P&gt;(0) [pap] = reject&lt;/P&gt;&lt;P&gt;(0) } # Auth-Type PAP = reject&lt;/P&gt;&lt;P&gt;(0) Failed to authenticate the user&lt;/P&gt;&lt;P&gt;(0) Using Post-Auth-Type Reject&lt;/P&gt;&lt;P&gt;(0) # Executing group from file /etc/freeradius/3.0/sites-enabled/default&lt;/P&gt;&lt;P&gt;(0) Post-Auth-Type REJECT {&lt;/P&gt;&lt;P&gt;(0) attr_filter.access_reject: EXPAND %{User-Name}&lt;/P&gt;&lt;P&gt;(0) attr_filter.access_reject: --&amp;gt; networkadmin&lt;/P&gt;&lt;P&gt;(0) attr_filter.access_reject: Matched entry DEFAULT at line 11&lt;/P&gt;&lt;P&gt;(0) [attr_filter.access_reject] = updated&lt;/P&gt;&lt;P&gt;(0) [eap] = noop&lt;/P&gt;&lt;P&gt;(0) policy remove_reply_message_if_eap {&lt;/P&gt;&lt;P&gt;(0) if (&amp;amp;reply:EAP-Message &amp;amp;&amp;amp; &amp;amp;reply:Reply-Message) {&lt;/P&gt;&lt;P&gt;(0) if (&amp;amp;reply:EAP-Message &amp;amp;&amp;amp; &amp;amp;reply:Reply-Message) -&amp;gt; FALSE&lt;/P&gt;&lt;P&gt;(0) else {&lt;/P&gt;&lt;P&gt;(0) [noop] = noop&lt;/P&gt;&lt;P&gt;(0) } # else = noop&lt;/P&gt;&lt;P&gt;(0) } # policy remove_reply_message_if_eap = noop&lt;/P&gt;&lt;P&gt;(0) } # Post-Auth-Type REJECT = updated&lt;/P&gt;&lt;P&gt;(0) Delaying response for 1.000000 seconds&lt;/P&gt;&lt;P&gt;Waking up in 0.3 seconds.&lt;/P&gt;&lt;P&gt;Waking up in 0.6 seconds.&lt;/P&gt;&lt;P&gt;(0) Sending delayed response&lt;/P&gt;&lt;P&gt;(0) Sent Access-Reject Id 99 from&amp;nbsp;192.168.86.3:1812&amp;nbsp;to&amp;nbsp;192.168.86.20:3272&amp;nbsp;length 20&lt;/P&gt;&lt;P&gt;Waking up in 3.9 seconds.&lt;/P&gt;&lt;P&gt;(0) Cleaning up request packet ID 99 with timestamp +951&lt;/P&gt;&lt;P&gt;Ready to process requests&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 05:25:33 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64665#M302</guid>
      <dc:creator>kenneth_delaney</dc:creator>
      <dc:date>2019-10-30T05:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRadius and VDX NOS cleartext password issue</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64666#M303</link>
      <description>&lt;P&gt;Here’s a tcpdump of the conversation between the VDX (.20) and the FreeRadius Server (.3)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;radius-conv2.pcap 2 total packets, 2 shown&lt;/P&gt;&lt;P&gt;No. Time Source Destination Protocol Length Info&lt;BR /&gt;1 0.000000 192.168.86.20 192.168.86.3 RADIUS 117 Access-Request id=156&lt;BR /&gt;Frame 1: 117 bytes on wire (936 bits), 117 bytes captured (936 bits)&lt;BR /&gt;Encapsulation type: Ethernet (1)&lt;BR /&gt;Arrival Time: Oct 29, 2019 18:35:41.092892000 Eastern Daylight Time&lt;BR /&gt;[Time shift for this packet: 0.000000000 seconds]&lt;BR /&gt;Epoch Time: 1572388541.092892000 seconds&lt;BR /&gt;[Time delta from previous captured frame: 0.000000000 seconds]&lt;BR /&gt;[Time delta from previous displayed frame: 0.000000000 seconds]&lt;BR /&gt;[Time since reference or first frame: 0.000000000 seconds]&lt;BR /&gt;Frame Number: 1&lt;BR /&gt;Frame Length: 117 bytes (936 bits)&lt;BR /&gt;Capture Length: 117 bytes (936 bits)&lt;BR /&gt;[Frame is marked: False]&lt;BR /&gt;[Frame is ignored: False]&lt;BR /&gt;[Protocols in frame: eth:ethertype:ip:udp:radius]&lt;BR /&gt;[Coloring Rule Name: UDP]&lt;BR /&gt;[Coloring Rule String: udp]&lt;BR /&gt;Ethernet II, Src: BrocadeC_02:8e:0f (50:eb:1a:02:8e:0f), Dst: EdimaxTe_7e:90:d1 (80:1f:02:7e:90:d1)&lt;BR /&gt;Destination: EdimaxTe_7e:90:d1 (80:1f:02:7e:90:d1)&lt;BR /&gt;Address: EdimaxTe_7e:90:d1 (80:1f:02:7e:90:d1)&lt;BR /&gt;.... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)&lt;BR /&gt;.... ...0 .... .... .... .... = IG bit: Individual address (unicast)&lt;BR /&gt;Source: BrocadeC_02:8e:0f (50:eb:1a:02:8e:0f)&lt;BR /&gt;Address: BrocadeC_02:8e:0f (50:eb:1a:02:8e:0f)&lt;BR /&gt;.... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)&lt;BR /&gt;.... ...0 .... .... .... .... = IG bit: Individual address (unicast)&lt;BR /&gt;Type: IPv4 (0x0800)&lt;BR /&gt;Internet Protocol Version 4, Src: 192.168.86.20, Dst: 192.168.86.3&lt;BR /&gt;0100 .... = Version: 4&lt;BR /&gt;.... 0101 = Header Length: 20 bytes (5)&lt;BR /&gt;Differentiated Services Field: 0x00 (DSCP: CS0, ECN: Not-ECT)&lt;BR /&gt;0000 00.. = Differentiated Services Codepoint: Default (0)&lt;BR /&gt;.... ..00 = Explicit Congestion Notification: Not ECN-Capable Transport (0)&lt;BR /&gt;Total Length: 103&lt;BR /&gt;Identification: 0x0000 (0)&lt;BR /&gt;Flags: 0x4000, Don't fragment&lt;BR /&gt;0... .... .... .... = Reserved bit: Not set&lt;BR /&gt;.1.. .... .... .... = Don't fragment: Set&lt;BR /&gt;..0. .... .... .... = More fragments: Not set&lt;BR /&gt;...0 0000 0000 0000 = Fragment offset: 0&lt;BR /&gt;Time to live: 64&lt;BR /&gt;Protocol: UDP (17)&lt;BR /&gt;Header checksum: 0x0d1e [validation disabled]&lt;BR /&gt;[Header checksum status: Unverified]&lt;BR /&gt;Source: 192.168.86.20&lt;BR /&gt;Destination: 192.168.86.3&lt;BR /&gt;User Datagram Protocol, Src Port: 8507, Dst Port: 1812&lt;BR /&gt;Source Port: 8507&lt;BR /&gt;Destination Port: 1812&lt;BR /&gt;Length: 83&lt;BR /&gt;Checksum: 0x2c17 [unverified]&lt;BR /&gt;[Checksum Status: Unverified]&lt;BR /&gt;[Stream index: 0]&lt;BR /&gt;[Timestamps]&lt;BR /&gt;[Time since first frame: 0.000000000 seconds]&lt;BR /&gt;[Time since previous frame: 0.000000000 seconds]&lt;BR /&gt;RADIUS Protocol&lt;BR /&gt;Code: Access-Request (1)&lt;BR /&gt;Packet identifier: 0x9c (156)&lt;BR /&gt;Length: 75&lt;BR /&gt;Authenticator: 9a4717419852e2d7582199745c94b9f6&lt;BR /&gt;[The response to this request is in frame 2]&lt;BR /&gt;Attribute Value Pairs&lt;BR /&gt;AVP: t=User-Name(1) l=14 val=networkadmin&lt;BR /&gt;Type: 1&lt;BR /&gt;Length: 14&lt;BR /&gt;User-Name: networkadmin&lt;BR /&gt;AVP: t=User-Password(2) l=18 val=Encrypted&lt;BR /&gt;Type: 2&lt;BR /&gt;Length: 18&lt;BR /&gt;User-Password (encrypted): cd12d9b6b9e12234d8b7ccbd16444fd9&lt;BR /&gt;AVP: t=NAS-IP-Address(4) l=6 val=192.168.86.20&lt;BR /&gt;Type: 4&lt;BR /&gt;Length: 6&lt;BR /&gt;NAS-IP-Address: 192.168.86.20&lt;BR /&gt;AVP: t=NAS-Identifier(32) l=5 val=sw0&lt;BR /&gt;Type: 32&lt;BR /&gt;Length: 5&lt;BR /&gt;NAS-Identifier: sw0&lt;BR /&gt;AVP: t=NAS-Port(5) l=6 val=7482&lt;BR /&gt;Type: 5&lt;BR /&gt;Length: 6&lt;/P&gt;&lt;P&gt;NAS-Port: 7482&lt;BR /&gt;AVP: t=NAS-Port-Type(61) l=6 val=Virtual(5)&lt;BR /&gt;Type: 61&lt;BR /&gt;Length: 6&lt;BR /&gt;NAS-Port-Type: Virtual (5)&lt;BR /&gt;No. Time Source Destination Protocol Length Info&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2 1.004392 192.168.86.3 192.168.86.20 RADIUS 62 Access-Reject id=156&lt;BR /&gt;Frame 2: 62 bytes on wire (496 bits), 62 bytes captured (496 bits)&lt;BR /&gt;Encapsulation type: Ethernet (1)&lt;BR /&gt;Arrival Time: Oct 29, 2019 18:35:42.097284000 Eastern Daylight Time&lt;BR /&gt;[Time shift for this packet: 0.000000000 seconds]&lt;BR /&gt;Epoch Time: 1572388542.097284000 seconds&lt;BR /&gt;[Time delta from previous captured frame: 1.004392000 seconds]&lt;BR /&gt;[Time delta from previous displayed frame: 1.004392000 seconds]&lt;BR /&gt;[Time since reference or first frame: 1.004392000 seconds]&lt;BR /&gt;Frame Number: 2&lt;BR /&gt;Frame Length: 62 bytes (496 bits)&lt;BR /&gt;Capture Length: 62 bytes (496 bits)&lt;BR /&gt;[Frame is marked: False]&lt;BR /&gt;[Frame is ignored: False]&lt;BR /&gt;[Protocols in frame: eth:ethertype:ip:udp:radius]&lt;BR /&gt;[Coloring Rule Name: UDP]&lt;BR /&gt;[Coloring Rule String: udp]&lt;BR /&gt;Ethernet II, Src: EdimaxTe_7e:90:d1 (80:1f:02:7e:90:d1), Dst: BrocadeC_02:8e:0f (50:eb:1a:02:8e:0f)&lt;BR /&gt;Destination: BrocadeC_02:8e:0f (50:eb:1a:02:8e:0f)&lt;BR /&gt;Address: BrocadeC_02:8e:0f (50:eb:1a:02:8e:0f)&lt;BR /&gt;.... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)&lt;BR /&gt;.... ...0 .... .... .... .... = IG bit: Individual address (unicast)&lt;BR /&gt;Source: EdimaxTe_7e:90:d1 (80:1f:02:7e:90:d1)&lt;BR /&gt;Address: EdimaxTe_7e:90:d1 (80:1f:02:7e:90:d1)&lt;BR /&gt;.... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)&lt;BR /&gt;.... ...0 .... .... .... .... = IG bit: Individual address (unicast)&lt;BR /&gt;Type: IPv4 (0x0800)&lt;BR /&gt;Internet Protocol Version 4, Src: 192.168.86.3, Dst: 192.168.86.20&lt;BR /&gt;0100 .... = Version: 4&lt;BR /&gt;.... 0101 = Header Length: 20 bytes (5)&lt;BR /&gt;Differentiated Services Field: 0x00 (DSCP: CS0, ECN: Not-ECT)&lt;BR /&gt;0000 00.. = Differentiated Services Codepoint: Default (0)&lt;BR /&gt;.... ..00 = Explicit Congestion Notification: Not ECN-Capable Transport (0)&lt;BR /&gt;Total Length: 48&lt;BR /&gt;Identification: 0xdd16 (56598)&lt;BR /&gt;Flags: 0x0000&lt;BR /&gt;0... .... .... .... = Reserved bit: Not set&lt;BR /&gt;.0.. .... .... .... = Don't fragment: Not set&lt;BR /&gt;..0. .... .... .... = More fragments: Not set&lt;BR /&gt;...0 0000 0000 0000 = Fragment offset: 0&lt;BR /&gt;Time to live: 64&lt;BR /&gt;Protocol: UDP (17)&lt;BR /&gt;Header checksum: 0x703e [validation disabled]&lt;BR /&gt;[Header checksum status: Unverified]&lt;BR /&gt;Source: 192.168.86.3&lt;BR /&gt;Destination: 192.168.86.20&lt;BR /&gt;User Datagram Protocol, Src Port: 1812, Dst Port: 8507&lt;BR /&gt;Source Port: 1812&lt;BR /&gt;Destination Port: 8507&lt;BR /&gt;Length: 28&lt;BR /&gt;Checksum: 0x8602 [unverified]&lt;BR /&gt;[Checksum Status: Unverified]&lt;BR /&gt;[Stream index: 0]&lt;BR /&gt;[Timestamps]&lt;BR /&gt;[Time since first frame: 1.004392000 seconds]&lt;BR /&gt;[Time since previous frame: 1.004392000 seconds]&lt;BR /&gt;RADIUS Protocol&lt;BR /&gt;Code: Access-Reject (3)&lt;BR /&gt;Packet identifier: 0x9c (156)&lt;BR /&gt;Length: 20&lt;BR /&gt;Authenticator: f7506bec99992303a263abb558345a24&lt;BR /&gt;[This is a response to a request in frame 1]&lt;BR /&gt;[Time from request: 1.004392000 seconds]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 06:32:32 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64666#M303</guid>
      <dc:creator>kenneth_delaney</dc:creator>
      <dc:date>2019-10-30T06:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRadius and VDX NOS cleartext password issue</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64667#M304</link>
      <description>&lt;P&gt;I'm able to see the same error if I force the authentication thru&amp;nbsp;/etc/raddb/users vs local passwd file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The padded 0’s appears to be parsed correctly when using&amp;nbsp;the passwd file. I confirmed with wireshark that the VDX is padding some 0’s when sending the password.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a workaround, can you uncomment the below line in&amp;nbsp;/etc/raddb/sites-enabled/default to have freeradius remove the padded 0’s? Then, restart freeradius and try again?&amp;nbsp;&lt;/P&gt;&lt;P&gt;[root@CentOS7 ~]# grep filter_password /etc/raddb/sites-enabled/default&lt;BR /&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; filter_password&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you don't have the above, try adding the solution from this page:&lt;/P&gt;&lt;P&gt;&lt;A href="http://freeradius.1045715.n5.nabble.com/Cleartext-password-does-not-match-quot-known-good-quot-password-td5738098.html"&gt;http://freeradius.1045715.n5.nabble.com/Cleartext-password-does-not-match-quot-known-good-quot-password-td5738098.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;put this into raddb/sites-enabled/default, in the "authorize" section:&lt;BR /&gt;&lt;BR /&gt;authorize {&lt;BR /&gt;        update request {&lt;BR /&gt;                &amp;amp;Tmp-String-0 := "%{string:User-Password}"&lt;BR /&gt;                &amp;amp;User-Password := "%{string:Tmp-String-0}"&lt;BR /&gt;        }&lt;BR /&gt;&lt;BR /&gt;        ... everything else...&lt;BR /&gt;}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lastly, to track a fix for this issue, can you open a case with GTAC for us to document this to get it analyzed further?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please update the case# here once it’s open, so I can look for it to pick it up.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 08:07:32 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64667#M304</guid>
      <dc:creator>Truyen_Phan</dc:creator>
      <dc:date>2019-10-30T08:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRadius and VDX NOS cleartext password issue</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64668#M305</link>
      <description>&lt;P&gt;Before I try your recommendation do you first recommend me using a local passwd file?&amp;nbsp; Is this a local passwd file on the FreeRadius server--in my case the Raspberry pi?&amp;nbsp; So I would create the same vdx user account (networkadmin) on the Raspberry pi local passwd file?&amp;nbsp; Just want to make sure I understand what local passwd file you are speaking of.&lt;/P&gt;&lt;P&gt;If this gets too difficult then I’ll open a case.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 08:17:05 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64668#M305</guid>
      <dc:creator>kenneth_delaney</dc:creator>
      <dc:date>2019-10-30T08:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRadius and VDX NOS cleartext password issue</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64669#M306</link>
      <description>&lt;P&gt;The easier solution is to have freeradius parse the padded 0’s by uncommenting the below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[root@CentOS7 ~]# grep filter_password /etc/raddb/sites-enabled/default&lt;BR /&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; filter_password&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before I try your recommendation do you first recommend me using a local passwd file?&lt;BR /&gt;&lt;STRONG&gt;Answer: This works for me. You can try it first if you are okay with using the local passwd file.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Is this a local passwd file on the FreeRadius server--in my case the Raspberry pi?&lt;BR /&gt;&lt;STRONG&gt;Answer: Yes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So I would create the same vdx user account (networkadmin) on the Raspberry pi local passwd file?&lt;BR /&gt;&lt;STRONG&gt;Answer: Yes, same username and password&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Update your /etc/raddb/users file to the below and remove (Cleartext-Password := "password123")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;networkadmin Auth-Type := pap&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Brocade-Auth-Role = "admin"&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 08:26:19 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64669#M306</guid>
      <dc:creator>Truyen_Phan</dc:creator>
      <dc:date>2019-10-30T08:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRadius and VDX NOS cleartext password issue</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64670#M307</link>
      <description>&lt;P&gt;Ok, I will try that tomorrow and respond back.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 08:31:08 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/freeradius-and-vdx-nos-cleartext-password-issue/m-p/64670#M307</guid>
      <dc:creator>kenneth_delaney</dc:creator>
      <dc:date>2019-10-30T08:31:08Z</dc:date>
    </item>
  </channel>
</rss>

