On 2011-04-20, Alastair Johnson <[email protected]> wrote: > I have used authpf sucessfully and was wondering if it is possible to use > authpf with the google authenticator to add one time passwords. > > Has anyone done this? > >
Haven't tried it with authpf, but ports/sysutils/login_oath might help. The way it's currently written it expects the secret key to be in a file in the user's home directory so each user would need a separate homedir which is going to be slightly annoying for authpf (though workable at a pinch) - it would be a better fit to have it lookup user/key in a standalone file or ldap.

