Technical Overview
The local Windows security source actually corresponds to the instance of a local security source in an Exalead CloudView installation on a Windows system (2000 / XP / 2003 / Vista / 2008).
The Windows local security source implementation relies on the Windows SSPI authentication tools used for managing user authentication on a Windows system. This means that every user with login rights to the system where Exalead CloudView is installed can be identified by this security source.
User Login
Users are identified by their Windows account name.
User Groups
The Windows group the user belongs to are returned.
Security Tokens
Security tokens are generated for each user. These security tokens may match the document's ACLs from a filesystem, Microsoft Exchange, or Microsoft Office Sharepoint Server connector.
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 smith has an SID
S-1-5-19819-101018018-189989898
, the following security tokens are generated:windows:S-1-5-19819-101018018-189989898
. -
If the group Exalead has an SID
S-1-5-19819-101018018-189989898
, the generated security tokens for this group arewindows:S-1-5-19819-101018018-189989898
.