HP Device Manager 4.6 - Database Schema Guide
Table Of Contents

Privilege-related tables
dm_group
This is the group table.
1. Table columns
Column name Type
name
Column
size
Nullable Primary
key
Foreign key Description
group_name nvarchar 50 NO √ dm_group_sec_filter.group_name Group name
dn nvarchar 250 YES Distinguished name, which
only has a value when the
group type is LDAP
description nvarchar 200 YES Description information
group_type int 10 NO Group type:
0: unknown
1: DB (HPDM local group)
2: LDAP (LDAP server group)
2. Relevant UI
35