XYGATE User Authentication Reference Manual

XYGATE
®
User Authentication
Reference Manual
Appendix B: The UAACL File
XYPRO Technology Corporation 273 Proprietary and Confidential
B33: MAP
XUA provides the capability to map the NonStop user database to an alternative
authentication database such as LDAP, RSA or RADIUS. One or more mapping rules
can be specified in the UAACL file at the UAGroup level. These mapping rules will only
apply to the UAGROUP for which they are configured.
Note: Chapter 15, “Mapping NonStop IDs to Alternative Authentication Databases
starting on page 129 provides more information and examples of ID mapping.
The standard XYGATE regular expression library is used to match the NonStop
userids. Refer to the XYGATE Regular Expressions manual for information about
syntax and usage. (To get this and other XYPRO documents, refer to the section
Additional XYPRO Reference Manuals” in the “Introduction” of this manual.) A number
of operators are used to specify what action should be applied to the matched string.
Syntax:
MAP RE:"<regular expression>" <operator>
The operators are: APPEND, DELETE, INSERT, REPLACE, UPSHIFT, DOWNSHIFT
and EXIT. These are described in detail in Chapter 15.
B34: NOAUDIT
The NOAUDIT keyword disables auditing of the logon events for users to whom this
rules applies.
Syntax:
NOAUDIT
If present in a UAGroup, this keyword’s value overrides the one in the UACONF file.
If this keyword is omitted, the value in the UACONF file is used.