Re: Contents of Freeradius-Users digest...Google Authenticator
Dear Team Freeradius, I would like to ask about FreeRADIUS work with google authenticator (2FA) or not? I have tried to install freeRADIUS with google authenticator but it doesn't work, when I try install following the guideline any website like https://networkjutsu.com/freeradius-google-authenticator/ it always rejected. So that why I want to make sure from team expertise freeRADIUS it work with google authenticator or not? But I saw in the guideline it works but for me never work. Please help feedback soon as possible. Thanks -----Original Message----- From: Freeradius-Users <freeradius-users-bounces+soklang.sum=cambotech.com@lists.freeradius.org> On Behalf Of freeradius-users-request@lists.freeradius.org Sent: Monday, January 28, 2019 11:42 AM To: freeradius-users@lists.freeradius.org Subject: Freeradius-Users Digest, Vol 165, Issue 69 Send Freeradius-Users mailing list submissions to freeradius-users@lists.freeradius.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.freeradius.org/mailman/listinfo/freeradius-users or, via email, send a message with subject or body 'help' to freeradius-users-request@lists.freeradius.org You can reach the person managing the list at freeradius-users-owner@lists.freeradius.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Freeradius-Users digest..." Today's Topics: 1. EAP-GTC w/ "PAP-like" LDAP authentication (Ian Pilcher) 2. Re: EAP-GTC w/ "PAP-like" LDAP authentication (Alan DeKok) 3. Multiple UserDN for different LDAPs (diego.barzon@tiscali.it) 4. Freeradius-Users Digest, Vol 165, Issue 68 (Soklang Sum) 5. radius accounting issue. (slnarayanan@nitt.edu) ---------------------------------------------------------------------- Message: 1 Date: Sun, 27 Jan 2019 11:43:12 -0600 From: Ian Pilcher <arequipeno@gmail.com> To: freeradius-users@lists.freeradius.org Subject: EAP-GTC w/ "PAP-like" LDAP authentication Message-ID: <q2kqjg$4fa3$1@blaine.gmane.org> Content-Type: text/plain; charset=utf-8; format=flowed I am struggling to find documentation of how to set up $SUBJECT. I've got FreeRADIUS working with both PEAP/MSCHAPv2 and (P)EAP-GTC using a file-based test user, but the number of different protocols and configurations supported and documented in the config files means that I haven't been able to figure out how to achieve what I want. Any hints, links, etc. would be appreciated. Thanks! -- ======================================================================== Ian Pilcher arequipeno@gmail.com -------- "I grew up before Mark Zuckerberg invented friendship" -------- ======================================================================== ------------------------------ Message: 2 Date: Sun, 27 Jan 2019 14:17:58 -0500 From: Alan DeKok <aland@deployingradius.com> To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: EAP-GTC w/ "PAP-like" LDAP authentication Message-ID: <165EB1A7-2D19-4AAD-BD48-719D157BC5C5@deployingradius.com> Content-Type: text/plain; charset=us-ascii On Jan 27, 2019, at 12:43 PM, Ian Pilcher <arequipeno@gmail.com> wrote:
I am struggling to find documentation of how to set up $SUBJECT.
I've got FreeRADIUS working with both PEAP/MSCHAPv2 and (P)EAP-GTC using a file-based test user, but the number of different protocols and configurations supported and documented in the config files means that I haven't been able to figure out how to achieve what I want.
(a) Make sure PEAP works with certificates. (b) configure and enable LDAP. See mods-available/ldap Once the LDAP module is available, the server will automatically use it. And, the server will automatically grab passwords from LDAP. And, the server will automatically use those passwords to do EAP-GTC. It really is that easy. The key thing is to *let the server do the work*. Don't try to "force" a particular kind of authentication. EAP doesn't work that way. If you're using Active Directory, it's harder. Because Active Directory isn't a real LDAP server. It also helps to describe what you've done, what happened, and why you think it's wrong. Otherwise, we're limited to: Q: I tried stuff and it doesn't work. What do I do? A: Try different stuff Which isn't helpful to anyone. Better questions means better answers. Alan DeKok. ------------------------------ Message: 3 Date: Mon, 28 Jan 2019 00:27:28 +0100 From: diego.barzon@tiscali.it To: <freeradius-users@lists.freeradius.org> Subject: Multiple UserDN for different LDAPs Message-ID: <a5fefc494d4f1514bf2d35eb706b2edb@tiscali.it> Content-Type: text/plain; charset=UTF-8 Hi all, here's the problem. I need to authenticate against 2 different LDAP servers, populated with different data. I don't need specific information (like group memberships or so): trying to bind with the credentials is enough. In 'authorize' I set Auth to LDAP and in authenticate I put something like this: ldap1{ fail = 1 invalid = 2 reject = 3 } if (!ok) { ldap2 } ldap1 and ldap2 configurations are on separate files, they are different in everything: the former's a DC, the latter an openldap server. Moreover they have different BaseDN. It looks like freeradius set UserDN for the first ldap and tries to use the same on the second. I think I need two different values for LDAP-UserDN, which is not possible, but I read there's some kind of workaround involving writing on files/authorize but honestly I didn't understand what I'm supposed to do. Thanks in advance! Con OpenStar hai Giga, SMS e i minuti che vuoi da 4,99€ al mese, per sempre. Cambi gratis quando e come vuoi e in più hai 6 mesi di INFINTY! http://tisca.li/myopen ------------------------------ Message: 4 Date: Mon, 28 Jan 2019 11:14:50 +0700 From: "Soklang Sum" <soklang.sum@cambotech.com> To: <freeradius-users@lists.freeradius.org> Subject: Freeradius-Users Digest, Vol 165, Issue 68 Message-ID: <000201d4b6c0$05465b20$0fd31160$@cambotech.com> Content-Type: text/plain; charset="utf-8" Dear Team Freeradius, I would like to ask about FreeRADIUS work with google authenticator (2FA) or not? I have tried to install freeRADIUS with google authenticator but it doesn't work, when I try install following the guideline any website like https://networkjutsu.com/freeradius-google-authenticator/ it always rejected. So that why I want to make sure from team expertise freeRADIUS it work with google authenticator or not? But I saw in the guideline it works but for me never work. Please help feedback soon as possible. Thanks =================== -----Original Message----- From: Freeradius-Users <freeradius-users-bounces+soklang.sum=cambotech.com@lists.freeradius.org> On Behalf Of freeradius-users-request@lists.freeradius.org Sent: Sunday, January 27, 2019 6:00 PM To: freeradius-users@lists.freeradius.org Subject: Freeradius-Users Digest, Vol 165, Issue 68 Send Freeradius-Users mailing list submissions to freeradius-users@lists.freeradius.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.freeradius.org/mailman/listinfo/freeradius-users or, via email, send a message with subject or body 'help' to freeradius-users-request@lists.freeradius.org You can reach the person managing the list at freeradius-users-owner@lists.freeradius.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Freeradius-Users digest..." Today's Topics: 1. Session start times issues (Philemon Jaomalaza) 2. Re: Session start times issues (Alan DeKok) ---------------------------------------------------------------------- Message: 1 Date: Sat, 26 Jan 2019 16:43:23 +0300 From: "Philemon Jaomalaza" <philemon.jaomalaza@gmail.com> To: "'FreeRadius users mailing list'" <freeradius-users@lists.freeradius.org> Subject: Session start times issues Message-ID: <031301d4b57d$1e29c3a0$5a7d4ae0$@gmail.com> Content-Type: text/plain; charset="utf-8" Hello, If the nas has a wrong date and time, the sqlcounter does not work correctly. The attribute Event-Timestamp got the wrong data and time from nas. I found this features in preacct substitution: update request { &FreeRADIUS-Acct-Session-Start-Time = "%{expr: %l - %{%{Acct-Session-Time}:-0} - %{%{Acct-D$ } I uncomente it but nothing change. Where is the best way to have the good local time of radius server on "acctstarttime" column of "radacct" on sql database ? JMLZ --- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus ------------------------------ Message: 2 Date: Sat, 26 Jan 2019 14:35:02 -0500 From: Alan DeKok <aland@deployingradius.com> To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: Session start times issues Message-ID: <717983BF-2594-4316-807F-0726F706BD53@deployingradius.com> Content-Type: text/plain; charset=us-ascii On Jan 26, 2019, at 8:43 AM, Philemon Jaomalaza <philemon.jaomalaza@gmail.com> wrote:
If the nas has a wrong date and time, the sqlcounter does not work correctly.
If I take the tires off of my car, it doesn't drive well. Solution: fix the REAL problem.
The attribute Event-Timestamp got the wrong data and time from nas.
Fix the NAS. Anything else is an ugly hack.
I found this features in preacct substitution:
update request { &FreeRADIUS-Acct-Session-Start-Time = "%{expr: %l - %{%{Acct-Session-Time}:-0} - %{%{Acct-D$ }
I uncomente it but nothing change.
Where is the best way to have the good local time of radius server on "acctstarttime" column of "radacct" on sql database ?
Fix the NAS. Alan DeKok. ------------------------------ Subject: Digest Footer - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html ------------------------------ End of Freeradius-Users Digest, Vol 165, Issue 68 ************************************************* ------------------------------ Message: 5 Date: Mon, 28 Jan 2019 10:05:15 +0530 From: slnarayanan@nitt.edu To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: radius accounting issue. Message-ID: <20190128100515.Horde.b8e9HpA3uLd-EHwBhBcx3A6@webmail.nitt.edu> Content-Type: text/plain; charset="utf-8"; Format="flowed"; DelSp="Yes" Dear All, I have a problem with accounting .Everything is working fine on freeradius.Login& authentication sql everything is working fine.But i have a problem in accounting pocket.We are using sonciwall firwall in our campus.Those who logged through our radius server the login information (Radius Accounting) information need to display on sonicwall user's page.The UDP pocket 1813 not send to our firewall ip.In the firewall i have enable policy allow to all our local network.I have attached my radiususd -X log to this mail.Kindly provide the solution for resolve my issue.The Radius Accounting information now shows on radacct in the phpmyadmin. Regards. S.Lakshmi narayanan
works fine. remember to run freeradius as root or else it cannot access google authenticator files Eero On Mon, Jan 28, 2019, 09:09 Soklang Sum <soklang.sum@cambotech.com wrote:
Dear Team Freeradius,
I would like to ask about FreeRADIUS work with google authenticator (2FA) or not? I have tried to install freeRADIUS with google authenticator but it doesn't work, when I try install following the guideline any website like https://networkjutsu.com/freeradius-google-authenticator/ it always rejected.
So that why I want to make sure from team expertise freeRADIUS it work with google authenticator or not?
But I saw in the guideline it works but for me never work.
Please help feedback soon as possible.
Thanks
-----Original Message----- From: Freeradius-Users <freeradius-users-bounces+soklang.sum= cambotech.com@lists.freeradius.org> On Behalf Of freeradius-users-request@lists.freeradius.org Sent: Monday, January 28, 2019 11:42 AM To: freeradius-users@lists.freeradius.org Subject: Freeradius-Users Digest, Vol 165, Issue 69
Send Freeradius-Users mailing list submissions to freeradius-users@lists.freeradius.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.freeradius.org/mailman/listinfo/freeradius-users or, via email, send a message with subject or body 'help' to freeradius-users-request@lists.freeradius.org
You can reach the person managing the list at freeradius-users-owner@lists.freeradius.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Freeradius-Users digest..."
Today's Topics:
1. EAP-GTC w/ "PAP-like" LDAP authentication (Ian Pilcher) 2. Re: EAP-GTC w/ "PAP-like" LDAP authentication (Alan DeKok) 3. Multiple UserDN for different LDAPs (diego.barzon@tiscali.it) 4. Freeradius-Users Digest, Vol 165, Issue 68 (Soklang Sum) 5. radius accounting issue. (slnarayanan@nitt.edu)
----------------------------------------------------------------------
Message: 1 Date: Sun, 27 Jan 2019 11:43:12 -0600 From: Ian Pilcher <arequipeno@gmail.com> To: freeradius-users@lists.freeradius.org Subject: EAP-GTC w/ "PAP-like" LDAP authentication Message-ID: <q2kqjg$4fa3$1@blaine.gmane.org> Content-Type: text/plain; charset=utf-8; format=flowed
I am struggling to find documentation of how to set up $SUBJECT.
I've got FreeRADIUS working with both PEAP/MSCHAPv2 and (P)EAP-GTC using a file-based test user, but the number of different protocols and configurations supported and documented in the config files means that I haven't been able to figure out how to achieve what I want.
Any hints, links, etc. would be appreciated.
Thanks!
-- ======================================================================== Ian Pilcher arequipeno@gmail.com -------- "I grew up before Mark Zuckerberg invented friendship" -------- ========================================================================
------------------------------
Message: 2 Date: Sun, 27 Jan 2019 14:17:58 -0500 From: Alan DeKok <aland@deployingradius.com> To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: EAP-GTC w/ "PAP-like" LDAP authentication Message-ID: <165EB1A7-2D19-4AAD-BD48-719D157BC5C5@deployingradius.com> Content-Type: text/plain; charset=us-ascii
On Jan 27, 2019, at 12:43 PM, Ian Pilcher <arequipeno@gmail.com> wrote:
I am struggling to find documentation of how to set up $SUBJECT.
I've got FreeRADIUS working with both PEAP/MSCHAPv2 and (P)EAP-GTC using a file-based test user, but the number of different protocols and configurations supported and documented in the config files means that I haven't been able to figure out how to achieve what I want.
(a) Make sure PEAP works with certificates.
(b) configure and enable LDAP. See mods-available/ldap
Once the LDAP module is available, the server will automatically use it.
And, the server will automatically grab passwords from LDAP. And, the server will automatically use those passwords to do EAP-GTC.
It really is that easy. The key thing is to *let the server do the work*. Don't try to "force" a particular kind of authentication. EAP doesn't work that way.
If you're using Active Directory, it's harder. Because Active Directory isn't a real LDAP server.
It also helps to describe what you've done, what happened, and why you think it's wrong. Otherwise, we're limited to:
Q: I tried stuff and it doesn't work. What do I do? A: Try different stuff
Which isn't helpful to anyone. Better questions means better answers.
Alan DeKok.
------------------------------
Message: 3 Date: Mon, 28 Jan 2019 00:27:28 +0100 From: diego.barzon@tiscali.it To: <freeradius-users@lists.freeradius.org> Subject: Multiple UserDN for different LDAPs Message-ID: <a5fefc494d4f1514bf2d35eb706b2edb@tiscali.it> Content-Type: text/plain; charset=UTF-8
Hi all, here's the problem. I need to authenticate against 2 different LDAP servers, populated with different data. I don't need specific information (like group memberships or so): trying to bind with the credentials is enough. In 'authorize' I set Auth to LDAP and in authenticate I put something like this: ldap1{ fail = 1 invalid = 2
reject = 3 } if (!ok) { ldap2 } ldap1 and ldap2 configurations are on separate files, they are different in everything: the former's a DC, the latter an openldap server. Moreover they have different BaseDN. It looks like freeradius set UserDN for the first ldap and tries to use the same on the second. I think I need two different values for LDAP-UserDN, which is not possible, but I read there's some kind of workaround involving writing on files/authorize but honestly I didn't understand what I'm supposed to do. Thanks in advance!
Con OpenStar hai Giga, SMS e i minuti che vuoi da 4,99€ al mese, per sempre. Cambi gratis quando e come vuoi e in più hai 6 mesi di INFINTY! http://tisca.li/myopen
------------------------------
Message: 4 Date: Mon, 28 Jan 2019 11:14:50 +0700 From: "Soklang Sum" <soklang.sum@cambotech.com> To: <freeradius-users@lists.freeradius.org> Subject: Freeradius-Users Digest, Vol 165, Issue 68 Message-ID: <000201d4b6c0$05465b20$0fd31160$@cambotech.com> Content-Type: text/plain; charset="utf-8"
Dear Team Freeradius,
I would like to ask about FreeRADIUS work with google authenticator (2FA) or not? I have tried to install freeRADIUS with google authenticator but it doesn't work, when I try install following the guideline any website like https://networkjutsu.com/freeradius-google-authenticator/ it always rejected.
So that why I want to make sure from team expertise freeRADIUS it work with google authenticator or not?
But I saw in the guideline it works but for me never work.
Please help feedback soon as possible.
Thanks
===================
-----Original Message----- From: Freeradius-Users <freeradius-users-bounces+soklang.sum= cambotech.com@lists.freeradius.org> On Behalf Of freeradius-users-request@lists.freeradius.org Sent: Sunday, January 27, 2019 6:00 PM To: freeradius-users@lists.freeradius.org Subject: Freeradius-Users Digest, Vol 165, Issue 68
Send Freeradius-Users mailing list submissions to freeradius-users@lists.freeradius.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.freeradius.org/mailman/listinfo/freeradius-users or, via email, send a message with subject or body 'help' to freeradius-users-request@lists.freeradius.org
You can reach the person managing the list at freeradius-users-owner@lists.freeradius.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Freeradius-Users digest..."
Today's Topics:
1. Session start times issues (Philemon Jaomalaza) 2. Re: Session start times issues (Alan DeKok)
----------------------------------------------------------------------
Message: 1 Date: Sat, 26 Jan 2019 16:43:23 +0300 From: "Philemon Jaomalaza" <philemon.jaomalaza@gmail.com> To: "'FreeRadius users mailing list'" <freeradius-users@lists.freeradius.org> Subject: Session start times issues Message-ID: <031301d4b57d$1e29c3a0$5a7d4ae0$@gmail.com> Content-Type: text/plain; charset="utf-8"
Hello, If the nas has a wrong date and time, the sqlcounter does not work correctly.
The attribute Event-Timestamp got the wrong data and time from nas.
I found this features in preacct substitution:
update request { &FreeRADIUS-Acct-Session-Start-Time = "%{expr: %l - %{%{Acct-Session-Time}:-0} - %{%{Acct-D$ }
I uncomente it but nothing change.
Where is the best way to have the good local time of radius server on "acctstarttime" column of "radacct" on sql database ?
JMLZ
--- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus
------------------------------
Message: 2 Date: Sat, 26 Jan 2019 14:35:02 -0500 From: Alan DeKok <aland@deployingradius.com> To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: Session start times issues Message-ID: <717983BF-2594-4316-807F-0726F706BD53@deployingradius.com> Content-Type: text/plain; charset=us-ascii
On Jan 26, 2019, at 8:43 AM, Philemon Jaomalaza < philemon.jaomalaza@gmail.com> wrote:
If the nas has a wrong date and time, the sqlcounter does not work correctly.
If I take the tires off of my car, it doesn't drive well.
Solution: fix the REAL problem.
The attribute Event-Timestamp got the wrong data and time from nas.
Fix the NAS. Anything else is an ugly hack.
I found this features in preacct substitution:
update request { &FreeRADIUS-Acct-Session-Start-Time = "%{expr: %l - %{%{Acct-Session-Time}:-0} - %{%{Acct-D$ }
I uncomente it but nothing change.
Where is the best way to have the good local time of radius server on "acctstarttime" column of "radacct" on sql database ?
Fix the NAS.
Alan DeKok.
------------------------------
Subject: Digest Footer
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
------------------------------
End of Freeradius-Users Digest, Vol 165, Issue 68 *************************************************
------------------------------
Message: 5 Date: Mon, 28 Jan 2019 10:05:15 +0530 From: slnarayanan@nitt.edu To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: radius accounting issue. Message-ID: <20190128100515.Horde.b8e9HpA3uLd-EHwBhBcx3A6@webmail.nitt.edu> Content-Type: text/plain; charset="utf-8"; Format="flowed"; DelSp="Yes"
Dear All,
I have a problem with accounting .Everything is working fine on freeradius.Login& authentication sql everything is working fine.But i have a problem in accounting pocket.We are using sonciwall firwall in our campus.Those who logged through our radius server the login information (Radius Accounting) information need to display on sonicwall user's page.The UDP pocket 1813 not send to our firewall ip.In the firewall i have enable policy allow to all our local network.I have attached my radiususd -X log to this mail.Kindly provide the solution for resolve my issue.The Radius Accounting information now shows on radacct in the phpmyadmin.
Regards. S.Lakshmi narayanan
In my solution, I decided to keep authenticator files in homedirectories and coded simple gui to activate them without any knowledge of linux commands. Eero On Mon, Jan 28, 2019, 09:12 Eero Volotinen <eero.volotinen@iki.fi wrote:
works fine. remember to run freeradius as root or else it cannot access google authenticator files
Eero
On Mon, Jan 28, 2019, 09:09 Soklang Sum <soklang.sum@cambotech.com wrote:
Dear Team Freeradius,
I would like to ask about FreeRADIUS work with google authenticator (2FA) or not? I have tried to install freeRADIUS with google authenticator but it doesn't work, when I try install following the guideline any website like https://networkjutsu.com/freeradius-google-authenticator/ it always rejected.
So that why I want to make sure from team expertise freeRADIUS it work with google authenticator or not?
But I saw in the guideline it works but for me never work.
Please help feedback soon as possible.
Thanks
-----Original Message----- From: Freeradius-Users <freeradius-users-bounces+soklang.sum= cambotech.com@lists.freeradius.org> On Behalf Of freeradius-users-request@lists.freeradius.org Sent: Monday, January 28, 2019 11:42 AM To: freeradius-users@lists.freeradius.org Subject: Freeradius-Users Digest, Vol 165, Issue 69
Send Freeradius-Users mailing list submissions to freeradius-users@lists.freeradius.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.freeradius.org/mailman/listinfo/freeradius-users or, via email, send a message with subject or body 'help' to freeradius-users-request@lists.freeradius.org
You can reach the person managing the list at freeradius-users-owner@lists.freeradius.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Freeradius-Users digest..."
Today's Topics:
1. EAP-GTC w/ "PAP-like" LDAP authentication (Ian Pilcher) 2. Re: EAP-GTC w/ "PAP-like" LDAP authentication (Alan DeKok) 3. Multiple UserDN for different LDAPs (diego.barzon@tiscali.it) 4. Freeradius-Users Digest, Vol 165, Issue 68 (Soklang Sum) 5. radius accounting issue. (slnarayanan@nitt.edu)
----------------------------------------------------------------------
Message: 1 Date: Sun, 27 Jan 2019 11:43:12 -0600 From: Ian Pilcher <arequipeno@gmail.com> To: freeradius-users@lists.freeradius.org Subject: EAP-GTC w/ "PAP-like" LDAP authentication Message-ID: <q2kqjg$4fa3$1@blaine.gmane.org> Content-Type: text/plain; charset=utf-8; format=flowed
I am struggling to find documentation of how to set up $SUBJECT.
I've got FreeRADIUS working with both PEAP/MSCHAPv2 and (P)EAP-GTC using a file-based test user, but the number of different protocols and configurations supported and documented in the config files means that I haven't been able to figure out how to achieve what I want.
Any hints, links, etc. would be appreciated.
Thanks!
-- ======================================================================== Ian Pilcher arequipeno@gmail.com -------- "I grew up before Mark Zuckerberg invented friendship" -------- ========================================================================
------------------------------
Message: 2 Date: Sun, 27 Jan 2019 14:17:58 -0500 From: Alan DeKok <aland@deployingradius.com> To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: EAP-GTC w/ "PAP-like" LDAP authentication Message-ID: <165EB1A7-2D19-4AAD-BD48-719D157BC5C5@deployingradius.com> Content-Type: text/plain; charset=us-ascii
On Jan 27, 2019, at 12:43 PM, Ian Pilcher <arequipeno@gmail.com> wrote:
I am struggling to find documentation of how to set up $SUBJECT.
I've got FreeRADIUS working with both PEAP/MSCHAPv2 and (P)EAP-GTC using a file-based test user, but the number of different protocols and configurations supported and documented in the config files means that I haven't been able to figure out how to achieve what I want.
(a) Make sure PEAP works with certificates.
(b) configure and enable LDAP. See mods-available/ldap
Once the LDAP module is available, the server will automatically use it.
And, the server will automatically grab passwords from LDAP. And, the server will automatically use those passwords to do EAP-GTC.
It really is that easy. The key thing is to *let the server do the work*. Don't try to "force" a particular kind of authentication. EAP doesn't work that way.
If you're using Active Directory, it's harder. Because Active Directory isn't a real LDAP server.
It also helps to describe what you've done, what happened, and why you think it's wrong. Otherwise, we're limited to:
Q: I tried stuff and it doesn't work. What do I do? A: Try different stuff
Which isn't helpful to anyone. Better questions means better answers.
Alan DeKok.
------------------------------
Message: 3 Date: Mon, 28 Jan 2019 00:27:28 +0100 From: diego.barzon@tiscali.it To: <freeradius-users@lists.freeradius.org> Subject: Multiple UserDN for different LDAPs Message-ID: <a5fefc494d4f1514bf2d35eb706b2edb@tiscali.it> Content-Type: text/plain; charset=UTF-8
Hi all, here's the problem. I need to authenticate against 2 different LDAP servers, populated with different data. I don't need specific information (like group memberships or so): trying to bind with the credentials is enough. In 'authorize' I set Auth to LDAP and in authenticate I put something like this: ldap1{ fail = 1 invalid = 2
reject = 3 } if (!ok) { ldap2 } ldap1 and ldap2 configurations are on separate files, they are different in everything: the former's a DC, the latter an openldap server. Moreover they have different BaseDN. It looks like freeradius set UserDN for the first ldap and tries to use the same on the second. I think I need two different values for LDAP-UserDN, which is not possible, but I read there's some kind of workaround involving writing on files/authorize but honestly I didn't understand what I'm supposed to do. Thanks in advance!
Con OpenStar hai Giga, SMS e i minuti che vuoi da 4,99€ al mese, per sempre. Cambi gratis quando e come vuoi e in più hai 6 mesi di INFINTY! http://tisca.li/myopen
------------------------------
Message: 4 Date: Mon, 28 Jan 2019 11:14:50 +0700 From: "Soklang Sum" <soklang.sum@cambotech.com> To: <freeradius-users@lists.freeradius.org> Subject: Freeradius-Users Digest, Vol 165, Issue 68 Message-ID: <000201d4b6c0$05465b20$0fd31160$@cambotech.com> Content-Type: text/plain; charset="utf-8"
Dear Team Freeradius,
I would like to ask about FreeRADIUS work with google authenticator (2FA) or not? I have tried to install freeRADIUS with google authenticator but it doesn't work, when I try install following the guideline any website like https://networkjutsu.com/freeradius-google-authenticator/ it always rejected.
So that why I want to make sure from team expertise freeRADIUS it work with google authenticator or not?
But I saw in the guideline it works but for me never work.
Please help feedback soon as possible.
Thanks
===================
-----Original Message----- From: Freeradius-Users <freeradius-users-bounces+soklang.sum= cambotech.com@lists.freeradius.org> On Behalf Of freeradius-users-request@lists.freeradius.org Sent: Sunday, January 27, 2019 6:00 PM To: freeradius-users@lists.freeradius.org Subject: Freeradius-Users Digest, Vol 165, Issue 68
Send Freeradius-Users mailing list submissions to freeradius-users@lists.freeradius.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.freeradius.org/mailman/listinfo/freeradius-users or, via email, send a message with subject or body 'help' to freeradius-users-request@lists.freeradius.org
You can reach the person managing the list at freeradius-users-owner@lists.freeradius.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Freeradius-Users digest..."
Today's Topics:
1. Session start times issues (Philemon Jaomalaza) 2. Re: Session start times issues (Alan DeKok)
----------------------------------------------------------------------
Message: 1 Date: Sat, 26 Jan 2019 16:43:23 +0300 From: "Philemon Jaomalaza" <philemon.jaomalaza@gmail.com> To: "'FreeRadius users mailing list'" <freeradius-users@lists.freeradius.org> Subject: Session start times issues Message-ID: <031301d4b57d$1e29c3a0$5a7d4ae0$@gmail.com> Content-Type: text/plain; charset="utf-8"
Hello, If the nas has a wrong date and time, the sqlcounter does not work correctly.
The attribute Event-Timestamp got the wrong data and time from nas.
I found this features in preacct substitution:
update request { &FreeRADIUS-Acct-Session-Start-Time = "%{expr: %l - %{%{Acct-Session-Time}:-0} - %{%{Acct-D$ }
I uncomente it but nothing change.
Where is the best way to have the good local time of radius server on "acctstarttime" column of "radacct" on sql database ?
JMLZ
--- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus
------------------------------
Message: 2 Date: Sat, 26 Jan 2019 14:35:02 -0500 From: Alan DeKok <aland@deployingradius.com> To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: Session start times issues Message-ID: <717983BF-2594-4316-807F-0726F706BD53@deployingradius.com> Content-Type: text/plain; charset=us-ascii
On Jan 26, 2019, at 8:43 AM, Philemon Jaomalaza < philemon.jaomalaza@gmail.com> wrote:
If the nas has a wrong date and time, the sqlcounter does not work correctly.
If I take the tires off of my car, it doesn't drive well.
Solution: fix the REAL problem.
The attribute Event-Timestamp got the wrong data and time from nas.
Fix the NAS. Anything else is an ugly hack.
I found this features in preacct substitution:
update request { &FreeRADIUS-Acct-Session-Start-Time = "%{expr: %l - %{%{Acct-Session-Time}:-0} - %{%{Acct-D$ }
I uncomente it but nothing change.
Where is the best way to have the good local time of radius server on "acctstarttime" column of "radacct" on sql database ?
Fix the NAS.
Alan DeKok.
------------------------------
Subject: Digest Footer
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
------------------------------
End of Freeradius-Users Digest, Vol 165, Issue 68 *************************************************
------------------------------
Message: 5 Date: Mon, 28 Jan 2019 10:05:15 +0530 From: slnarayanan@nitt.edu To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: radius accounting issue. Message-ID: <20190128100515.Horde.b8e9HpA3uLd-EHwBhBcx3A6@webmail.nitt.edu> Content-Type: text/plain; charset="utf-8"; Format="flowed"; DelSp="Yes"
Dear All,
I have a problem with accounting .Everything is working fine on freeradius.Login& authentication sql everything is working fine.But i have a problem in accounting pocket.We are using sonciwall firwall in our campus.Those who logged through our radius server the login information (Radius Accounting) information need to display on sonicwall user's page.The UDP pocket 1813 not send to our firewall ip.In the firewall i have enable policy allow to all our local network.I have attached my radiususd -X log to this mail.Kindly provide the solution for resolve my issue.The Radius Accounting information now shows on radacct in the phpmyadmin.
Regards. S.Lakshmi narayanan
Dear Eero Volotinen, I have already kept authenticator file in my home directory. [root@2fa-radius soklangs]# ls -la total 20 drwx------ 2 soklangs soklangs 112 Jan 28 14:38 . drwxr-xr-x. 8 root root 101 Jan 10 13:48 .. -rw------- 1 soklangs soklangs 289 Jan 10 13:24 .bash_history -rw-r--r-- 1 soklangs soklangs 18 Oct 31 00:07 .bash_logout -rw-r--r-- 1 soklangs soklangs 193 Oct 31 00:07 .bash_profile -rw-r--r-- 1 soklangs soklangs 231 Oct 31 00:07 .bashrc -r-------- 1 soklangs soklangs 156 Jan 28 14:38 .google_authenticator Note: This is my debugs log again: rlm_sql_mysql: Starting connect to MySQL server rlm_sql_mysql: Connected to database 'radiusdb' on Localhost via UNIX socket, server version 10.3.11-MariaDB, protocol version 10 (0) [sql] = ok (0) [expiration] = noop (0) [logintime] = noop (0) pap: WARNING: Auth-Type already set. Not setting to PAP (0) [pap] = noop (0) } # authorize = ok (0) Found Auth-Type = pam (0) # Executing group from file /etc/raddb/sites-enabled/default (0) authenticate { (0) pam: Using pamauth string "radiusd" for pam.conf lookup (0) pam: ERROR: pam_authenticate failed: Authentication failure (0) [pam] = reject (0) } # authenticate = reject (0) Failed to authenticate the user (0) Login incorrect (pam: pam_authenticate failed: Authentication failure): [soklangs/soklangs@123470991] (from client WIFI_NET 1E port 0) (0) Using Post-Auth-Type Reject (0) # Executing group from file /etc/raddb/sites-enabled/default (0) Post-Auth-Type REJECT { (0) sql: EXPAND .query (0) sql: --> .query (0) sql: Using query template 'query' rlm_sql (sql): Reserved connection (2) (0) sql: EXPAND %{User-Name} (0) sql: --> soklangs (0) sql: SQL-User-Name set to 'soklangs' (0) sql: EXPAND INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( '%{SQL-User-Name}', '%{%{User-Password}:-%{C hap-Password}}', '%{reply:Packet-Type}', '%S') (0) sql: --> INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( 'soklangs', 'soklangs@123470991', 'Access-Re ject', '2019-01-28 14:46:41.232117') (0) sql: Executing query: INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( 'soklangs', 'soklangs@123470991', 'Access-Reject', '2019-01-28 14:46:41.232117') (0) sql: SQL query returned: success (0) sql: 1 record(s) updated rlm_sql (sql): Released connection (2) Need 3 more connections to reach 10 spares rlm_sql (sql): Opening additional connection (7), 1 of 25 pending slots used rlm_sql_mysql: Starting connect to MySQL server rlm_sql_mysql: Connected to database 'radiusdb' on Localhost via UNIX socket, server version 10.3.11-MariaDB, protocol version 10 (0) [sql] = ok (0) attr_filter.access_reject: EXPAND %{User-Name} (0) attr_filter.access_reject: --> soklangs (0) attr_filter.access_reject: Matched entry DEFAULT at line 11 (0) [attr_filter.access_reject] = updated (0) [eap] = noop (0) policy remove_reply_message_if_eap { (0) if (&reply:EAP-Message && &reply:Reply-Message) { (0) if (&reply:EAP-Message && &reply:Reply-Message) -> FALSE (0) else { (0) [noop] = noop (0) } # else = noop (0) } # policy remove_reply_message_if_eap = noop (0) } # Post-Auth-Type REJECT = updated (0) Delaying response for 1.000000 seconds Waking up in 0.9 seconds. (0) Sending delayed response (0) Sent Access-Reject Id 25 from 172.24.0.10:1812 to 172.26.10.34:50912 length 20 Waking up in 3.9 seconds. (0) Cleaning up request packet ID 25 with timestamp +39 Ready to process requests From: Eero Volotinen <eero.volotinen@iki.fi> Sent: Monday, January 28, 2019 2:39 PM To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org>; soklang.sum@cambotech.com Subject: Re: Contents of Freeradius-Users digest...Google Authenticator In my solution, I decided to keep authenticator files in homedirectories and coded simple gui to activate them without any knowledge of linux commands. Eero On Mon, Jan 28, 2019, 09:12 Eero Volotinen <eero.volotinen@iki.fi <mailto:eero.volotinen@iki.fi> wrote: works fine. remember to run freeradius as root or else it cannot access google authenticator files Eero On Mon, Jan 28, 2019, 09:09 Soklang Sum <soklang.sum@cambotech.com <mailto:soklang.sum@cambotech.com> wrote: Dear Team Freeradius, I would like to ask about FreeRADIUS work with google authenticator (2FA) or not? I have tried to install freeRADIUS with google authenticator but it doesn't work, when I try install following the guideline any website like https://networkjutsu.com/freeradius-google-authenticator/ it always rejected. So that why I want to make sure from team expertise freeRADIUS it work with google authenticator or not? But I saw in the guideline it works but for me never work. Please help feedback soon as possible. Thanks -----Original Message----- From: Freeradius-Users <freeradius-users-bounces+soklang.sum=cambotech.com@lists.freeradius.org <mailto:cambotech.com@lists.freeradius.org> > On Behalf Of freeradius-users-request@lists.freeradius.org <mailto:freeradius-users-request@lists.freeradius.org> Sent: Monday, January 28, 2019 11:42 AM To: freeradius-users@lists.freeradius.org <mailto:freeradius-users@lists.freeradius.org> Subject: Freeradius-Users Digest, Vol 165, Issue 69 Send Freeradius-Users mailing list submissions to freeradius-users@lists.freeradius.org <mailto:freeradius-users@lists.freeradius.org> To subscribe or unsubscribe via the World Wide Web, visit http://lists.freeradius.org/mailman/listinfo/freeradius-users or, via email, send a message with subject or body 'help' to freeradius-users-request@lists.freeradius.org <mailto:freeradius-users-request@lists.freeradius.org> You can reach the person managing the list at freeradius-users-owner@lists.freeradius.org <mailto:freeradius-users-owner@lists.freeradius.org> When replying, please edit your Subject line so it is more specific than "Re: Contents of Freeradius-Users digest..." Today's Topics: 1. EAP-GTC w/ "PAP-like" LDAP authentication (Ian Pilcher) 2. Re: EAP-GTC w/ "PAP-like" LDAP authentication (Alan DeKok) 3. Multiple UserDN for different LDAPs (diego.barzon@tiscali.it <mailto:diego.barzon@tiscali.it> ) 4. Freeradius-Users Digest, Vol 165, Issue 68 (Soklang Sum) 5. radius accounting issue. (slnarayanan@nitt.edu <mailto:slnarayanan@nitt.edu> ) ---------------------------------------------------------------------- Message: 1 Date: Sun, 27 Jan 2019 11:43:12 -0600 From: Ian Pilcher <arequipeno@gmail.com <mailto:arequipeno@gmail.com> > To: freeradius-users@lists.freeradius.org <mailto:freeradius-users@lists.freeradius.org> Subject: EAP-GTC w/ "PAP-like" LDAP authentication Message-ID: <q2kqjg$4fa3$1@blaine.gmane.org <mailto:1@blaine.gmane.org> > Content-Type: text/plain; charset=utf-8; format=flowed I am struggling to find documentation of how to set up $SUBJECT. I've got FreeRADIUS working with both PEAP/MSCHAPv2 and (P)EAP-GTC using a file-based test user, but the number of different protocols and configurations supported and documented in the config files means that I haven't been able to figure out how to achieve what I want. Any hints, links, etc. would be appreciated. Thanks! -- ======================================================================== Ian Pilcher arequipeno@gmail.com -------- "I grew up before Mark Zuckerberg invented friendship" -------- ======================================================================== ------------------------------ Message: 2 Date: Sun, 27 Jan 2019 14:17:58 -0500 From: Alan DeKok <aland@deployingradius.com <mailto:aland@deployingradius.com> > To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org <mailto:freeradius-users@lists.freeradius.org> > Subject: Re: EAP-GTC w/ "PAP-like" LDAP authentication Message-ID: <165EB1A7-2D19-4AAD-BD48-719D157BC5C5@deployingradius.com <mailto:165EB1A7-2D19-4AAD-BD48-719D157BC5C5@deployingradius.com> > Content-Type: text/plain; charset=us-ascii On Jan 27, 2019, at 12:43 PM, Ian Pilcher <arequipeno@gmail.com <mailto:arequipeno@gmail.com> > wrote:
I am struggling to find documentation of how to set up $SUBJECT.
I've got FreeRADIUS working with both PEAP/MSCHAPv2 and (P)EAP-GTC using a file-based test user, but the number of different protocols and configurations supported and documented in the config files means that I haven't been able to figure out how to achieve what I want.
(a) Make sure PEAP works with certificates. (b) configure and enable LDAP. See mods-available/ldap Once the LDAP module is available, the server will automatically use it. And, the server will automatically grab passwords from LDAP. And, the server will automatically use those passwords to do EAP-GTC. It really is that easy. The key thing is to *let the server do the work*. Don't try to "force" a particular kind of authentication. EAP doesn't work that way. If you're using Active Directory, it's harder. Because Active Directory isn't a real LDAP server. It also helps to describe what you've done, what happened, and why you think it's wrong. Otherwise, we're limited to: Q: I tried stuff and it doesn't work. What do I do? A: Try different stuff Which isn't helpful to anyone. Better questions means better answers. Alan DeKok. ------------------------------ Message: 3 Date: Mon, 28 Jan 2019 00:27:28 +0100 From: diego.barzon@tiscali.it <mailto:diego.barzon@tiscali.it> To: <freeradius-users@lists.freeradius.org <mailto:freeradius-users@lists.freeradius.org> > Subject: Multiple UserDN for different LDAPs Message-ID: <a5fefc494d4f1514bf2d35eb706b2edb@tiscali.it <mailto:a5fefc494d4f1514bf2d35eb706b2edb@tiscali.it> > Content-Type: text/plain; charset=UTF-8 Hi all, here's the problem. I need to authenticate against 2 different LDAP servers, populated with different data. I don't need specific information (like group memberships or so): trying to bind with the credentials is enough. In 'authorize' I set Auth to LDAP and in authenticate I put something like this: ldap1{ fail = 1 invalid = 2 reject = 3 } if (!ok) { ldap2 } ldap1 and ldap2 configurations are on separate files, they are different in everything: the former's a DC, the latter an openldap server. Moreover they have different BaseDN. It looks like freeradius set UserDN for the first ldap and tries to use the same on the second. I think I need two different values for LDAP-UserDN, which is not possible, but I read there's some kind of workaround involving writing on files/authorize but honestly I didn't understand what I'm supposed to do. Thanks in advance! Con OpenStar hai Giga, SMS e i minuti che vuoi da 4,99€ al mese, per sempre. Cambi gratis quando e come vuoi e in più hai 6 mesi di INFINTY! http://tisca.li/myopen ------------------------------ Message: 4 Date: Mon, 28 Jan 2019 11:14:50 +0700 From: "Soklang Sum" <soklang.sum@cambotech.com <mailto:soklang.sum@cambotech.com> > To: <freeradius-users@lists.freeradius.org <mailto:freeradius-users@lists.freeradius.org> > Subject: Freeradius-Users Digest, Vol 165, Issue 68 Message-ID: <000201d4b6c0$05465b20$0fd31160$@cambotech.com <http://cambotech.com> > Content-Type: text/plain; charset="utf-8" Dear Team Freeradius, I would like to ask about FreeRADIUS work with google authenticator (2FA) or not? I have tried to install freeRADIUS with google authenticator but it doesn't work, when I try install following the guideline any website like https://networkjutsu.com/freeradius-google-authenticator/ it always rejected. So that why I want to make sure from team expertise freeRADIUS it work with google authenticator or not? But I saw in the guideline it works but for me never work. Please help feedback soon as possible. Thanks =================== -----Original Message----- From: Freeradius-Users <freeradius-users-bounces+soklang.sum=cambotech.com@lists.freeradius.org <mailto:cambotech.com@lists.freeradius.org> > On Behalf Of freeradius-users-request@lists.freeradius.org <mailto:freeradius-users-request@lists.freeradius.org> Sent: Sunday, January 27, 2019 6:00 PM To: freeradius-users@lists.freeradius.org <mailto:freeradius-users@lists.freeradius.org> Subject: Freeradius-Users Digest, Vol 165, Issue 68 Send Freeradius-Users mailing list submissions to freeradius-users@lists.freeradius.org <mailto:freeradius-users@lists.freeradius.org> To subscribe or unsubscribe via the World Wide Web, visit http://lists.freeradius.org/mailman/listinfo/freeradius-users or, via email, send a message with subject or body 'help' to freeradius-users-request@lists.freeradius.org You can reach the person managing the list at freeradius-users-owner@lists.freeradius.org <mailto:freeradius-users-owner@lists.freeradius.org> When replying, please edit your Subject line so it is more specific than "Re: Contents of Freeradius-Users digest..." Today's Topics: 1. Session start times issues (Philemon Jaomalaza) 2. Re: Session start times issues (Alan DeKok) ---------------------------------------------------------------------- Message: 1 Date: Sat, 26 Jan 2019 16:43:23 +0300 From: "Philemon Jaomalaza" <philemon.jaomalaza@gmail.com <mailto:philemon.jaomalaza@gmail.com> > To: "'FreeRadius users mailing list'" <freeradius-users@lists.freeradius.org <mailto:freeradius-users@lists.freeradius.org> > Subject: Session start times issues Message-ID: <031301d4b57d$1e29c3a0$5a7d4ae0$@gmail.com <http://gmail.com> > Content-Type: text/plain; charset="utf-8" Hello, If the nas has a wrong date and time, the sqlcounter does not work correctly. The attribute Event-Timestamp got the wrong data and time from nas. I found this features in preacct substitution: update request { &FreeRADIUS-Acct-Session-Start-Time = "%{expr: %l - %{%{Acct-Session-Time}:-0} - %{%{Acct-D$ } I uncomente it but nothing change. Where is the best way to have the good local time of radius server on "acctstarttime" column of "radacct" on sql database ? JMLZ --- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus ------------------------------ Message: 2 Date: Sat, 26 Jan 2019 14:35:02 -0500 From: Alan DeKok <aland@deployingradius.com <mailto:aland@deployingradius.com> > To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org <mailto:freeradius-users@lists.freeradius.org> > Subject: Re: Session start times issues Message-ID: <717983BF-2594-4316-807F-0726F706BD53@deployingradius.com <mailto:717983BF-2594-4316-807F-0726F706BD53@deployingradius.com> > Content-Type: text/plain; charset=us-ascii On Jan 26, 2019, at 8:43 AM, Philemon Jaomalaza <philemon.jaomalaza@gmail.com <mailto:philemon.jaomalaza@gmail.com> > wrote:
If the nas has a wrong date and time, the sqlcounter does not work correctly.
If I take the tires off of my car, it doesn't drive well. Solution: fix the REAL problem.
The attribute Event-Timestamp got the wrong data and time from nas.
Fix the NAS. Anything else is an ugly hack.
I found this features in preacct substitution:
update request { &FreeRADIUS-Acct-Session-Start-Time = "%{expr: %l - %{%{Acct-Session-Time}:-0} - %{%{Acct-D$ }
I uncomente it but nothing change.
Where is the best way to have the good local time of radius server on "acctstarttime" column of "radacct" on sql database ?
Fix the NAS. Alan DeKok. ------------------------------ Subject: Digest Footer - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html ------------------------------ End of Freeradius-Users Digest, Vol 165, Issue 68 ************************************************* ------------------------------ Message: 5 Date: Mon, 28 Jan 2019 10:05:15 +0530 From: slnarayanan@nitt.edu <mailto:slnarayanan@nitt.edu> To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org <mailto:freeradius-users@lists.freeradius.org> > Subject: radius accounting issue. Message-ID: <20190128100515.Horde.b8e9HpA3uLd-EHwBhBcx3A6@webmail.nitt.edu <mailto:20190128100515.Horde.b8e9HpA3uLd-EHwBhBcx3A6@webmail.nitt.edu> > Content-Type: text/plain; charset="utf-8"; Format="flowed"; DelSp="Yes" Dear All, I have a problem with accounting .Everything is working fine on freeradius.Login& authentication sql everything is working fine.But i have a problem in accounting pocket.We are using sonciwall firwall in our campus.Those who logged through our radius server the login information (Radius Accounting) information need to display on sonicwall user's page.The UDP pocket 1813 not send to our firewall ip.In the firewall i have enable policy allow to all our local network.I have attached my radiususd -X log to this mail.Kindly provide the solution for resolve my issue.The Radius Accounting information now shows on radacct in the phpmyadmin. Regards. S.Lakshmi narayanan
Hi Soklang, I'm currently working on a very simple TOTP python module that works fine with Google Authenticator and does does not exposes the drawbacks that using the PAM method has (such as having to create the actual UNIX accounts or being forced to use GTC/PAP). I created it for its use with ABFAB/Moonshot, but it could be used by anyone. If you are interested, I can make it public (it's not public yet because I had to time to publish it). All you need to do is to assign each user you want to use TOTP a Moonshot-OTP-Secret value, and to put "moonshot_totp" at the end of the authorize section (either on the default or the inner-tunnel site). testuser@test.org Cleartext-Password := "OneTestingPassword", Moonshot-OTP-Secret := "7MR674BRPXXNYGGMPFA52MW6GSMA6JQL" Because of how it works, it needs FreeRadius 3.0.18 (soon to be released) to work, as it makes use of some improvements we made to the Python module in/out interface. Best, Alex -- Alejandro Perez-Mendez Technical Specialist (AAA), Trust & Identity M (+34) 619 333 219 Skype alejandro_perez_mendez jisc.ac.uk Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800. Jisc Services Limited is a wholly owned Jisc subsidiary and a company limited by guarantee which is registered in England under company number 2881024, VAT number GB 197 0632 86. The registered office is: One Castle Park, Tower Hill, Bristol BS2 0JA. T 0203 697 5800.
participants (3)
-
Alex Perez-Mendez -
Eero Volotinen -
Soklang Sum