Replies: 2 comments
-
|
Im not quite sure about how the google-authenticator works here but this does seem to be an odd permission issue. Does the google-authenticator use your |
Beta Was this translation helpful? Give feedback.
-
|
We have tried changing the file rights but no solution has been found. I think a PAM proces is not able to open the file .google_authenticator. For testing we are now using in readonly mode. But prefer not to this in production. We are installing the google authenticator RPM and then configuring as follow: Setup google-authenticatorchmod 0600 /home/admin/.google_authenticator This will lead to the error unless we add allow_readonly to the pam lines. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
From the containerfile we have installed google-authenticator in the container. After having the container deployed to the physical server, the google authenticator PAM module can not open/write the .google-authenticator file. The file rights and owner seem to be correct.
As root or admin I can open and edit .google-authenticator
For the moment SELINUX has been disabled. In readonly mode everything works as expected.
Has anyone seen this?
Beta Was this translation helpful? Give feedback.
All reactions