Resolution 1.
- Open the Safeguard Authentication Services (SAS) Control Center
- Navigate to Tools > SAS PowerShell Console
- Run the following command in the console substituting the domain name and users’ name for DOMAIN\test1
# Enable-QasUnixUser -Identity DOMAIN\test1
Resolution 2.
- Install the following msi packages which can be found in the windows folder in the SAS installation media.
- “corex86.msi”
- “corex64.msi”
Both must be installed in the above order
- Open PowerShell
- Run the following commands in the console substituting the domain name and users’ name for DOMAIN\test1
# Import-Module Quest.AuthenticationServices
# Enable-QasUnixUser -Identity DOMAIN\test1
See the SAS Admin Guide more details on the SAS PowerShell cmdlets and their usage.
https://support.oneidentity.com/technical-documents/safeguard-authentication-services/5.0.2/administration-guide/17#TOPIC-1616714