XUA: How to remove the GROUP NAME to pass only the USERNAME to the RSA server for MFA
Below mask should remove the GROUP NAME
MAP re:"^.*\." DELETE
If you are unable to locate the solution needed or if you need additional assistance please Click Here to open a case from our Customer Care Portal.
Related Articles
XUA: RSA Authenticated user and SFTP
Add the below setting to UAACL using XAC_EDIT_ACL. UAGROUP SN-RSA-MAP-TEST DESCRIPTION "RSA Logon with Mapping" FROM_USER $EVERYONE TO_USER support.sam MAP re:"GRP80.TST010" REPLACE "scottfob" EXIT MAP re:"SUPPORT.SAM" REPLACE "scottfob" EXIT MAP ...
XUA/XPQ: Using Password Program to change passwords for RSA or Radius users
If executing the HPE password program or an XPQ version of PASSWORD prior to the XPQ release 3.45, then a UAGROUP(s) must be added to the UAACL file (XUA) to process the authentication when the requestor is the PASSWORD program and the user is a user ...
XUA: LDAP and RSA installation Directory create failure for /rsa
The error can be ignored if the RSA web service isn't going to be used. This is the last step the installation does before doing xua_finish_install (if 255,255) or asking to complete the installation by logging on as 255,255 and running a ...
XUA: How do I disable Multi-Factor Authentication (MFA) for FTP command line sessions?
FTPSERV does not support MFA for FTP interactive sessions. To configure XUA to disable MFA for interactive sessions, add a UAGROUP with the appropriate FTP requestor (FTPSERV or XHESERV) above the MFA UAGROUP in the UAACL file. Example: UAGROUP ...
XUA: Does XUA support multiple RADIUS servers
XYGATE User Authentication (XUA) Version 2.25 and later can be configured to support multiple Radius servers by specifying each server name next to the RADIUS_HOST keyword in the UACONF file, using a comma-separated list of server names with no ...