Previous Page | Next Page

Users, Groups, and Roles

User ID Formats

In most cases, users can launch SAS applications using the same ID and password as they use in the rest of your computing environment. However, when you create a SAS copy of a Windows user ID, you must qualify the ID (for example, WindowsDomain\user-ID, MachineName\user-ID, or user-ID@company.com).

Failure to meet the preceding requirement doesn't prevent a successful logon. However, it prevents SAS from recognizing the user's individual identity and causes the user to have only the PUBLIC identity. See Authentication to the Metadata Server.

If your site accepts Windows IDs in disparate formats, you must coordinate the format of the copies with the format in which users submit their IDs. This table describes the common forms for an Active Directory user ID:

Overview: Forms of an Active Directory User ID
Form1 Basic Syntax Examples
Short user-ID
joe
UPN user-ID@UPNsuffix
joe@orionsports.com or joe@sales.orionsports.com
Down-level down-level-domain-name\user-ID
orionsports\joe or sales\joe or mymachine\joe
Kerberos user-ID@realm
joe@orionsports.com2
1 User Principal Name (UPN) is an Active Directory concept. Down-level domain is a Windows NT concept.

2 The realm in a Kerberos name is usually a Windows domain. A Kerberos name can include an instance (in the format
user-ID/instance@realm). Additional site-specific variations might occur.

In the SAS Intelligence Platform, follow these standards for Windows user IDs:

Note:   In the status bar of applications such as SAS Management Console, a currently connected Windows user ID is always displayed in the format user-ID@VALUE, regardless of how the user logged on or how the user's ID is stored in the metadata. For example, if you log on as Joe and your stored user ID is WIN\joe, the status bar displays your authenticated ID as joe@WIN.  [cautionend]

See Also

Add Regular Users

How SAS Identity is Determined

Previous Page | Next Page | Top of Page