Table Overview
This database contains associations of users and groups that can be used by web and other applications to resolve security access to publications and topics. The database can be populated from the HDS USER web application that comes with Hyper.Net, or can be populated by the LDAP synchronization process that also is provided with Hyper.Net. This service is named HN_ActiveDirectoryService, and can be enabled in the Windows Services list.
Figure 26 Structure of the HNHDS_User database
Description of the tables in the HNHDS_USER database:
| |
|
|
Table
|
Description
|
|
HDS_USER
|
This is the main table in the HNHDS_USER database. It holds all information about the users that have been synchronized from the Active Directory or created manually.
|
|
HDS_GROUP_USER
|
This is a join table joining users with their groups.
|
|
HDS_GROUP
|
This table holds all information about the groups that have been either synchronized from the Active Directory or created manually.
|