totp-cgi
totp-cgi copied to clipboard
A centralized totp solution based on google-authenticator
When a user is added because they don't exist and then removed, they should also be removed from the cache dictionary. If they are not, the next check will return...
On line 174, there is: ($mesg->entry(0)->get_value($$config{'userAttribute'}) == $RAD_REQUEST{'User-Name'}) I think this should be ($mesg->entry(0)->get_value($$config{'userAttribute'}) eq $RAD_REQUEST{'User-Name'}) Because otherwise it is doing a conversion to a numeric type, and comparing that,...
By default, the issuer field is not created, so when you look at your auth codes via the "google authenticator" application on a mobile device, it looks out of place....
On CentOS 7 totpcgi-handler.pl is giving me issues about strict variable definitions. This is how I fixed these problems: First comment out the following code line: unshift(@attrs, $$config{'userAttribute'}); Then add...
I've created one server using these instructions (http://vcdxorbust.com/totpcgi-and-freeradius-with-vmware-view/) and a domain of domain.local. Due to issues with .local domains I am migrating to a corp.domain.com domain. I started with a...
Just a minor issue / feature request: Could the option to specify the MySQL port be added, please?
I have a setup where I want to allow multiple provisioning sources. I'm using the provided totpcgi-handler.pl file and I want to disable the ldap lookup stuff, and I'm running...