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