Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

Table NameTable DescriptionField NameField TypeField Description
rbac_account_permissionsAccount-Permission relationaccountIdintAccount id
permissionIdintPermission id
grantedintGranted = 1, Denied = 0
realmIdintRealm Id, -1 means all
rbac_permissionsPermission ListidintPermission id
nametextPermission name
rbac_default_permissionsDefault permissions to assign to a specific security level (account_access)secIdintSecurity Level id
permissionIdintPermission id
rbac_linked_permissions

Assigns permissions to roles (see rbac_permissions for permissions with name "role")

Can also be used to link permissions to permissions (creating new roles)

idintSecurity Level id
linkedIdintPermission id

 

 

Sugerencia
titleSuggestionRBAC Management Tool

Create a web interface (in PHP or other accessible web technology) to ease management of the RBAC system.

If simple and good enough, it could possibly be added to TrinityCore repository (/contrib/ directory)!