You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the utility (as a non-root user) with the -s option and helper_owner is defined in /etc/google-authenticator.conf, I get the following error:
aabdian@trusty:~$ google-authenticator -s ~/.google_authenticator -l aabdian@trusty
<truncated>
Do you want me to update your "/home/aabdian/.google_authenticator" file (y/n) y
<truncated>
Failed to chown /home/aabdian/.google_authenticator as googleauth: Operation not permitted
When running the utility (as a non-root user) with the -s option and helper_owner is defined in /etc/google-authenticator.conf, I get the following error:
Settings in /etc/google-authenticator.conf are:
I think the solution here is to simply not attempt to change the ownership of the secret file if the utility is being run as a non-root user.
The text was updated successfully, but these errors were encountered: