Not in list of allowed users #866
-
|
Hello! We, the admins setting it up have no problem logging in and using it as intended. However, other groups whom the functionality is actually intended to work for, get a "Permission denied" error. A closer look at the logs reveal these two errors: And from journalctl -u snap.authd-msentraid.authd-msentraid.service: We have not done anything spesific to the entraid app outside what is described in How would we solve this issue? PS: Due to errors listed in #858 we are using the edge channel for the snap msentraid service. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi!
By default, the first user to log in is registered as the owner. What's happening is probably that the admin who tries to log in is registered as the owner, so the next user who tries to log in gets a permission denied error. The documentation explains how you can configure authd to allow multiple users. |
Beta Was this translation helpful? Give feedback.
Hi!
By default, the first user to log in is registered as the owner. What's happening is probably that the admin who tries to log in is registered as the owner, so the next user who tries to log in gets a permission denied error. The documentation explains how you can configure authd to allow multiple users.