Technical Overview
User Login
Users are identified by their UNIX account name.
User Groups
The groups a user belongs to are computed from information found in the system user database.
Security Tokens
For a given user, the following security tokens are generated. These security tokens are built so that ACLs of documents indexed on a UNIX file system can be matched by Exalead CloudView on a UNIX system.
There are security tokens generated for the user and group. The following are examples of security tokens generated from users and groups.
-
If the user UNIX account name is
smith
and the user identifier (UID) is501
, the following security token are generatedunix:user:501
. -
If the group UNIX name is
exalead
and its UID is601
, the following security token are generatedunix:group:601
.
Prerequisites
For this security source to be functional, the user running Exalead CloudView must have read access to the system user database.
Limitation
The UNIX security source is only compatible with NIS-based authentication.