XYGATE User Authentication Reference Manual

XYGATE
®
User Authentication
(XUA) 1.85 Reference Manual
Chapter 1. Installing XUA
XYPRO Technology Corporation 30 Proprietary and Confidential
1.8.1 Userids
Users are specified as follows:
Syntax:
[\Node.]<Group Name>.<User Name> or [\Node.]<Group Number>,<User Number>
You can enter userids as user names or user numbers. Remember that if you enter a
user name, XUA will check for the userid’s existence on the node where it is running.
You can use an asterisk ( * ) in either the GROUP position or the MEMBER position.
And userids can include node names (or an asterisk to represent all nodes) when
appropriate, as follows:
*.* represents all local userids.
\*.*.* represents all network userids.
\NODEA.*.* represents all userids on \NODEA.
Note: Some products, such as XYGATE Host Session Encryption (XHE), do not allow
you to specify node names in user lists because all actions are local.
Example: How to wildcard userids
a)
SECURITY.ADMIN
b)
SECURITY.*
c)
*.MGR
group
d)
*.255
e)
\*.SECURITY.ADMIN
f)
\*.SECURITY.*
g)
\*.*.MGR
of group
h)
\*.*.255
i)
\NODE1.*.255
j)
\NODE1.SECURITY.*
Remember that the operating system will automatically upshift any user names when
making comparisons, so you can enter them in either uppercase or lowercase type.