HP Device Manager 4.6 - Database Schema Guide
Table Of Contents

dm_user
This is the user table.
1. Table columns
Column
name
Type
name
Column
size
Nullable Primary
key
Foreign key Description
user_id nvarchar 50 NO √ dm_user_filter.user_id
dm_user_sec_filter.user_id
User name
dn nvarchar 255 YES Distinguished name, which only has a
value when the group type is LDAP
description nvarchar 50 NO Description information
password nvarchar 50 NO Encrypted password
privilege int 10 YES Privilege
user_type int 10 NO User type:
0: unknown
1: local
2: LDAP
security_filter nvarchar 32 YES Security filter name
2. Relevant UI
37