Document the groups_byname and groups_byuuid caches

Change-Id: I16ece0e9c014862093a338964d4e0c6547848c11
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2017-11-13 15:23:58 +01:00
parent 58cdc4928e
commit 3091e11e35

View File

@@ -841,7 +841,23 @@ like the Linux kernel repository).
cache `"groups"`::
+
Caches the basic group information from the `account_groups` table,
Caches the basic group information of internal groups by group ID,
including the group owner, name, and description.
+
External group membership obtained from LDAP is cached under
`"ldap_groups"`.
cache `"groups_byname"`::
+
Caches the basic group information of internal groups by group name,
including the group owner, name, and description.
+
External group membership obtained from LDAP is cached under
`"ldap_groups"`.
cache `"groups_byuuid"`::
+
Caches the basic group information of internal groups by group UUID,
including the group owner, name, and description.
+
External group membership obtained from LDAP is cached under