The system user should
identify users who will be administrators of SAS Federation Server,
and grant them administrative privileges. There are two ways to grant
users administrative privileges:
-
Add the user to the SAS Federation
Server Administrators group. This group has the administer privilege
already assigned.
-
Grant the user ADMINISTER privilege
on the server object using administration DDL.
Like SYSTEM users, administrators are unconditionally
and implicitly granted all privileges on SAS Federation Server.
However, if these users are revoked their ADMINISTER privilege, then
they become standard users that can have privileges granted or denied.
A SYSTEM user can never be denied privileges.
If a Data Source Name (
DSN) is created by either the system user or an administrator, the DSN is created using
the AS ADMINISTRATOR clause, which means that the ADMINISTRATOR role owns the DSN,
not the individual creating it. Therefore, if the administrator user is later removed
from the system, the DSN will not be deleted with the user.
Use the system user
account to define one or more administrators for SAS Federation Server.
As a best practice, all configuration and administration should be
performed by the administrator.