Latest Identity Based SQL Connector |
|
|
The SQL connector supports identity-based security. In earlier versions of the SQL connector, security of a document always had to be modeled using security attributes - which is called the user-defined security model. With this enhancement, database records secured by user/group ACL can also be modeled using the database connector. To support identity based secure crawling, the connector supports the
following additional attributes in the crawling query or view. The value
in these columns for each record in the record set defined by the crawling
the query or view specifies the user or group who are granted or denied
access to the record. EQ_GRANT_USER - User granted access to the record Below is an example crawling query that includes EQ_GRANT_USER
column: If there are more than one user or group in the grant/deny list, the sub-query feature of the database connector should be used. Subqueries specifying grant/deny user/group should be specified as attribute queries in the subquery file. Here is an example sub-query file content: <?xml version="1.0"
encoding="UTF-8" ?> |
|