BookmarkSubscribeRSS Feed
shlomiohana
Obsidian | Level 7
Hello,

Currently, users in my system can send an email through SAS GUIDE and impersonate someone else in the organization.

For example, I can send an email as if my manager sent it.

I want to limit this option and provide a list of emails that are authorized to be sent.

If I try to send an email that is not on the list, I will get an error.

Is it possible to implement this restriction in SAS?

Thank you very much.
8 REPLIES 8
carl_sommer
SAS Employee

See Fencing in your SAS users with LOCKDOWN - The SAS Dummy   
You should be able to selectively enable email using the LOCKDOWN ENABLE_AMS=EMAIL statement via yoru workspace server autoexec.

 

Carl Sommer - SAS Technical Support

shlomiohana
Obsidian | Level 7
I currently have lockdown ENABLE_AMS=EMAIL in the autoexec file, how do i implement a restriction?
carl_sommer
SAS Employee

Can you share your autoexec?  I would suggest some amount of conditional code to decide for whom to provide the enablement for.

Carl Sommer - SAS Technical Support

gwootton
SAS Super FREQ
SAS allows you to prevent the email access method from being used at all using LOCKDOWN as Carl mentions. I think to limit what addresses can be used as the sender would be something done on the mail server you are using.
--
Greg Wootton | Principal Systems Technical Support Engineer
carl_sommer
SAS Employee

That's a good distinction.  While you could conditionally execute the lockdown statement in the autoexec by user, for those allowed to use email, you won't be able to enforce what user the set as the sender.

Carl Sommer - SAS Technical Support

shlomiohana
Obsidian | Level 7
The autoexec file contains:

lockdown ENABLE_AMS=HTTP;
lockdown ENABLE_AMS=EMAIL;
lockdown list;
thesasuser
Lapis Lazuli | Level 10

Any restriction on the SAS side will be easy to bypass.
Consider restricting at the SMTP server level. The mail server admin at your place could help.

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
  • 8 replies
  • 683 views
  • 1 like
  • 5 in conversation