You are viewing limited content. For full access, please sign in.

Question

Question

Which table in SQL holds WIndows Account / Domain Trustee group membership?

asked on October 25, 2020

I understand that repository users and groups are stored in [trustee], and repository user group membership in [grouplist], but which tables holds Windows accounts as well as their group membership?

0 0

Replies

replied on October 26, 2020

the LF server does not maintain its own group membership list for domain accounts, it looks up the membership from the domain controller. There are a few other tables that store the rights for domain accounts:

  • account_security stores the privileges for all types of accounts.
  • trusted_login stores windows accounts that are linked to a LF account.
  • trusted_group stores windows accounts that are linked to a LF group.
  • trusted_allow/trusted_deny store windows accounts that are allowed/denied login
3 0
You are not allowed to follow up in this post.

Sign in to reply to this post.