Home
last modified time | relevance | path

Searched refs:google_authenticator (Results 1 – 5 of 5) sorted by relevance

/dports/security/pam_google_authenticator/google-authenticator-libpam-1.09/
H A DREADME.md43 directory. These settings will be stored in `~/.google_authenticator`.
74 …th required pam_google_authenticator.so secret=/var/unencrypted-home/${USER}/.google_authenticator`
77 have to tell your users to manually move their .google_authenticator file to
H A DFILEFORMAT1 All configuration data and state is kept in ~/.google_authenticator
/dports/security/pam_google_authenticator/google-authenticator-libpam-1.09/man/
H A Dpam_google_authenticator.8.md39 `.google_authenticator` file within the home of the user logging in. This
142 secret=/var/unencrypted-home/${USER}/.google_authenticator` # Store secret
H A Dgoogle-authenticator.1.md18 stored in `~/.google_authenticator`.
/dports/security/pam_google_authenticator/google-authenticator-libpam-1.09/src/
H A Dpam_google_authenticator.c1806 static int google_authenticator(pam_handle_t *pamh, in google_authenticator() function
2159 return google_authenticator(pamh, argc, argv); in pam_sm_authenticate()