I have found lots of information regarding the CASHostAccountRequired group and everything I found says to use this functionality, the user needs to have a CAS Host Account, but yet I cannot find any information or documentation on how to actually accomplish this. Does anyone have any guidance on this?
Scenario:
We have ALL users in Active Directory groups that are in the custom CASHostAccountRequired group, but yet only some users are not able to start a CAS session! I can't figure out why this doesn't effect ALL users.
Ended up figuring it out with SAS TS. Apparently the SSSD service on one of the nodes wasn't refreshing and any new users added to the Active Directory group wasn't being recognized on this node. In working with our Linux admin, once SSSD was stopped, cache cleared and restarted, it resolved the issue.
For reference, this was what was run to refresh the SSSD service...
service sssd stop ; rm -f /var/lib/sss/db/* /var/log/sssd/* ; service sssd start
Thanks,
John
Ended up figuring it out with SAS TS. Apparently the SSSD service on one of the nodes wasn't refreshing and any new users added to the Active Directory group wasn't being recognized on this node. In working with our Linux admin, once SSSD was stopped, cache cleared and restarted, it resolved the issue.
For reference, this was what was run to refresh the SSSD service...
service sssd stop ; rm -f /var/lib/sss/db/* /var/log/sssd/* ; service sssd start
Thanks,
John
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
Learn how to explore data assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.