Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How can I configure Rstudio to use Kerberos authentication with Revolution R?


View products that this article applies to.

Authentication is only support in Rstudio Server Professional. If you are using Rstudio Server Pro you can use the PAM session API to initializeand destroy Kerberos tickets:
  1. Login to Rstudio with your Unix credentials(using PAM authentication)
  2. Open a shell in Rstudio(via 'Tools ---> Shell' menu item in RStudio)
  3. Get Kerberos ticket(issue the command: 'kinit <user>" - this should prompt you for the users Kerberos password.
  4. Now you should have a Kerberos ticket for that user until the lease expires(usually 24 hours). Commands that you execute using Rstudio will have a valid Kerberos credential.

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 3103796
Revision : 1
Created on : 1/7/2017
Published on : 11/1/2015
Exists online : False
Views : 71