freeradius authentication against gmail
Hi, Is there plugin that allows authentication against gmail servers? Trying to implement wlan access with gmail password? -- Eero
On 3 Oct 2017, at 18:12, Eero Volotinen <eero.volotinen@iki.fi> wrote:
Hi,
Is there plugin that allows authentication against gmail servers?
Trying to implement wlan access with gmail password?
There isn't, but it probably wouldn't be hard to write one. https://curl.haxx.se/libcurl/c/imap.html -Arran
On 3 Oct 2017, at 18:18, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On 3 Oct 2017, at 18:12, Eero Volotinen <eero.volotinen@iki.fi> wrote:
Hi,
Is there plugin that allows authentication against gmail servers?
Trying to implement wlan access with gmail password?
There isn't, but it probably wouldn't be hard to write one.
or better: https://curl.haxx.se/libcurl/c/imap-tls.html I think that's how people have done 802.1X against google apps stuff in the past. You'll be limited to TTLS-PAP, but seeing as that's supported on all platforms now, not a major issue. -Arran
Is there example of that kind of configuration? I did pam module that tries to authenticate against imap+ssl .. it might work :) -- Eero 2017-10-03 13:20 GMT+03:00 Arran Cudbard-Bell <a.cudbardb@freeradius.org>:
On 3 Oct 2017, at 18:18, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On 3 Oct 2017, at 18:12, Eero Volotinen <eero.volotinen@iki.fi> wrote:
Hi,
Is there plugin that allows authentication against gmail servers?
Trying to implement wlan access with gmail password?
There isn't, but it probably wouldn't be hard to write one.
or better:
https://curl.haxx.se/libcurl/c/imap-tls.html
I think that's how people have done 802.1X against google apps stuff in the past.
You'll be limited to TTLS-PAP, but seeing as that's supported on all platforms now, not a major issue.
-Arran
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
Great! Got it working. coded tiny-crappy pam-imap module that authenticates against imap and then configure freeradius to authenticate against it.. -- Eero 2017-10-03 13:20 GMT+03:00 Arran Cudbard-Bell <a.cudbardb@freeradius.org>:
On 3 Oct 2017, at 18:18, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On 3 Oct 2017, at 18:12, Eero Volotinen <eero.volotinen@iki.fi> wrote:
Hi,
Is there plugin that allows authentication against gmail servers?
Trying to implement wlan access with gmail password?
There isn't, but it probably wouldn't be hard to write one.
or better:
https://curl.haxx.se/libcurl/c/imap-tls.html
I think that's how people have done 802.1X against google apps stuff in the past.
You'll be limited to TTLS-PAP, but seeing as that's supported on all platforms now, not a major issue.
-Arran
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
participants (2)
-
Arran Cudbard-Bell -
Eero Volotinen