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

Hello Everybody,

 

I want to set an ACL on a Table that changes the rights of one group.

 

proc spdo lib=libname;
    set acluser owner;
    modify acl table/spds_group_name=(n,n,n,n);
list acl table; quit;

In the Output it tells me the follwing:

ACL Info for table

Owner = owner
Group =
Default Access (R,W,A,C) = (N,N,N,N)
Group Access (R,W,A,C) = (Y,N,N,N)
User = spds_group_name, Access (R,W,A,C) = (N,N,N,N)

But in the SPDS PWDB there is no user with that name only a group.

 

Can anybody help me with this?

 

Kind regards and looking forward to your help

Criptic

1 ACCEPTED SOLUTION

Accepted Solutions
packjam
SAS Employee

Hello Criptic,

 

The proc SPDO output does not distinguish between the group and user ACL resources.  Any ACLs added ( group / user) will be listed under "user". The listing will not impact the access to the object. 

 

If you have any additional questions about this issue please  contact Technical Support. 

 

Regards,

Rob 

View solution in original post

2 REPLIES 2
ShelleySessoms
Community Manager

Hi @Criptic,

 

Your best bet for this type of question is to contact SAS Technical Support: https://support.sas.com/en/technical-support/contact-sas.html

 

There you'll get an SPDS expert to investigate and provide assistance.


Best,

Shelley

packjam
SAS Employee

Hello Criptic,

 

The proc SPDO output does not distinguish between the group and user ACL resources.  Any ACLs added ( group / user) will be listed under "user". The listing will not impact the access to the object. 

 

If you have any additional questions about this issue please  contact Technical Support. 

 

Regards,

Rob 

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
  • 872 views
  • 1 like
  • 3 in conversation