layeh / google-apps-radius

RADIUS server that authenticates against a Google Apps domain.
GNU General Public License v3.0
83 stars 28 forks source link

Unable to login if 2FA is enabled on the google account #7

Closed ssbarnea closed 8 years ago

ssbarnea commented 8 years ago

It seems that the README file does not include any information regarding usage when 2FA is enabled on Google.

ghost commented 8 years ago

since we auth via smtp, you will probably have to generate an app password or whatever they're called.

ssbarnea commented 8 years ago

Thank you! I used https://security.google.com/settings/security/apppasswords to generate an app password, named it "radius" in order to remember where it should work and tested it. It worked.

While this is not ideal, it still works.