We are trying to setup R Studio Server (free version) and have ran into problems when logging into the page with a privileged AD account. We have setup a virtual Linux server and have installed the following:
- yum install R – installed all R packages and dependencies
- Followed the steps from this link https://www.rstudio.com/products/rstudio/download-server/ for RedHat/CentOS 6 and 7
At this time I can access the R Studio sign-in page. Also the server management person who set it up can access the page also and log into the site as well. However I cannot log into the site myself. Please note, for compliance reasons I have to use a privileged AD account instead of my regular one.
The following has been tried to remedy the problem. However without success:
Modified rstudio file at this location/etc/pam.d/ to look like the following:
auth requisite pam_succeed_if.so uid >= 500 quiet
auth required pam_ldap.so
account required pam_ldap.so
Copied the R directory from server management support person's folder to mine.
Neither of these attempts has fixed it for me.
Please advise.