Difference between revisions of "SYSROLES"

From Lianjapedia
Jump to: navigation, search
Line 3: Line 3:
  
 
==See Also==
 
==See Also==
[[MD5()]], [[SYSPERMS]], [[USERDOMAIN()]], [[USEREMAIL()]], [[USERNAME()]], [[USERROLES()]], [[Users and Roles]], [[Users Tables]]
+
[[MD5()]], [[SYSPERMS]], [[SYSROWFILTERS]], [[USERDOMAIN()]], [[USEREMAIL()]], [[USERNAME()]], [[USERROLES()]], [[Users and Roles]], [[Users Tables]]
  
 
==Description==
 
==Description==

Revision as of 07:34, 17 February 2017

Purpose

System table for user and role information

See Also

MD5(), SYSPERMS, SYSROWFILTERS, USERDOMAIN(), USEREMAIL(), USERNAME(), USERROLES(), Users and Roles, Users Tables

Description

The sysroles table is stored in the system database and holds user and role information.

Column Data Type Width Description
DOMAIN C 80 Domain: Domain or tenancy for the user.
NAME C 80 Name: Full name of the user.
USERNAME C 80 Username: Name of the user, case-sensitive.
PASSWORD C 80 Password: Password for the user, case-sensitive. This is encrypted as an MD5 cryptographic key.
ROLES C 255 Roles: Comma-separated list of roles for the user. '*' means all.
EMAIL C 80 Email: User's email address.

Example

select * from system!sysroles