Each user
should have a login that establishes their SAS identity. It is not
necessary to include a password in this login. However, the password
column always displays eight asterisks (regardless of whether a password
is actually stored). For example, this is how Joe's login might look
when a user administrator views Joe's
Accounts tab:
DefaultAuth | WIN\Joe | ********
A user
might have additional logins that provide access to other systems.
For example, if Joe has his own Oracle account, he might have these
two logins:
DefaultAuth | joe | ********
OracleAuth | ORAjoe | ********
Note: The Oracle
login should include a copy of Joe's Oracle password.
If a site
uses Web authentication, the requirements are different. For example,
if Joe uses both Web and desktop applications at such a site, Joe
might have these three logins:
DefaultAuth | WIN\Joe | ********
OracleAuth | ORAjoe | ********
Note: Like his DefaultAuth
login, Joe's Web login is used only to launch clients, so there is
no need to create a SAS copy of Joe's Web realm password.