BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
bheinsius
Lapis Lazuli | Level 10

Hi,

 

At my customer's site, the Workspace Server is configured to use Token Based Authentication, so using a shared account.

Because of this the SASUSER library is set readonly (-RSASUSER).

Users still would like a personal library like what SASUSER offers. What would be the best option here?

I don't really like the option of defining a separate library for every single user.

 

Regards,

Bart Heinsius

 

1 ACCEPTED SOLUTION

Accepted Solutions
alexal
SAS Employee

@bheinsius ,

 

Not to use SAS Token Authentication? Actually, you should be able to get a METAUSER in autoexec*.sas, maybe you can create a personal library for them there.

View solution in original post

2 REPLIES 2
alexal
SAS Employee

@bheinsius ,

 

Not to use SAS Token Authentication? Actually, you should be able to get a METAUSER in autoexec*.sas, maybe you can create a personal library for them there.

andreas_lds
Jade | Level 19

@alexal already pointed in the right direction: you can use something like

libname private v9 "base-dir/&_MetaUser.";

in the autoexec_usermods.sas config file.

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
  • 2 replies
  • 567 views
  • 0 likes
  • 3 in conversation