Local users not able to login - RStudio Server Community Edition

We are running a local install of RStudio Server community edition on an OpenSUSE server and I am not able to login as a normal user. I wonder if the users need to be added to an specific group to be able to access. So far, the error log shows the following:

rstudio1 rserver-pam[6635]: pam_unix(rstudio:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=  user=<username>

The content of /etc/rstudio/rserver.conf is the following:

auth-required-user-group=analysts,admins,rstudio-users,users   

The content of /etc/pam.d/rstudio is the following:

#%PAM-1.0
auth      requisite  pam_nologin.so
auth      include    common-auth
account   include    common-account
password  include    common-password
session   required   pam_loginuid.so
session   optional   pam_keyinit.so force revoke
session   include    common-session
#session  optional   pam_lastlog.so nowtmp showfailed
session   optional   pam_mail.so standard

Somehow I am not able to run pamtest on the server since the package is not available.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.