BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
JMS
Obsidian | Level 7 JMS
Obsidian | Level 7

I want to set a up a share server in linux. I want that the users need userid and password to use the share server, but the files should be accessed with the user rights of the share server.

Running the share server with AUTHENTICATE=OPTIONAL, everybody can use the share server and access all files available to the share server. Running it with AUTHENTICATE=REQ, only users known to the system can use the share server and access the files the users are allowed to access.

What I want is a mix:

only users known to the system can use the share server (i.e. they have to use userid+apsswd), and they can access all files available to the share server.

I.e. accessing the files, the share server does not check against the user rights.

Is this possible?

 

1 ACCEPTED SOLUTION

Accepted Solutions
MCoopmans
SAS Employee

I think you can get that behaviour when you use a metadata server and have metadata bound libraries. You will have to give the users access through the management console but the SAS/Share server will not be checking whether the user has rights on the file system settings to acces those datasets, just the UserID that has started the server needs those. 

As an alternative you could set up a group on the linux level and play with group ownership on the datasets and the rights there.

View solution in original post

1 REPLY 1
MCoopmans
SAS Employee

I think you can get that behaviour when you use a metadata server and have metadata bound libraries. You will have to give the users access through the management console but the SAS/Share server will not be checking whether the user has rights on the file system settings to acces those datasets, just the UserID that has started the server needs those. 

As an alternative you could set up a group on the linux level and play with group ownership on the datasets and the rights there.

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 574 views
  • 2 likes
  • 2 in conversation